Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 1 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2007-11-11 | slugos-{packages,native}: Fixed building empty packages | Rod Whitby | 1 | |
2007-10-15 | slugos-packages (and derivatives): inherit meta so all packages are built ↵ | Rod Whitby | 1 | |
for the feeds | ||||
2007-03-09 | slugos.inc, slugos-native.bb: nail madwifi-ng to a specific version | Mike Westerhof | 1 | |
and remove monotone-6 in hopes of getting the feeds to build once again. | ||||
2007-02-12 | slugos: Major build structure change - subsumed openslug and debianslug into ↵ | Rod Whitby | 1 | |
a single slugos distribution which works with either nslu2be or nslu2le machines. Kept the openslug and debianslug conf files around to enable people to migrate smoothly, but eventually they will disappear. | ||||
2007-02-08 | slugos: Replaced SLUGOS_IMAGENAME with SLUGOS_DISTRO, and localised the ↵ | Rod Whitby | 1 | |
usage of SLUGOS_DISTRO to slugos-*.* files only. Removed SLUGOS_FLASH_IMAGE completely (made it always enabled) and cleaned up slugos-image.bb | ||||
2007-01-06 | slugos-native: Changed libc6-dev to glibc | Rod Whitby | 1 | |
2006-09-30 | slugos-packages: Upgrade monotone to 0.27 in slugos feeds | Oyvind Repvik | 1 | |
2006-08-16 | slugos-native: moved libc6-dev to the linux section as it is not for uclibc | Frans Meulenbroeks | 1 | |
2006-08-10 | slugos-native: Fix libc6-dev deps | Oyvind Repvik | 1 | |
2006-07-08 | slugos-native: previous fix did not work, now added DEPENDS "libc6-dev" | Frans Meulenbroeks | 1 | |
2006-07-07 | slugos-native: added libc6-dev to DEPENDS list, | Frans Meulenbroeks | 1 | |
otherwise crt1.o and friends are missing | ||||
2006-04-10 | slugos-native: Fixed the perl5 rdepends problem. | Rod Whitby | 1 | |
2006-04-09 | slugos-native: Removed the gdbm3 run-time dependency. | Rod Whitby | 1 | |
2006-04-09 | slugos-native: Fixed the libgdbm3 RDEPENDS issue. | Rod Whitby | 1 | |
2006-03-28 | slugos-native: Fixed the libc6 RDEPENDS problem | Rod Whitby | 1 | |
2006-02-14 | python/slugos-native: Remove PROVIDES python-core. python-core should just ↵ | Richard Purdie | 1 | |
be a runtime name. | ||||
2005-11-11 | openslug, ucslugc: convert to use slugos.conf | John Bowler | 1 | |
- All the openslug/ucslugc specific .bb files are converted in this - change to use generic 'slugos' files with the required configuration - in openslug.conf or ucslugc.conf. This unifies the image and package - build stuff. Old targets should continue to work as the slugos - .bb files PROVIDE the required targets. |