[oe] Deploy binaries not compiled for target / PACKAGE_STRIP = "no" does not work?

Robert Budde robert at projekt131.de
Mon Feb 20 11:05:48 UTC 2012


Hi!

 

I am trying to write a recipe for packaging "webmin". The web-interface for
system administration is written entirely in PERL, therefore it "just" has
to be copied to the right directory (and some conf-files have to be
generated). Right now the recipe should download the right archive and copy
the files to the right directory. As the archive contains precompiled
binaries the "strip"-operations in do_package() fail!? I tried to get rid of
it by 'PACKAGE_STRIP = "no"', but that does not work.

 

webmin_1.580.bb: http://pastebin.com/7T9duc7j

webmin.inc: http://pastebin.com/ZUcqGSGF

 

NOTE: Preparing runqueue

NOTE: Executing SetScene Tasks

NOTE: Executing RunQueue Tasks

NOTE: Running task 995 of 1324 (ID: 9,
/angstrom/setup-scripts/meta-omnigateipes/webmin/webmin_1.580.bb,
do_package)

NOTE: package webmin-1.580-r3.0: task do_package: Started

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note
'/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglwork/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/package/usr/share/webmiunt/freebsd-mounts-3''
strip command failed

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note --strip-unneeded
'/angstrom/setup-scripts/build/tmp-anom_2010_x-eglibc/work/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/packagr/share/webmin/acl/Authen-SolarisRBAC-0
.1/blib/arch/auto/Authen/SolarisRBAC/risRBAC.so'' strip command failed

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note
'/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglwork/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/package/usr/share/webmiunt/freebsd-mounts-4''
strip command failed

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note
'/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglwork/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/package/usr/share/webmiunt/freebsd-mounts-5''
strip command failed

 

Any ideas? Is there an alternative to tell bitbake/oe just to deploy the
files?

 

Best regards,

Robert




More information about the Openembedded-devel mailing list