| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | base.bbclass: Drop import bb and import os as no longer needed | Richard Purdie | 2009-11-13 | 1 | -23/+5 |
* | native.bbclass: Improve DEPENDS mangling code so sub matches don't break upon... | Richard Purdie | 2009-11-13 | 1 | -5/+11 |
* | base.bbclass: Add an option of forcing the new staging mechanism | Richard Purdie | 2009-11-13 | 1 | -0/+2 |
* | base.bbclass: Fix do_populate_staging to operating on TMPDIR, not STAGING_DIR... | Richard Purdie | 2009-11-13 | 1 | -1/+1 |
* | classes: Various staging improvement fixups | Richard Purdie | 2009-11-13 | 3 | -14/+15 |
* | base.bbclass: Rework staging function to use a DESTDIR style configuration ba... | Richard Purdie | 2009-11-13 | 2 | -51/+70 |
* | packaged-staging.bbclass: Use a variable for the location of the staging lock... | Richard Purdie | 2009-11-13 | 2 | -5/+5 |
* | native.bbclass: If do_stage isn't overridden, allow do_install to run for nat... | Richard Purdie | 2009-11-13 | 1 | -5/+5 |
* | binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES... | Richard Purdie | 2009-11-13 | 3 | -7/+16 |
* | autotools.bbclass: Separate out useful staging functions into base.bbclass an... | Richard Purdie | 2009-11-13 | 2 | -45/+64 |
* | autotools.bbclass: No need to fork sed each time | Richard Purdie | 2009-11-13 | 1 | -4/+5 |
* | autotools.bbclass: Convert .la file mangling to package preprocessing hook | Richard Purdie | 2009-11-13 | 1 | -1/+5 |
* | binconfig.bbclass: Convert do_install_append() into a PACKAGE_PREPROCESS_FUNCS | Richard Purdie | 2009-11-13 | 1 | -13/+11 |
* | package.bbclass: Add the option to declare package preprocess function hooks | Richard Purdie | 2009-11-13 | 1 | -1/+2 |
* | package.bbclass: Change to operate on a copy of the install directory instead... | Richard Purdie | 2009-11-13 | 1 | -12/+25 |
* | package.bbclass: Remove hardcoded use of PKGDEST variable | Richard Purdie | 2009-11-13 | 1 | -1/+2 |
* | package.bbclass: Move variable checks to one place making the code more readable | Richard Purdie | 2009-11-13 | 1 | -38/+14 |
* | base.bbclass: Only run do_stage if its been overwritten as the default is emp... | Richard Purdie | 2009-11-13 | 1 | -1/+6 |
* | xfce.bbclass: Sync with OE.dev | Richard Purdie | 2009-11-13 | 1 | -2/+9 |
* | package.bbclass: Cleanup getVar syntax to use True, not 1 as third argument | Richard Purdie | 2009-10-29 | 1 | -61/+61 |
* | packaged-staging: Whitelist the empty base_do_stage function as it does nothi... | Richard Purdie | 2009-10-28 | 1 | -1/+4 |
* | nativesdk.bbclass: Drop ineffective dynamic linker flag | Richard Purdie | 2009-09-18 | 1 | -2/+0 |
* | nativesdk/package_ipk.bbclass: Clean up sdk package architectures | Richard Purdie | 2009-09-17 | 4 | -22/+20 |
* | package_ipk.bbclass: Convert to use SDK_ARCH | Richard Purdie | 2009-09-17 | 1 | -4/+4 |
* | packaged-staging.bbclass Use libdir_native for opkg paths in directory creation | Richard Purdie | 2009-09-17 | 1 | -1/+1 |
* | native.bbclass: Use prefix_native variable | Richard Purdie | 2009-09-17 | 1 | -2/+2 |
* | nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc nativesd... | Richard Purdie | 2009-09-17 | 1 | -67/+38 |
* | cross-canadian: Add cross-canadian class with gcc and binutils recipes | Richard Purdie | 2009-09-17 | 1 | -0/+56 |
* | crosssdk: Add crosssdk class with gcc and binutils recipes | Richard Purdie | 2009-09-17 | 1 | -0/+15 |
* | nativesdk: Don't use search and replace on DEPENDS field | Richard Purdie | 2009-09-17 | 1 | -6/+10 |
* | sdk.bbclass: Rename to nativesdk.bbclass | Richard Purdie | 2009-09-17 | 3 | -12/+12 |
* | Remove layout_* variables | Richard Purdie | 2009-09-17 | 9 | -77/+37 |
* | bitbake.conf: Rename SDK_PREFIX SDKPATH | Richard Purdie | 2009-09-10 | 1 | -1/+1 |
* | patch.bbclass: Merge in git resolver changes from OE.dev. Catch all exception... | Richard Purdie | 2009-09-03 | 1 | -5/+21 |
* | Add poky-trim-schemas post install script to remove unneeded schema locale tr... | Richard Purdie | 2009-08-28 | 1 | -0/+12 |
* | base.bbclass: Don't retrieve SRC_URI when not necessary | Damien Lespiau | 2009-08-26 | 1 | -4/+2 |
* | base.bbclass: packages pulling a mercurial tree should depend on mercurial | Damien Lespiau | 2009-08-26 | 2 | -1/+8 |
* | base.bbclass: Use subprocess rather than os.system for do_unpack | Richard Purdie | 2009-08-25 | 1 | -2/+10 |
* | autotools.bbclass: Remove pointless inherit | Richard Purdie | 2009-08-12 | 1 | -2/+0 |
* | binconfig.bbclass: Remove pointless inherit | Richard Purdie | 2009-08-12 | 1 | -2/+0 |
* | package_ipk.bbclass: Place configuration files in WORKDIR, not staging | Richard Purdie | 2009-08-12 | 1 | -2/+2 |
* | packagehistory.bbclass: Make package history package architecture specific | Richard Purdie | 2009-07-28 | 1 | -1/+1 |
* | autotools.bbclass: Fix to work with configure files with leading whitespace | Richard Purdie | 2009-07-16 | 1 | -3/+3 |
* | root_ipk.bbclass: Give EXTRAOPKGCONFIG a default value | Richard Purdie | 2009-07-15 | 1 | -0/+1 |
* | rootfs_ipk.bbclass: Don't generate the arch.conf file, provide this as a pack... | Richard Purdie | 2009-07-15 | 1 | -3/+4 |
* | packagehistory: Make sure package is inherited beforehand to preserve the PAC... | Richard Purdie | 2009-07-13 | 1 | -0/+2 |
* | gnome.bbclass: Convert to autotools_stage | Richard Purdie | 2009-07-09 | 1 | -5/+1 |
* | Add package_history.bbclass which checks generated package against previous p... | Richard Purdie | 2009-07-09 | 1 | -0/+100 |
* | package_ipk.bbclass: Solve opkg-make-index locking problem using flock | Richard Purdie | 2009-07-08 | 1 | -10/+8 |
* | pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm) | Richard Purdie | 2009-07-07 | 1 | -2/+0 |