summaryrefslogtreecommitdiff
path: root/packages/images/slugos-image.bb
AgeCommit message (Collapse)AuthorFiles
2006-12-31Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵Richard Purdie1
prepare for deb packaging
2006-12-26slugos-image: Fixed missing change to SLUGOS_FLASH_IMAGERod Whitby1
2006-12-25slugos: Added NAS100d image supportRod Whitby1
2006-12-24slugos-image.bb - now creates an image file in D-LINK DSM-G600 format as well.Mike Westerhof1
2006-12-01slugos-image: Added netconsole into the kernelRod Whitby1
2006-11-30ixp4xx-kernel, slugos: moved some modules into the kernel (those that are ↵Rod Whitby1
the lowest common denominator of the target devices)
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther1
python () {} and python __anonymous () {} are as the same says functions without a name. They get executed when the main bb file is completely parsed. This is used to set information like FILESDIR. This is a python method so it gets evaled which means compiled and executed a lot of times. By moving the code of the anonfunc into a proper method this is only compiled once. The result is is the 10% speed up when parsing. Reindent anonfuncs and new defs without tabs and four spaces
2006-11-18slugos: fixed kernel module depends in debianslugRod Whitby1
2006-11-17slugos: Removed more kernel modules that are now compiled inRod Whitby1
2006-11-17slugos-image: Removed kernel modules that are now compiled inRod Whitby1
2006-11-13slugon-image(name): set COMPATIBLE_MACHINE to nslu2Marcin Juszkiewicz1
2006-11-13slugos-image: Now includes the apex second stage loader, and the ixp4xx-npe ↵Rod Whitby1
microcode. Does not find or load the microcode correctly yet. Also uses the latest 2.6.19-rc5 kernel.
2006-11-12slugos: Changed SLUGOS_FLASH_IMAGE to be multi-valued, to allow for multiple ↵Rod Whitby1
target upgrade image formats. Changed the image name, so that it overwrites the previously built image (and doesn't fill the autobuilder disks).
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-28slugos: Revert to using udev (mdev functions, but turnup breaks)Michael-Luke Jones1
2006-09-25busybox: remove mdev supportMichael-Luke Jones1
mdev: add separate mdev package creating standalone executable * adjust mdev.conf to create /dev/buzzer link * change slugos-image.bb to include standalone mdev
2006-09-23slugos-image: missed a couple of extra itemsMichael-Luke Jones1
2006-09-23SlugOS Distro & Image Files: Major changesMichael-Luke Jones1
* Update to kernel version 2.6.18 (new build system) * Change from udev to mdev to handle /dev and hotplug events (slugos-image.bb) * Update to include necessary kernel modules post-modularisation (conf/distro/*)
2006-09-14slugos-image: reverted blaster8's changes, as they break the current builds.Rod Whitby1
2006-09-13slugos-image: Updates from blaster8Oyvind Repvik1
2006-07-23Split out *image* and *task* from packages/meta into their own subdirs.Koen Kooi1
Inspired by http://svn.o-hand.com/view/poky?rev=531&view=rev