summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-04-22Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Tom Rini3
into org.openembedded.dev
2009-04-22Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Tom Rini125
into org.openembedded.dev
2009-04-22console-base-image,console-image,gnuradio-image: don't hardcode psplash-zapAndrea Adami3
2009-04-22Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks5
into org.openembedded.dev
2009-04-22flickcurl: created recipeFrans Meulenbroeks2
flickcurl is a C interface to retrieve flickr data
2009-04-22siproxd: new recipeRoman I Khimov5
New recipe for siproxd 0.7.1 Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-22clamav: add 0.94.2 version recipeRoman I Khimov6
2009-04-22dialog: update version 1.0-20050306 -> 1.1-20080819Roman I Khimov8
Previous version is obsolete and can't be found on official FTP, it is also removed from Debian archives so the packages failed to build if not using some distro-specific mirror. Hence, update version removing the old one along the way. Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-22buildbot: config of my buildbot running on http://home.haerwu.biz:8010/Marcin Juszkiewicz3
2009-04-22linux.inc: unset CONFIG_LOCALVERSION_AUTO to not get ↵Marcin Juszkiewicz1
2.6.27.2-svn8826-dirty26 like names Year ago we removed CONFIG_LOCALVERSION from .config to get more sane names of kernels. Today with 2.6.27.2 I got 2.6.27.2-svn8826-dirty26 kernel which was 2.6.27.2-svn8826-dirty9 on device so no modules ;( This patch changes this by unsetting CONFIG_LOCALVERSION_AUTO variable. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-22bustle-dbus-monitor: new recipe; monitoring utility for the Bustle D-Bus suiteMichael 'Mickey' Lauer1
TODO: add eavesdropping magic in postinstall/prerm
2009-04-22dbus: bump default timeout valueMichael 'Mickey' Lauer2
2009-04-22linux: 2.6.26 Add inital support for Topas910, we'll add a better kernel later.Florian Boor1
2009-04-22checksums.ini: Add original Topas patch and bootloader.Florian Boor1
2009-04-22linux: Add topas910 defconfig for 2.6.26.Florian Boor1
2009-04-22New machine: Topas910 - Toshiba TMPA910CRAXBG Starter KitFlorian Boor1
2009-04-22New recipe: lowlevel-topas910, a mini bootloader for the Topas910Florian Boor1
2009-04-22linux-2.6.29: Tune micro2440 defconfig a little bit, build in loop for loop ↵Florian Boor1
root.
2009-04-22micro2440.conf: Improve jffs2 image parameters.Florian Boor1
2009-04-22Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi18
into org.openembedded.dev
2009-04-22glibc: add 2.9Koen Kooi3
* runtime tested on beagleboard/angstrom
2009-04-22vala-dbus-binding-tool-native: new recipe; a dbus interface generatorMichael 'Mickey' Lauer2
2009-04-22libgsm0710mux: needs libfsotransport nowMichael 'Mickey' Lauer1
2009-04-22libfsotransport: new recipe; transport library for FSO. add as dependency ↵Michael 'Mickey' Lauer2
for fso-term
2009-04-22initscripts: modifications for hipox machineSteffen Sledz2
- add kexec handling in /etc/init.d/reboot - make /sys available again for /etc/init.d/reboot
2009-04-22checksums.ini: add some more checksumsDirk Opfer1
2009-04-22linknx: new recipe, version 0.0.1.26Dirk Opfer2
Linknx is an automation platform providing high level functionalities to EIB/KNX installation
2009-04-22owfs: new recipe, version 2.7p21Dirk Opfer3
OWFS is an easy way to use the powerful 1-wire system of Dallas/Maxim
2009-04-22eibd: new recipe, version 0.0.4Dirk Opfer2
Eibd provides an interface to the EIB / KNX bus
2009-04-22pthsem: new recipe, version 2.0.7Dirk Opfer2
GNU Portable Threads replacement with semaphore support
2009-04-22argp-standalone: new recipe, version 1.3Dirk Opfer1
Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc
2009-04-21tunctl: new recipe, version 1.5Roman I Khimov3
Tool for controlling the TUN/TAP driver in Linux. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21icecc.bbclass: fix kernel distributed compilationRoman I Khimov1
Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21image.bbclass: IMAGE_VARS->IMAGE_BOOT, make overridableRoman I Khimov1
IMAGE_VARS usage forces images to have init, dev management, login management and other stuff. In cases where you don't need any of those (like initramfs images or other special-purpose images) you need to override 4 variables in order to get clean image that only installs things from IMAGE_INSTALL. So, this changes IMAGE_VARS to more meaningful IMAGE_BOOT and makes it possible to build images without boot components with single IMAGE_BOOT="". Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21ace: New recipe for ACE 5.6.8Roman I Khimov3
Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21package.bbclass: fix globbing for mask-like filesRoman I Khimov1
When a package contains two files like "name*" and "name*smth" OE can't properly package those, looping infinetely trying to build file list. The reason is that first file name globs to two files and OE adds them both into the list, then globs the first one again and gets two same files, etc. Fix that. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21bitbake.conf: use ROOTFS_SIZE for gzip'd imagesRoman I Khimov1
Make ext2.gz and ext3.gz images use ROOTFS_SIZE parameter for genext2s (as non-compressed ext2 and ext3 does). This allows to use IMAGE_EXTRA_SPACE configuration. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21image.bbclass: reorder do_rootfsRoman I Khimov1
Places do_rootfs function before do_install in image creation process. This change allows multiimage builds, when one image depends on another (before that second image creation raced with do_rootfs for the first one) and uses it for some purpose. Multiimage builds are useful in situations like creating an installer image with initramfs (built in OE) and an image of the target FS (also built in OE) or for building virtualized system images to be placed on target FS. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21busybox: update appletlib dependency patchRoman I Khimov1
Previous version still failed from time to time on clean-start builds with 4 bitbake threads and '-j16'. Building busybox as sole target worked well. The reason is that previous version introduced a race between applets make processes spawned from top-level Makefile and from libbb Makefile. Fix it with high-level dependency that doesn't create races. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-21base.bbclass: Combine all checksum.ini files found in BBPATHPetri Lehtinen1
This makes it possible for overlays to have checksum.ini. Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Chris Larson <clarson@kergoth.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-21gnome-media: Built wihout gnomecd => nautilus-cd-burner is not needed. ↵Stanislav Brabec1
Removed obsolete .la file.
2009-04-21angstrom: have bluez4 provide bluez-utils as wellKoen Kooi2
2009-04-21etk: hack around gettext breakageKoen Kooi2
2009-04-21Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-04-21angstrom-2008.1: do not use Thumb for uclibcMarcin Juszkiewicz1
Compilation is broken with binutils which Angstrom uses. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-21sane-srcrevs: bump EFL_SRCREV to the one mentioned in ↵Koen Kooi1
http://trac.enlightenment.org/e/wiki/ReleaseSchedule?version=3 * etk still fails to build, though
2009-04-21base-passwd: default password for hipox machine setSteffen Sledz1
2009-04-21beagleboard: move to 2.6.29Koen Kooi3
* on par with 2.6.28 for stability, codec-engine and libgles-omap3 both work as well
2009-04-21libxml++: add 2.26.0Koen Kooi2
2009-04-21linux-omap 2.6.29: add support for changing tranparency of overlaysKoen Kooi9