Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-11-29 | Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files" | Andrea Adami | 1 | |
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. | ||||
2009-11-26 | Fix so package_tar yet again produces tar packages. | Kristoffer Ericson | 1 | |
This closes bug 5339. Thx to Pb for fix. Signed-off-by: Kristoffer Ericson | ||||
2009-11-26 | e17: bump SRCREV and start adapting it to new-style staging | Koen Kooi | 1 | |
2009-11-25 | pkgconfig bbclass: also sed out bogus includes | Koen Kooi | 1 | |
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 | ||||
2009-11-24 | chicken: added support for cross compilation with chicken | Mario Domenech Goulart | 1 | |
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> | ||||
2009-11-23 | kernel.bbclass: force do_deploy call before do_build | Martin Jansa | 1 | |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||||
2009-11-23 | kernel.bbclass, linux.inc: move do_deploy task after do_package | Martin Jansa | 1 | |
* 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> | ||||
2009-11-23 | module-strip.bbclass: fix typo, last PKGDEST should be PKGD too | Martin Jansa | 1 | |
2009-11-23 | package.bbclass/module-strip.bbclass: Various strip fixes | Richard Purdie | 2 | |
* 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> | ||||
2009-11-23 | kernel.bbclass: do_deploy modules.tgz should operating on PKGD | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-23 | package.bbclass: Make sure PKGD is empty before populating fixing certain ↵ | Richard Purdie | 1 | |
bugs (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-22 | module_strip.bbclass: look for modules in right directory | Martin Jansa | 1 | |
* 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> | ||||
2009-11-22 | palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files | Andrea Adami | 1 | |
Acked-by: Paul Eggleton <bluelightning@bluelightning.org> | ||||
2009-11-21 | tinderclient.bbclass: Less ego... | Holger Hans Peter Freyther | 1 | |
2009-11-20 | glibc-package.bbclass: Add support for precompiled glibc trees (from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-20 | glibc-package.bbclass: Fix case PN = glibc and corrupts FILES variables | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-20 | package bbclass: drop ret = 0 check for bb.copyfile since it will return ↵ | Koen Kooi | 1 | |
either False or the new mtime * Yes, I have files that claim to be from 19700101 :) | ||||
2009-11-20 | package bbclass: give better diagnostic when bb.copyfile fails | Koen Kooi | 1 | |
2009-11-20 | packaged-staging.bbclass: Add method to disable packaged-staging from recipes | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-20 | glibc: Separate out core glibc packaging functionality into a class which ↵ | Richard Purdie | 1 | |
can be reused by external toolchains (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-18 | move menuconfig task from "after do_patch" to "after do_configure"; | Phil Blundell | 1 | |
patch from Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl> | ||||
2009-11-16 | kernel.bbclass: Revert import os removal for now | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | insane.bbclass: Remove hardcoded path PKGDEST issue | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | package.bbclass: Add back import os until further metadata cleanups happen | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | classes: Drop a number of unneeded import calls (from Poky) | Richard Purdie | 31 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | gconf/gtk-icon-theme/mime: Really fix PKGDEST references | Richard Purdie | 3 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | mime.bbclass: Remove hardcoded PKGDEST directory assumption | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | gtk-icon-cache.bbclass: Remove hardcoded PKGDEST directory assumption | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-16 | gconf: Remove hardcoded PKGDEST directory assumption | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-15 | packaged-staging.bbclass: Fix references to libdir which should be ↵ | Richard Purdie | 1 | |
libdir_native to remove multiple status files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-14 | kernel.bbclass: Fix populate_packaged 'D' references | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | fix c&p error in last patch | Phil Blundell | 1 | |
2009-11-13 | base.bbclass: add support for checksums in .bb files | Phil Blundell | 1 | |
2009-11-12 | native.bbclass: Change warning to debug, not a note for now | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-12 | native.bbclass: Force legacy staging mode autotools_stage_all is used as ↵ | Richard Purdie | 1 | |
often the do_install is empty too. This fixes issues with curl-native Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-12 | base.bbclass: Fix legacy staging package generation as pre hook was called ↵ | Richard Purdie | 1 | |
too late. Also allow legacy staging to be forced with FORCE_LEGACY_STAGING Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | perl: Move config.sh to STAGING_LIBDIR rather than trying to be clever with ↵ | Richard Purdie | 3 | |
staging variables and losing Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | classes: Drop some random import bb/os statements | Richard Purdie | 5 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | base.bbclass: Detect recipes where there are problems with staging functions ↵ | Richard Purdie | 1 | |
after staging upgrades Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | debian bbclass: remove hardcoded workdir/install and replace with PKGDEST | Koen Kooi | 1 | |
2009-11-10 | perl: complete config.sh fix | Koen Kooi | 1 | |
2009-11-10 | cpan-base bbclass: update to match change to perl-native staging | Koen Kooi | 1 | |
2009-11-10 | Add replacement canadian classes from Poky, marking the replacements as ↵ | Richard Purdie | 8 | |
deprecated Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Replace the base_package_name function with the ↵ | Richard Purdie | 1 | |
base_prune_suffix() function from Poky and extend the number of special suffixes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | native.bbclass: Add BBCLASSEXTEND support (from poky) | Richard Purdie | 3 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Fix staging for native and non-native packages | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Add stubs for functions when package-staging isn't active and ↵ | Richard Purdie | 2 | |
fix a typo Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Note legacy staging packages in debug output | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | base.bbclass: Rework staging function to use a DESTDIR style configuration ↵ | Richard Purdie | 2 | |
based on the data from the do_install step (from Poky). This falls back to any standard do_stage function if defined, see the mailing list for more info. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | packaged-staging.bbclass: Use a variable for the location of the staging ↵ | Richard Purdie | 2 | |
lock file (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> |