Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-11-13 | 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-13 | autotools.bbclass: Separate out useful staging functions into base.bbclass ↵ | Richard Purdie | 2 | |
and call from autotools classes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | autotools.bbclass: No need to fork sed each time | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | autotools.bbclass: Convert .la file mangling to package preprocessing hook | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | binconfig.bbclass: Convert do_install_append() into a PACKAGE_PREPROCESS_FUNCS | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | package.bbclass: Add the option to declare package preprocess function hooks | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | package.bbclass: Change to operate on a copy of the install directory ↵ | Richard Purdie | 1 | |
instead of directly. Also take the opportunity to rename the temp directories so their function is clear Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | package.bbclass: Remove hardcoded use of PKGDEST variable | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | package.bbclass: Move variable checks to one place making the code more readable | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | base.bbclass: Only run do_stage if its been overwritten as the default is ↵ | Richard Purdie | 1 | |
empty and its pointless to run it Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-11-13 | xfce.bbclass: Sync with OE.dev | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-10-29 | package.bbclass: Cleanup getVar syntax to use True, not 1 as third argument | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-10-28 | packaged-staging: Whitelist the empty base_do_stage function as it does ↵ | Richard Purdie | 1 | |
nothing and locks need not be held Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-18 | nativesdk.bbclass: Drop ineffective dynamic linker flag | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | nativesdk/package_ipk.bbclass: Clean up sdk package architectures | Richard Purdie | 4 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | package_ipk.bbclass: Convert to use SDK_ARCH | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | packaged-staging.bbclass Use libdir_native for opkg paths in directory creation | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | native.bbclass: Use prefix_native variable | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | nativesdk: Convert to use crosssdk toolchain and remove binutils/gcc ↵ | Richard Purdie | 1 | |
nativesdk recipes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | cross-canadian: Add cross-canadian class with gcc and binutils recipes | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | crosssdk: Add crosssdk class with gcc and binutils recipes | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | nativesdk: Don't use search and replace on DEPENDS field | Richard Purdie | 1 | |
Search and replace on the DEPENDS field can cause problems if multiple similar names are present in the string so use an alternative approach. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | sdk.bbclass: Rename to nativesdk.bbclass | Richard Purdie | 3 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-17 | Remove layout_* variables | Richard Purdie | 9 | |
Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-10 | bitbake.conf: Rename SDK_PREFIX SDKPATH | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-03 | patch.bbclass: Merge in git resolver changes from OE.dev. Catch all ↵ | Richard Purdie | 1 | |
exceptions rather than print horrid backtraces Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-08-28 | Add poky-trim-schemas post install script to remove unneeded schema locale ↵ | Richard Purdie | 1 | |
translations from images (credit to Ross Burton for the initial script) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-08-26 | base.bbclass: Don't retrieve SRC_URI when not necessary | Damien Lespiau | 1 | |
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> | ||||
2009-08-26 | base.bbclass: packages pulling a mercurial tree should depend on mercurial | Damien Lespiau | 2 | |
As we don't provide a mercurial-native package (yet) let's assume the build machine has it installed and check (sanity.bbclass) if it's the case. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> | ||||
2009-08-25 | base.bbclass: Use subprocess rather than os.system for do_unpack | Richard Purdie | 1 | |
gzip reports broken pipe errors with do_unpack on Fedora with certain builds of gzip and bash. By avoding python's SIGPIPE handler we can work correctly on these distributions. Patch based on a patch from the OE-devel mailing list, thanks to Khem Raj <raj.khem@gmail.com> and Holger Freyther <zecke@selfish.org> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-08-12 | autotools.bbclass: Remove pointless inherit | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-08-12 | binconfig.bbclass: Remove pointless inherit | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-08-12 | package_ipk.bbclass: Place configuration files in WORKDIR, not staging | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-28 | packagehistory.bbclass: Make package history package architecture specific | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-16 | autotools.bbclass: Fix to work with configure files with leading whitespace | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-15 | root_ipk.bbclass: Give EXTRAOPKGCONFIG a default value | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-15 | rootfs_ipk.bbclass: Don't generate the arch.conf file, provide this as a ↵ | Richard Purdie | 1 | |
packaged file in future Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-13 | packagehistory: Make sure package is inherited beforehand to preserve the ↵ | Richard Purdie | 1 | |
PACKAGEFUNCS variable Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-09 | gnome.bbclass: Convert to autotools_stage | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-09 | Add package_history.bbclass which checks generated package against previous ↵ | Richard Purdie | 1 | |
package looking for problematic changes | ||||
2009-07-08 | package_ipk.bbclass: Solve opkg-make-index locking problem using flock | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-07 | pkgconfig.bbclass: No longer default to pkgconfig_stage code (breaks libdrm) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-02 | patch.bbclass: Fix up the environment for the patch resolution code | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-07-02 | patch.bbclass: Sync with OE.dev | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-22 | patch.bbclass: Allow a patch to be applied or not applied against a specific ↵ | Richard Purdie | 1 | |
srcrev Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-16 | distutils.bbclass: Sync with OE | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-15 | poky-autobuild-notifier.bbclass: Remove unneeded recipients | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-12 | pkgconfig.bbclass: Fix typo | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-12 | pkgconfig.bbclass: Split out the staging function into its own class ↵ | Richard Purdie | 2 | |
(pkgconfig_stage) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-06-12 | packaged-staging.bbclass: Fix for packages which don't stage anything | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> |