summaryrefslogtreecommitdiffstats
path: root/package/btrfs-progs/btrfs-progs.hash
diff options
context:
space:
mode:
authorMarcin Nowakowski <marcin.nowakowski@imgtec.com>2016-12-02 12:51:57 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-12-02 17:12:27 +0100
commitba19cb915ac3475487d4a1b46d014fcabeb71fdb (patch)
tree0b2bc7203b68b0972eb53bc93817723e930d600f /package/btrfs-progs/btrfs-progs.hash
parent1c76560600089b98019642d6ec59bbd477b5f0e1 (diff)
downloadbuildroot-ba19cb915ac3475487d4a1b46d014fcabeb71fdb.tar.gz
buildroot-ba19cb915ac3475487d4a1b46d014fcabeb71fdb.zip
kexec: fix build when BR2_STRIP_none=y
When BR2_STRIP is set to none, a dummy 'true' app is used instead of strip utility. However, kexec package always requires a real strip executable as it is used to generate intermediate files during the build process. If 'true' is used the build system runs the following command: true --strip-debug -o purgatory/purgatory.ro purgatory/purgatory.ro.sym which obviously doesn't do anything useful and the build later fails with: bin/bin-to-hex purgatory < purgatory/purgatory.ro > kexec/purgatory.c /bin/sh: purgatory/purgatory.ro: No such file or directory kexec/Makefile:7: recipe for target 'kexec/purgatory.c' failed make[2]: *** [kexec/purgatory.c] Error 1 To resolve it always specify STRIP=$(CROSS_COMPILE)strip, regardless of buildroot configuration. [Peter: add a comment explaining why this is done] Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/btrfs-progs/btrfs-progs.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud