summaryrefslogtreecommitdiffstats
path: root/rules/host-e2fsprogs.make
Commit message (Collapse)AuthorAgeFilesLines
* host-e2fsprogs: used the correct mke2fs.conf by defaultMichael Olbrich2019-11-151-0/+14
| | | | | | | | Ensure that sysroot-host/etc/mke2fs.conf is used by mke2fs. Without this /etc/mke2fs.conf is used, which may have different default and changes over time. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: used PTXDIST_SYSROOT_* instead of PTXCONF_SYSROOT_*Michael Olbrich2019-07-161-4/+4
| | | | | | | The value should be the same. Always use PTXDIST_SYSROOT_* for consistency. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-e2fsprogs: do not build and use private libuuid/libblkidBastian Krause2019-02-071-2/+2
| | | | | | | | | | util-linux-ng provides more recent versions of libuuid and libblkid. Use them. This prevents outdated versions (and their headers) from getting installed into the sysroot, possibly over the recent versions from host-util-linux-ng. Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-e2fsprogs: move vim marker to the end of the fileMichael Olbrich2017-12-061-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: install headers and host toolsJan Luebbe2017-11-101-0/+14
| | | | | | | | The compile_et and mk_cmds helpers are needed to generate code during compilation. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: version bump 1.43.4 -> 1.43.6Clemens Gruber2017-09-051-1/+3
| | | | | | | Update configure flags and remove legacy ext4dev link and config. Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: don't enable hardeningMichael Olbrich2016-06-171-1/+1
| | | | | | | | | | This may not be supported by the compiler: gcc: error: unrecognized command line option '-fstack-protector-strong' For the target our own hardening options will do more or less the same. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: version bump 1.42.13 -> 1.43.1Michael Olbrich2016-06-151-4/+8
| | | | | | Note: the license file was just renamed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* e2fsprogs: version bump 1.42.10 -> 1.42.11Michael Olbrich2014-07-221-1/+1
| | | | | | | | | | | From the release notes: E2fsck will now automatically fix a last mount time or last write time which is in the future in preen mode, instead of aborting the fsck check. Old patches are from upstream or fixed differently. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pixman: version bump 0.30.0 -> 0.32.4Michael Olbrich2014-06-161-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-e2fsprogs: enable htree & compressionMichael Olbrich2012-06-141-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-e2fsprogs: cleanup and add configure optionsMichael Olbrich2012-06-141-10/+29
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-e2fsprogs: don't install librariesBernhard Walle2012-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If both the host-e2fsprogs and host-util-linux-ng are enabled (both provide libuuid), I get following link error on a x86-64 Linux host when host-e2fsprogs is built before host-util-linux-ng: ------------- 8< -------------- libtool: install: (cd /home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/build-host/util-linux-2.19.1/shlibs/mount/src; /bin/sh /home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/build-host/util-linux-2.19.1/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -fsigned-char -g -O2 -Wl,--version-script=../../../shlibs/mount/src/libmount.sym -version-info 2:0:1 -L/home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/sysroot-host/lib -Wl,-rpath -Wl,/home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/sysroot-host/lib -Wl,-rpath -Wl,/this/is/a/long/path/to/make/host/tools/relocateable/with/chrpath/when/using/dev/packages -o libmount.la -rpath /lib version.lo utils.lo test.lo init.lo cache.lo optstr.lo optmap.lo iter.lo lock.lo fs.lo tab.lo tab_parse.lo tab_update.lo context.lo context_mount.lo context_umount.lo at.lo mangle.lo canonicalize.lo strutils.lo env.lo ../../../shlibs/blkid/src/libblkid.la -inst-prefix-dir /home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/packages/host-util-linux-2.19.1) /usr/bin/ld: /home/bwalle/devel/xxxx/linux_rootfs/platform-yyyy/sysroot-host/lib/libblkid.a(cache.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC ------------- >8 -------------- The problem is fixed when the libraries of host-e2fsprogs are not installed. Signed-off-by: Bernhard Walle <walle@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete stagesMichael Olbrich2010-01-191-8/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-*] remove obsolete clean and prepare targetsMichael Olbrich2010-01-181-19/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [host-e2fsprogs] make use of INSTALL_OPTMarc Kleine-Budde2009-11-061-9/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-e2fsprogs] just cleanupsMarc Kleine-Budde2009-07-281-2/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-e2fsprogs] install libs, tooMarc Kleine-Budde2009-07-211-6/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [host-e2fsprogs] just cleanupsMarc Kleine-Budde2009-07-211-32/+6
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * changed host-* tools to use the corresponding definitions fromRobert Schwebel2006-10-161-7/+3
| | | | | | | the origina files. See e2fsprogs for reference. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6162 33e552b5-05e3-0310-8538-816dae2090ed
* * e2fsprogs: If the e2fsprogs source tarfile is not already present,Robert Schwebel2006-08-061-4/+9
| | | | | | | | | | host-e2fsprogs make will fail on the "get" operation. This patch to host-e2fsprogs.makefile will allow it to successfully download the source package. Patch by Randall Loomis, modified by Robert Schwebel. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@5976 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/host-e2fsprogs.make:Marc Kleine-Budde2006-06-091-3/+3
| | | | | | | = -> := git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5675 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* fix get stages in hosttoolsSascha Hauer2006-03-021-9/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4954 33e552b5-05e3-0310-8538-816dae2090ed
* reverted := vs. = patchRobert Schwebel2006-03-011-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
* = -> := replacementSascha Hauer2006-03-011-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4890 33e552b5-05e3-0310-8538-816dae2090ed
* remove duplicate sourceRobert Schwebel2006-02-271-5/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4782 33e552b5-05e3-0310-8538-816dae2090ed
* version updateRobert Schwebel2006-02-271-56/+30
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4768 33e552b5-05e3-0310-8538-816dae2090ed
* Remove obsolete get_patches.Ladislav Michl2006-02-111-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4568 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dependencyBjoern Buerger2006-01-131-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3963 33e552b5-05e3-0310-8538-816dae2090ed
* fixup dependenciesRobert Schwebel2006-01-121-9/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3868 33e552b5-05e3-0310-8538-816dae2090ed
* fixup dependenciesRobert Schwebel2006-01-121-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3864 33e552b5-05e3-0310-8538-816dae2090ed
* avoid error message that non-generated make files are not being foundRobert Schwebel2006-01-101-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3766 33e552b5-05e3-0310-8538-816dae2090ed
* added generic call package_depfile rule for autogeneration of default ↵Bjoern Buerger2006-01-091-0/+2
| | | | | | dependencies - this should not break anything, since it just adds some more variables git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2005-12-271-52/+51
| | | | https://svn.pengutronix.de/svn/ptxdist/branches/ptxdist-0.7-destdir-r3569@3574 33e552b5-05e3-0310-8538-816dae2090ed
* hide $(call touch) output with @; replace manual install by $(call install...Robert Schwebel2005-12-111-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
* add packages to PACKAGES-yRobert Schwebel2005-11-131-3/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3340 33e552b5-05e3-0310-8538-816dae2090ed
* merge: backports from 0.9Robert Schwebel2005-09-281-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
* moved hosttool-s to host-sRobert Schwebel2005-07-161-0/+143
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2962 33e552b5-05e3-0310-8538-816dae2090ed