Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-11-20 | many packages: fix parse errors | Marcin Juszkiewicz | 12 | |
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 | nslu2-linksys-image/unslung-image: Fix parsing errors | Oyvind Repvik | 2 | |
2006-11-17 | slugos-image: Removed kernel modules that are now compiled in | Rod Whitby | 1 | |
2006-11-15 | e-image: the e dudes have gotten a clue and are using .desktop files ↵ | Koen Kooi | 1 | |
nowadays, so the convert script isn't needed anymore | ||||
2006-11-13 | slugos/ludeos-packages: add COMPATIBLE_MACHINE = 'nslu2' | Marcin Juszkiewicz | 1 | |
2006-11-13 | slugon-image(name): set COMPATIBLE_MACHINE to nslu2 | Marcin Juszkiewicz | 2 | |
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-13 | COMPATIBLE_MACHINE=nslu2: various packages updated | Rod Whitby | 1 | |
2006-11-12 | slugos: Changed SLUGOS_FLASH_IMAGE to be multi-valued, to allow for multiple ↵ | Rod Whitby | 2 | |
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-11 | Unslung: major change - Linksys busybox now subsumed by slingbox; cpio and find | Mike Westerhof | 1 | |
are no longer required; rc.bootdisk functionality introduced in unslung-rootfs | ||||
2006-11-09 | nylon-image-base: Correct the nylon-image class name to remove parsing errors | Richard Purdie | 1 | |
2006-11-06 | unslung-image: Added explicit dependency on libipkg (dunno why this changed). | Rod Whitby | 1 | |
2006-11-05 | Unslung: slingbox: upgrade slingbox to busybox 1.2.2 | Mike Westerhof | 1 | |
2006-11-02 | nylon update: | Martin Dietze | 1 | |
- formally added mtx-3 architecture - pptp support in the linux kernel | ||||
2006-10-22 | packages/images/ossie-image.bb | Philip Balister | 1 | |
packages/tasks/task-ossie.bb * Add bb files that build images for OSSIE based software radios. | ||||
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 7 | |
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 | merge of '6159b24371b1d635546251f92f5c705343f88b30' | Martin Dietze | 3 | |
and 'd6a8fb6a4dc52ff3bda0e3bf30b05a0db05377a1' | ||||
2006-09-25 | nylon images and feed: use elvis-tiny as standard editor instead of busybox-vi. | Martin Dietze | 3 | |
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-09-08 | nylon: updated images and nylon specific packages from 4G trunk | Martin Dietze | 4 | |
* 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-27 | Add MACHINE_TASK_PROVIDER to remove hardcoded references to task-bootstrap ↵ | Richard Purdie | 14 | |
and allow machines/distros to elect an alternative | ||||
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 5 | |
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-04 | bootstrap-image-bootchart.bb: apply patch instead of renaming it | Koen Kooi | 1 | |
2006-08-04 | bootstrap-image-bootchart: add an image target for making bootcharts | Paul Sokolovsky | 1 | |
2006-08-02 | Unslung: unslung-image.bb - remove cpio and findutils records from ipkg ↵ | Mike Westerhof | 1 | |
database, and some other ipkg database cleanup. | ||||
2006-08-01 | Unslung: unslung_image.bb - .dbg files that need manual cleanup have moved ↵ | Mike Westerhof | 1 | |
to a .debug directory | ||||
2006-07-31 | Unslung image: clean up .dbg files left by changed RUNSTRIP functionality | Mike Westerhof | 1 | |
2006-07-23 | Split out *image* and *task* from packages/meta into their own subdirs. | Koen Kooi | 29 | |
Inspired by http://svn.o-hand.com/view/poky?rev=531&view=rev |