Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-02-28 | merge of '81d8dc81a1a7a826e84a23750afa2f81bb4c8787' | Richard Purdie | 1 | |
and 'f3ce42d6e8e15e51ce97fef93a3948da8fedc3ad' | ||||
2008-02-28 | sip(3).bbclass: Fix do_generate task dependencies (#3765) | Richard Purdie | 2 | |
2008-02-28 | distutils-base.bbclass: package ${PN}-dev first, so that pkgconfig gets a ↵ | Michael Lauer | 1 | |
chance to land there | ||||
2008-02-26 | base.bbclass: Add code to make 'rebuild' continue to work after changes in ↵ | Richard Purdie | 1 | |
bitbake. Bitbake 1.8.10 users should be unaffected, bitbake 1.8.11 users will need the latest svn stable branch bitbake. Only the rebuild task is affected by the changes | ||||
2008-02-26 | rm_work.bbclass: Add event handler to take care of removing stamps when ↵ | Richard Purdie | 1 | |
trying to rebuild packages after sources have been removed. Needs bitbake 1.8 svn to have any effect. | ||||
2008-02-26 | seppuku.bbclass/tinderclient.bbclass: Use exec_func, not exec_task for clean ↵ | Richard Purdie | 2 | |
function | ||||
2008-02-25 | merge of '7460b51ee9cc9d17b403416ed3a84895ac86e667' | Paul Sokolovsky | 4 | |
and 'cad8e5a9c094705cd6895a456eac5da6d41967bb' | ||||
2008-02-24 | package.bbclass: shlib postinst: Check for ldconfig presence before running it. | Paul Sokolovsky | 1 | |
* This helps uclibc systems where ldconfig is optional, in particular 3rd-party systems like OpenWRT. * Per RFC on the list. | ||||
2008-02-23 | base.bbclass: Optimise get_subpkgedata_fn() to minimise expand calls | Richard Purdie | 1 | |
2008-02-23 | base.bbclass: Cleanups possible with recent improvements in bitbake syntax | Richard Purdie | 1 | |
2008-02-23 | sanity.bbclass: Cope with empty abi files generated by previous issues | Richard Purdie | 1 | |
2008-02-23 | sanity: Move variable declarations to sanity.conf to workaround problems ↵ | Richard Purdie | 1 | |
with bitbake 1.8.10 | ||||
2008-02-21 | merge of '135f1243bae7b8d2761f12a5ee4792c0fdd61cd7' | OpenEmbedded Project | 1 | |
and '4eb5b005a1da43a766a4d6f77af48d3ba0a994a4' | ||||
2008-02-21 | kernel.bbclass: Fis typo in do_builtin_initramfs. | Paul Sokolovsky | 1 | |
2008-02-21 | merge of '74b3b0723f0fb27c013a0a8ddda58f6db2d0a7e6' | Paul Sokolovsky | 1 | |
and 'a069edff67190dd075da435413c61a82531a2e2e' | ||||
2008-02-21 | kernel-arch.bbclass: Fix obvious typo supposedly causing issues with x86_64. | Paul Sokolovsky | 1 | |
2008-02-21 | fix mirror handling for openmoko, oplinux and nylon. Closes 3585. | Rolf Leggewie | 2 | |
* patch from 3585 is now fully applied | ||||
2008-02-21 | sanity.bbclass: Remove some now unneeded code | Richard Purdie | 1 | |
2008-02-21 | sanity.bbclass: Add ABI version number and checks so we can warn users when ↵ | Richard Purdie | 1 | |
the 'abi' of TMPDIR changes. Add checks for qemu in various scenarios from poky. Add check TMPDIR hasn't moved from poky. Remove now unneeded bitbake version check. | ||||
2008-02-20 | export SDL_CONFIG for those sdl programs who are not yet using pkgconfig. ↵ | Michael Lauer | 1 | |
closes #500 | ||||
2008-02-19 | base.bbclass: Drop now unused bbdepcmd flag | Richard Purdie | 1 | |
2008-02-19 | package.bbclass: Correct SHLIBSDIR to use HOST_SYS, not TARGET_SYS. For most ↵ | Richard Purdie | 1 | |
packages this doesn't change much but for cross/sdk/native packages the distinction is important (from poky) | ||||
2008-02-19 | package.bbclass: Add various depchains improvements/fixes from poky. This ↵ | Richard Purdie | 1 | |
whole functionality ideally needs rewriting but this fixes various important issues with SDK generation | ||||
2008-02-19 | package.bbclass: Add SHLIBSDIR variable and replace hardcoded paths with it. ↵ | Richard Purdie | 1 | |
Also replace long since unused old_shlibs_dir (from poky) | ||||
2008-02-19 | package_rpm/tar.bbclass: Don't clobber task depends, append to it. Also make ↵ | Richard Purdie | 2 | |
tar packaging slightly less verbose (from poky) | ||||
2008-02-19 | package_ipkg.bbclass: Remove uneeded line, the anonymous python function ↵ | Richard Purdie | 1 | |
sets this only in the case its needed (PACKAGES isnt empty) | ||||
2008-02-19 | package_deb.bbclass: Tweaks from poky - use PKGDEST, don't clobber any ↵ | Richard Purdie | 1 | |
existing do_package_write_deb depends and only set when PACKAGES isn't empty | ||||
2008-02-19 | packaged-staging.bbclass: Remove older version and replace with improved version | Richard Purdie | 2 | |
2008-02-19 | package_ipk.bbclass/package_deb.bbclass: Use bitbake locking functions | Richard Purdie | 2 | |
2008-02-19 | package.bbclass: Drop unneeded copyfile function since we can use the ↵ | Richard Purdie | 1 | |
version from bitbake now | ||||
2008-02-19 | classes/kernel.bbclass: fix staging for x86 on kernels >= 2.6.24 | Jeremy Laine | 1 | |
2008-02-17 | classes/kernel.bbclass: Remove usage of non-standard variables (DEPLOY_TO) ↵ | Richard Purdie | 1 | |
and random renaming of output. | ||||
2008-02-16 | image.bbclass: Innocent typo fix. | Leon Woestenberg | 1 | |
2008-02-15 | kernel.bbclass: Add satndalone task "builtin_initramfs". | Paul Sokolovsky | 1 | |
* Builds a zImage with linked in initramfs specified by INITRAMFS_LOC param. | ||||
2008-02-15 | image.bbclass: Add deploy_to task | Paul Sokolovsky | 1 | |
* A standalone task to deploy built image to the location specified by DEPLOY_TO variable (likely passed via environment). Assumes ${IMAGE_FSTYPES} is a single value! | ||||
2008-02-12 | bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original ↵ | Paul Sokolovsky | 1 | |
DISTRO value. * Some distros override DISTRO var to hack overrides right, etc. Yet, original value may be needed sometimes. For example, bbimage expects DISTRO to be what user set/passed it, not something else. * TODO: After interim cleanup during preparation of this patch, it turns out that angstrom is the only distro to (ab)use DISTRO overriding. It may make sense to instead get its OVERRIDES value right. | ||||
2008-02-09 | java.bbclass: Added function to generate very simple wrapper scripts. | Robert Schuster | 1 | |
2008-02-08 | bootimg.bbclass: add deploy image dir, insert chance for post processing ↵ | Michael Lauer | 1 | |
image. closes #1263 | ||||
2008-01-29 | efl: update to 20080129, fix some LICENSE entries, enable software-x11-16 ↵ | Michael Lauer | 1 | |
engine again | ||||
2008-01-29 | qpf-fonts: rename qpf.bbclass to qpf.inc and dependent changes as discussed ↵ | Rolf Leggewie | 1 | |
on ml. Partly closes 2430. | ||||
2008-01-28 | native.bbclass: Change prefix so its within the build-arch directory, hence ↵ | Richard Purdie | 1 | |
moving on step closer to sysroot. Nothing much uses the prefix path from native.bbclass apart from qemu which this change fixes a problem with | ||||
2008-01-28 | patch.bbclass: Show full path of a patch. | Paul Sokolovsky | 1 | |
* This is for consistency with existing non-patch fetch message in base.bbclass. Allows to catch pulling file from wrong override dir quickly. | ||||
2008-01-24 | kernel: add wifi suspend fix to kernel-module-(hostap|orinoco)-cs. Closes 3664. | Rolf Leggewie | 2 | |
* applies only to kernel later than 2.6.17 * added base_version_less_or_equal function to base.bbclass (thanks, zecke and mickey!) to do the comparison. This does not change existing functionality. Skipped RFC. | ||||
2008-01-24 | debian.bbclass : altered version of the patch in #3383, this allows us | Graeme Gregory | 1 | |
to change the debian renaming of a package without resorting to python in the recipe. Makes recipes cleaner and is overrideable in distros that need different renaming. Original patch from Robert Schuster | ||||
2008-01-23 | kernel-arch.bbclass: x86 is now proper arch in kernel | Marcin Juszkiewicz | 1 | |
2008-01-21 | kernel.bbclass: Account for sa1100 rtc renaming (#3710) | Richard Purdie | 1 | |
2008-01-21 | merge of '69a166c7072b74d6a2c00aef7ecebacee3e1706a' | Holger Freyther | 1 | |
and '8b72081ac43d603c1378f0c3e6589903e1fe2231' | ||||
2008-01-21 | classes/cmake: To invoke cmake it has to be present, add cmake-native to the ↵ | Holger Freyther | 1 | |
DEPENDS | ||||
2008-01-21 | *-mirrors.bbclass: Applied the https handling fix to all other mirrors classes | Rod Whitby | 3 | |
2008-01-21 | nslu2-mirrors: Fix https handling | Rod Whitby | 1 | |