summaryrefslogtreecommitdiff
path: root/packages/images
AgeCommit message (Collapse)AuthorFiles
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
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-17nslu2-linksys-image/unslung-image: Fix parsing errorsOyvind Repvik2
2006-11-17slugos-image: Removed kernel modules that are now compiled inRod Whitby1
2006-11-15e-image: the e dudes have gotten a clue and are using .desktop files ↵Koen Kooi1
nowadays, so the convert script isn't needed anymore
2006-11-13slugos/ludeos-packages: add COMPATIBLE_MACHINE = 'nslu2'Marcin Juszkiewicz1
2006-11-13slugon-image(name): set COMPATIBLE_MACHINE to nslu2Marcin Juszkiewicz2
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-13COMPATIBLE_MACHINE=nslu2: various packages updatedRod Whitby1
2006-11-12slugos: Changed SLUGOS_FLASH_IMAGE to be multi-valued, to allow for multiple ↵Rod Whitby2
target upgrade image formats. Changed the image name, so that it overwrites the previously built image (and doesn't fill the autobuilder disks).
2006-11-11Unslung: major change - Linksys busybox now subsumed by slingbox; cpio and findMike Westerhof1
are no longer required; rc.bootdisk functionality introduced in unslung-rootfs
2006-11-09nylon-image-base: Correct the nylon-image class name to remove parsing errorsRichard Purdie1
2006-11-06unslung-image: Added explicit dependency on libipkg (dunno why this changed).Rod Whitby1
2006-11-05Unslung: slingbox: upgrade slingbox to busybox 1.2.2Mike Westerhof1
2006-11-02nylon update: Martin Dietze1
- formally added mtx-3 architecture - pptp support in the linux kernel
2006-10-22packages/images/ossie-image.bbPhilip Balister1
packages/tasks/task-ossie.bb * Add bb files that build images for OSSIE based software radios.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi7
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-25merge of '6159b24371b1d635546251f92f5c705343f88b30'Martin Dietze3
and 'd6a8fb6a4dc52ff3bda0e3bf30b05a0db05377a1'
2006-09-25nylon images and feed: use elvis-tiny as standard editor instead of busybox-vi.Martin Dietze3
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-09-08nylon: updated images and nylon specific packages from 4G trunkMartin Dietze4
* updated list of supported packages in nylon-feed * new image nylon-image-extended aiming to put nylon-feed into one image (for debugging) * new versions of nylon-scripts, nylon-statistics, simple-firewall
2006-08-27Add MACHINE_TASK_PROVIDER to remove hardcoded references to task-bootstrap ↵Richard Purdie14
and allow machines/distros to elect an alternative
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther5
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-08-04bootstrap-image-bootchart.bb: apply patch instead of renaming itKoen Kooi1
2006-08-04bootstrap-image-bootchart: add an image target for making bootchartsPaul Sokolovsky1
2006-08-02Unslung: unslung-image.bb - remove cpio and findutils records from ipkg ↵Mike Westerhof1
database, and some other ipkg database cleanup.
2006-08-01Unslung: unslung_image.bb - .dbg files that need manual cleanup have moved ↵Mike Westerhof1
to a .debug directory
2006-07-31Unslung image: clean up .dbg files left by changed RUNSTRIP functionalityMike Westerhof1
2006-07-23Split out *image* and *task* from packages/meta into their own subdirs.Koen Kooi29
Inspired by http://svn.o-hand.com/view/poky?rev=531&view=rev