Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-09-01 | images: Clean up image .bb files, moving functionality to image.bbclass ↵ | Richard Purdie | 1 | |
(LICENCE default, setup of RDEPENDS and default IMAGE_BASENAME) | ||||
2007-06-30 | slugos-image: Create .tar.gz rootfs too, for machines which don't have ↵ | Rod Whitby | 1 | |
enough room in flash for a rootfs but do have a hard disk | ||||
2007-02-18 | slugos: Added support for DISTR_EXTRA_{DEPENDS,RDEPENDS,RRECOMMENDS} | Rod Whitby | 1 | |
2007-02-15 | slugos, unslung: Moved unslung image building into unslung-image, and split ↵ | Rod Whitby | 1 | |
nslu2, nas100d and dsmg600 image building out into classes so they can be reused with multiple distros (like SlugOS and Angstrom) | ||||
2007-02-14 | slugos-image: Keep MACHINE in arch.conf, cause MACHINE is endian-specific ↵ | Rod Whitby | 1 | |
now for SlugOS | ||||
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: Added task-slugos to separate out rootfs contents from image creation. | Rod Whitby | 1 | |
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-02-08 | slugos: Removed SLUGOS_IMAGESEX from throughout OE. | Rod Whitby | 1 | |
2007-01-29 | slugos-image: Removed Apex from the image | Rod Whitby | 1 | |
2007-01-27 | ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS ↵ | Rod Whitby | 1 | |
throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata. | ||||
2007-01-23 | ixp4xx (and related ixp4xx-specific files): Change all usage of ↵ | Rod Whitby | 1 | |
ARCH_BYTE_SEX to IXP4XX_MACHINE_ENDIAN (and ensure COMPATIBLE_MACHINE is in effect whereever it is used). Add the nslu2le and nslu2be machines. Change include/ixp4xx.conf to use tune-xscale and tune-thumb. Remove slugos-specific variables that had global OE equivalents. Deprecate ixp4xx.conf and nslu2.conf in favour of endian-specific replacements. | ||||
2006-12-31 | Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵ | Richard Purdie | 1 | |
prepare for deb packaging | ||||
2006-12-26 | slugos-image: Fixed missing change to SLUGOS_FLASH_IMAGE | Rod Whitby | 1 | |
2006-12-25 | slugos: Added NAS100d image support | Rod Whitby | 1 | |
2006-12-24 | slugos-image.bb - now creates an image file in D-LINK DSM-G600 format as well. | Mike Westerhof | 1 | |
2006-12-01 | slugos-image: Added netconsole into the kernel | Rod Whitby | 1 | |
2006-11-30 | ixp4xx-kernel, slugos: moved some modules into the kernel (those that are ↵ | Rod Whitby | 1 | |
the lowest common denominator of the target devices) | ||||
2006-11-18 | Micro-Optimisation decreasing initial parsing time by 10% | Holger Freyther | 1 | |
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-18 | slugos: fixed kernel module depends in debianslug | Rod Whitby | 1 | |
2006-11-17 | slugos: Removed more kernel modules that are now compiled in | Rod Whitby | 1 | |
2006-11-17 | slugos-image: Removed kernel modules that are now compiled in | Rod Whitby | 1 | |
2006-11-13 | slugon-image(name): set COMPATIBLE_MACHINE to nslu2 | Marcin Juszkiewicz | 1 | |
2006-11-13 | slugos-image: Now includes the apex second stage loader, and the ixp4xx-npe ↵ | Rod Whitby | 1 | |
microcode. Does not find or load the microcode correctly yet. Also uses the latest 2.6.19-rc5 kernel. | ||||
2006-11-12 | slugos: Changed SLUGOS_FLASH_IMAGE to be multi-valued, to allow for multiple ↵ | Rod Whitby | 1 | |
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-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-09-28 | slugos: Revert to using udev (mdev functions, but turnup breaks) | Michael-Luke Jones | 1 | |
2006-09-25 | busybox: remove mdev support | Michael-Luke Jones | 1 | |
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-23 | slugos-image: missed a couple of extra items | Michael-Luke Jones | 1 | |
2006-09-23 | SlugOS Distro & Image Files: Major changes | Michael-Luke Jones | 1 | |
* 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-14 | slugos-image: reverted blaster8's changes, as they break the current builds. | Rod Whitby | 1 | |
2006-09-13 | slugos-image: Updates from blaster8 | Oyvind Repvik | 1 | |
2006-07-23 | Split out *image* and *task* from packages/meta into their own subdirs. | Koen Kooi | 1 | |
Inspired by http://svn.o-hand.com/view/poky?rev=531&view=rev |