Age | Commit message (Collapse) | Author | Files |
|
The Makefile's generated by Qt are using this variable and the
assignment of STRIP = $(OE_QMAKE_STRIP) will be overturned by
this export. One option would be to set STRIP = $OE_QMAKE_STRIP
in the bb file but this would break striping in package.bbclass.
With the unset STRIP we are able to generate proper -dbg packages
for Qt and other qmake based utilities.
|
|
Acked-By: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
* The LGPL and Commercial edition are actually the same tarball.
* If someone sees the need he can take qt qt4-recipes and specify
-commercial in the compilation.
|
|
insane.bbclass
* Without it the insance check will fail due to key miss exception.
Signed-off-by: Guo Hongruan <camelguo@gmail.com>
|
|
there is choice between gzip and lzma for the initramfs.cpio - in patchwork there are pending patches for lzo compressor, so we add lzo too - patch is only concerning initramfs images
|
|
|
|
* include/asm link was killed in
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f7f16b7799ed68654850ab340ef812895aebcf4c
* utsrelease.h was moved in
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=273b281fa22c293963ee3e6eec418f5dda2dbc83
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
When Java things are build for more then one architecture strange things
happen:
- first architecture builds fine
- next architectures fails to build
Thats due to lack of JAR files as they were built as PACKAGE_ARCH="all"
but staged as PACKAGE_ARCH="TARGET_ARCH" so BitBake do not build them
again but Java classes are unable to find them.
Solution is to stage JAR files to non-ARCH directory. I used
staging/java for it and build tested with stable/2009 and
org.openembedded.dev branches.
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
|
|
|
|
* this fixes the uninitalize message in CMakeCache.txt
|
|
|
|
This reverts commit 38361a2cd9b962daccf5af7c85d54245e3711f9e.
Unfortunately the fix need to be done in the specific recipes.
Filtering .so at this stage breaks packaging for other plugins.
|
|
This closes bug 5339. Thx to Pb for fix.
Signed-off-by: Kristoffer Ericson
|
|
|
|
RP says: In theory the recipes themselves should be patched to stop this nonesense getting in there in the first place
but that is appropriate for pkgconfig.bbclass
|
|
Added the chicken-cross recipe and a chicken class for translating
architectures to the Chicken nomenclature.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Move do_deploy after do_package in kernel.bbclass as RP said
* Move devicetree_image before do_deploy in linux.inc, because
it creates dependency loop if its between after do_package
and before do_deploy.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* Turn striping functionality into functions and call in the appropriate place
* Removing various races and ordering issues
* Should mean kernel modules are correctly stripped (and stripping can be disabled)
* Addresses bug 1182
* kernel module stripping applied to ${PKGD} (the correct place)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
bugs (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
* After 29c7d3351f43678c6e93b707b301832009f64b31 modules are not in
install directory but in package, packages-split
* modules*.tgz is created BEFORE this, so it contains non stripped
modules
* for modules*.tgz with stripped modules see following patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Acked-by: Paul Eggleton <bluelightning@bluelightning.org>
|
|
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
either False or the new mtime
* Yes, I have files that claim to be from 19700101 :)
|
|
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
can be reused by external toolchains (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
patch from Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
libdir_native to remove multiple status files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
|
|
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
often the do_install is empty too. This fixes issues with curl-native
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
too late. Also allow legacy staging to be forced with FORCE_LEGACY_STAGING
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
staging variables and losing
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|
|
after staging upgrades
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
|