Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-11-11 | shr: add SHR distribution configs | Martin Jansa | 4 | |
2009-11-11 | glibc: added glibc-2.10.1 | Liam Girdwood | 4 | |
Acked-by: Phil Blundell <pb@reciva.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> | ||||
2009-11-11 | module-init-tools-3.4: Fix typo | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | classes: Drop some random import bb/os statements | Richard Purdie | 6 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | module-init-tools: Split into a .inc file for use by -cross so bindir and ↵ | Richard Purdie | 5 | |
sbindir aren't clobbered (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-11 | mysql: adopt to new style sysroot stuff | Koen Kooi | 1 | |
2009-11-11 | recipes: Fix recipes using do_stage_append or do_stage_prepend directly ↵ | Richard Purdie | 8 | |
against base.bbclass 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-11 | Revert "elmdentica: port elmdentica_svn.bb from shr/merge branch" | Sebastian Spaeth | 1 | |
(it uses SRCREV var in recipe which is not universally set, of course....) This reverts commit e21989e2f2c2cc954a8245a6faba7e7bd6a65144. | ||||
2009-11-11 | elmdentica: port elmdentica_svn.bb from shr/merge branch | Sebastian Spaeth | 1 | |
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
2009-11-11 | Merge branch 'org.openembedded.dev' of ↵ | Sebastian Spaeth | 99 | |
ssh+git://git@git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-11-11 | cups: switch to new style binconfig (un)Mangling | Koen Kooi | 1 | |
2009-11-11 | cups: fix do_package, do_stage is still broken | Koen Kooi | 1 | |
2009-11-11 | libhtml-treebuilder-perl: added DEPENDS still need to check out RDEPENDS | Frans Meulenbroeks | 1 | |
2009-11-11 | libextutils-makemaker-perl: added recipe, also -native | Frans Meulenbroeks | 3 | |
2009-11-11 | freesmartphone: misc-vapi is gone; remove traces | Michael 'Mickey' Lauer | 6 | |
2009-11-11 | libnl2: new recipe; netlink support library v2 | Michael 'Mickey' Lauer | 2 | |
2009-11-10 | libhtml-tagset-perl-native: new recipe | Frans Meulenbroeks | 1 | |
2009-11-10 | libhtml-parser-perl-native: new recipe | Frans Meulenbroeks | 1 | |
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 | 4 | |
2009-11-10 | cpan-base bbclass: update to match change to perl-native staging | Koen Kooi | 1 | |
2009-11-10 | perl: added libhtml-treebuilder-perl and libhtml-treebuilder-perl-native recipes | Frans Meulenbroeks | 3 | |
2009-11-10 | linux-2.6.31: cleanup boc01 RTC driver | Jeremy Lainé | 2 | |
2009-11-10 | gnome-icon-theme: as I said in my commit two weeks ago: things check for its ↵ | Koen Kooi | 1 | |
.pc file, which gets installed in to arch-specific staging, so PACKAGE_ARCH=all breaks multimachine builds. | ||||
2009-11-10 | perl-native: Fix after layout/native.bbclass changes (merged from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | sanity.conf: Bump bitbake version to 1.8.18 | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | python-native: remove prefix and exec_prefix, native.bbclass should take ↵ | Koen Kooi | 1 | |
care of that now | ||||
2009-11-10 | linux-libc-headers: add missing unifdef.patch for 2.6.25 | Otavio Salvador | 1 | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||||
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 | 2 | |
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> | ||||
2009-11-10 | native.bbclass: If do_stage isn't overridden, allow do_install to run for ↵ | Richard Purdie | 1 | |
native packages (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | binconfig/pkgconfig.bbclass: Convert staging functions into ↵ | Richard Purdie | 3 | |
SYSROOT_PREPROCESS_FUNCS operating on SYSROOT_DESTDIR Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | autotools.bbclass: Separate out useful staging functions into base.bbclass ↵ | Richard Purdie | 2 | |
and call from autotools classes (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | autotools.bbclass: Convert .la file mangling to package preprocessing hook | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | binconfig.bbclass: Convert do_install_append() into a ↵ | Richard Purdie | 1 | |
PACKAGE_PREPROCESS_FUNCS (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | Start removal of layout_* variables and replace these with new mechanisms to ↵ | Richard Purdie | 55 | |
allow nextgen SDK generation (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-10 | mtd: dropped 1.0.0(+git) versions | Marcin Juszkiewicz | 4 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2009-11-10 | mtd-utils-tests: update to 1.2.0+git | Marcin Juszkiewicz | 1 | |
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2009-11-10 | mtd-utils: unify recipes, move mkfs.ubifs into separate package | Marcin Juszkiewicz | 3 | |
mtd-utils package do not depend on libraries other then libc and libgcc now (ubifs depends on lzo and e2fsprogs) Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | ||||
2009-11-10 | mythplugins moved to 0.22 | Frans Meulenbroeks | 2 | |
2009-11-10 | minimal.conf: fix spelling for BAD_RECOMMENDATIONS | Sebastian Spaeth | 1 | |
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
2009-11-10 | Merge branch 'org.openembedded.dev' of ↵ | Graeme Gregory | 112 | |
git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev | ||||
2009-11-10 | elibc-package.bbclass: Operate on PKG, not D after package.bbclass updates | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> |