summaryrefslogtreecommitdiff
path: root/packages/meta/slugos-image.bb
AgeCommit message (Collapse)AuthorFiles
2006-02-07slugos-image: use SLUGOS_FLASH_IMAGE consistently in metaJohn Bowler1
- the code used to only do the flash image for nslu2, now it does it whenever SLUGOS_FLASH_IMAGE is set.
2006-01-31slugos-image: add e2fsprogs-blkid (fs id finding program) to metaJohn Bowler1
2006-01-30slugos-image: add beep remove the util-linux fdisk in metaJohn Bowler1
2006-01-29slugos-packages: add zip and devlabel in confJohn Bowler1
2006-01-21slugos-image: remove DEPENDS which is no longer necessary with bitbake 336 ↵John Bowler1
in meta
2006-01-19slugos-image: correct zImage name used in full .img in metaJohn Bowler1
2006-01-18slugos-image: correct the sed arch.conf edit in the rootfs for 1.0John Bowler1
2006-01-16slugos-image: add description/maintainer/homepage, correct arch.conf fixup ↵John Bowler1
in meta package
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler1
- rather than build nslu2-kernel or nas100d-kernel slugos-image now builds ixp4xx-kernel, the generic kernel. ixp4xx is now used as the normal MACHINE override, even though MACHINE itself is still set to nslu2 or nas100d (or ixp4xx).
2006-01-13slugos-imagename: added to ensure distro-specific images still build in ↵John Bowler1
slugos-imagename.bb
2006-01-12slugos-image: temporarily force correct kernel/ixp-eth in slugos-imageJohn Bowler1
2006-01-12slugos: extract common parts of machine conf in slugos.confJohn Bowler1
- conf/machine/include/ixp4xx.conf now provides generic configuration for nslu2 and nas100d (+ future ixp4xx based machines), the kernel image fixup is made generic, all kernel packages have a generic name. ipkg search rules changed to look for the generic packages too.
2006-01-11slugos: Enabled JFFS2 endianness to be controlled.Rod Whitby1
2006-01-11slugos-image: remove spurious DEPENDS in confJohn Bowler1
- this upgrades slugos-image to the new RDEPENDS only world, some missing (R)dependencies are corrected slugos-init: remove virtual/ixp-eth in 0.10 - this stuff is no longer necessary and the modprobe.conf has been moved to the ixp-eth module rather than having it incorrectly introduced in a non-dependent module.
2006-01-09slugos: remove/correct references to openslugJohn Bowler1
- apex: contains an absolute build sys path name (commented) - base-files: rename openslug to slugos in 3.0.14 - busybox: rename openslug to slugos in 1.00, 1.01 - netbase: rename openslug to slugos in 4.21 - slugos-init: rename openslug to slugos in 0.10 - all others: remove or replace openslug in comments (no build changes)
2006-01-07slugos: Major rename of common SlugOS files and directories from openslug to ↵Rod Whitby1
slugos.
2005-11-15openslug: fix flash image build, only affects openslug.confJohn Bowler1
2005-11-11openslug, ucslugc: convert to use slugos.confJohn Bowler1
- 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.