summaryrefslogtreecommitdiff
path: root/packages/images
AgeCommit message (Collapse)AuthorFiles
2007-03-25unslung-image: Bump the PRRod Whitby1
2007-03-25unslung-kernel, unslung-image: Changed to use the generic nslu2_pack_image ↵Rod Whitby1
class.
2007-03-21openmoko-image: install a terminal, virtual keyboard and other stuff to make ↵Koen Kooi1
it useable
2007-03-20foonas-image: Move preprocessing awayOyvind Repvik1
2007-03-18foonas: Move image-stuff to classes for lsppchg, lsppchd, n2100 and turbostationOyvind Repvik1
2007-03-18foonas: Update image config, move crap from distro configOyvind Repvik1
2007-03-17foonas: Update image supportOyvind Repvik1
2007-03-16foonas: Clean up distro/machines/imageOyvind Repvik1
2007-03-15foonas: Make u-boot specific to turbostation, correct spelling errorOyvind Repvik1
2007-03-15openmoko-devel-image: ship task-openmoko-examplesMichael Lauer1
2007-03-14foonas-image: Add n2100 supportOyvind Repvik1
2007-03-11foonas-image: update kernel/rootfs sizeOyvind Repvik1
2007-03-09remove openturbostation distro, add foonasOyvind Repvik2
2007-03-08openturbostation: Correct xfs-utils to xfsprogsOyvind Repvik1
2007-03-08openturbostation: Add xfs-support in root, remove duplicated utilsOyvind Repvik1
2007-03-07openturbostation: Fixes to build imageOyvind Repvik1
2007-03-07openturbostation: Add image generationOyvind Repvik1
2007-03-06gpephone-image-vm: Turn on automatic login.Florian Boor1
2007-03-06gpephone-image: Turn on automatic login.Florian Boor1
2007-03-06libim: Add 0.2, remove 0.1 and move some files in place.Florian Boor2
2007-02-18slugos: Added support for DISTR_EXTRA_{DEPENDS,RDEPENDS,RRECOMMENDS}Rod Whitby1
2007-02-15merge of '414cac1c77ff9fa2877bf185b1fb201f034ee108'OpenEmbedded Project3
and 'bf8b52c7c7ffdfe7cb88423cc23d4eeb9c573c2f'
2007-02-15openmoko-image: image_ipk -> image Koen Kooi1
2007-02-15openmoko images: add them, IPKG -> PACKAGE (from openmoko svn)Koen Kooi3
2007-02-15slugos, unslung: Moved unslung image building into unslung-image, and split ↵Rod Whitby2
nslu2, nas100d and dsmg600 image building out into classes so they can be reused with multiple distros (like SlugOS and Angstrom)
2007-02-14slugos-image: Keep MACHINE in arch.conf, cause MACHINE is endian-specific ↵Rod Whitby1
now for SlugOS
2007-02-12slugos: Major build structure change - subsumed openslug and debianslug into ↵Rod Whitby1
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-08slugos: Added task-slugos to separate out rootfs contents from image creation.Rod Whitby1
2007-02-08slugos: Replaced SLUGOS_IMAGENAME with SLUGOS_DISTRO, and localised the ↵Rod Whitby3
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-08slugos: Removed SLUGOS_IMAGESEX from throughout OE.Rod Whitby1
2007-01-29slugos-image: Removed Apex from the imageRod Whitby1
2007-01-27ixp4xx-related files: Replaced IXP4XX_MACHINE_ENDIAN with SITEINFO_ENDIANESS ↵Rod Whitby1
throughout OE, removing all instances of ixp4xx-specific ENDIAN checks in the OE metadata.
2007-01-23ixp4xx (and related ixp4xx-specific files): Change all usage of ↵Rod Whitby1
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.
2007-01-18xfce-image: allow machine and distro to override the preferred xserver via ↵Koen Kooi1
${XSERVER} in the other X based images
2006-12-31Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵Richard Purdie27
prepare for deb packaging
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie7
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-23openprotium-image: better packing of image. fix of bug #1705.Andrew Wilcox1
2006-12-13opie-image: install extra stuff on machines with more flash only. Supported ↵Marcin Juszkiewicz1
are spitz/akita now - other must be added
2006-12-13opie-image: removed familiar feed stuffMarcin Juszkiewicz1
2006-12-07openprotium: bitbake file for flash image constructionAndrew Wilcox1
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-28ludeos: removed archaic and deprecated distro (SlugOS supercedes and fully ↵Rod Whitby1
replaces LudeOS)
2006-11-20another set of parse errors fixingMarcin Juszkiewicz1
2006-11-20many packages: fix parse errors #2Marcin Juszkiewicz7
2006-11-20many packages: fix parse errorsMarcin Juszkiewicz12
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