Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-04-21 | tunctl: new recipe, version 1.5 | Roman I Khimov | 3 | |
Tool for controlling the TUN/TAP driver in Linux. Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-04-21 | icecc.bbclass: fix kernel distributed compilation | Roman I Khimov | 1 | |
Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-04-21 | image.bbclass: IMAGE_VARS->IMAGE_BOOT, make overridable | Roman I Khimov | 1 | |
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-21 | ace: New recipe for ACE 5.6.8 | Roman I Khimov | 3 | |
Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-04-21 | package.bbclass: fix globbing for mask-like files | Roman I Khimov | 1 | |
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-21 | bitbake.conf: use ROOTFS_SIZE for gzip'd images | Roman I Khimov | 1 | |
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-21 | image.bbclass: reorder do_rootfs | Roman I Khimov | 1 | |
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-21 | busybox: update appletlib dependency patch | Roman I Khimov | 1 | |
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-21 | base.bbclass: Combine all checksum.ini files found in BBPATH | Petri Lehtinen | 1 | |
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-21 | gnome-media: Built wihout gnomecd => nautilus-cd-burner is not needed. ↵ | Stanislav Brabec | 1 | |
Removed obsolete .la file. | ||||
2009-04-21 | angstrom: have bluez4 provide bluez-utils as well | Koen Kooi | 2 | |
2009-04-21 | etk: hack around gettext breakage | Koen Kooi | 2 | |
2009-04-21 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 2 | |
into org.openembedded.dev | ||||
2009-04-21 | angstrom-2008.1: do not use Thumb for uclibc | Marcin Juszkiewicz | 1 | |
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-21 | sane-srcrevs: bump EFL_SRCREV to the one mentioned in ↵ | Koen Kooi | 1 | |
http://trac.enlightenment.org/e/wiki/ReleaseSchedule?version=3 * etk still fails to build, though | ||||
2009-04-21 | base-passwd: default password for hipox machine set | Steffen Sledz | 1 | |
2009-04-21 | beagleboard: move to 2.6.29 | Koen Kooi | 3 | |
* on par with 2.6.28 for stability, codec-engine and libgles-omap3 both work as well | ||||
2009-04-21 | libxml++: add 2.26.0 | Koen Kooi | 2 | |
2009-04-21 | linux-omap 2.6.29: add support for changing tranparency of overlays | Koen Kooi | 9 | |
2009-04-21 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 20 | |
into org.openembedded.dev | ||||
2009-04-21 | checksums: add some more checksums | Koen Kooi | 1 | |
2009-04-20 | libgsm0710mux: bump to 0.3.4 | Michael 'Mickey' Lauer | 2 | |
2009-04-20 | rpm-native: do not emit packages | Marcin Juszkiewicz | 1 | |
2009-04-20 | u-boot_2009.03: fixes/adds for HIPOX machine | Steffen Sledz | 3 | |
- enable mmu and dcache for faster nand access - fix reset problem in gmac | ||||
2009-04-20 | sane-srcrevs.inc: bump EFL as per last weekend's feature freeze recommendation | Michael 'Mickey' Lauer | 1 | |
2009-04-20 | e-wm: reorder metadata for clarity; fix packaging | Michael 'Mickey' Lauer | 1 | |
2009-04-20 | linux-2.6.24: new defconfig for HIPOX machine | Steffen Sledz | 2 | |
2009-04-20 | linux-2.6.24: Kconfig patch for HIPOX machine added | Steffen Sledz | 2 | |
2009-04-20 | bitbake.conf, lib_package.bbclass: fix missing '$' in previous commit | Jeremy Lainé | 2 | |
2009-04-20 | bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so | Jeremy Lainé | 2 | |
We need to include ${base_libdir}/*${SOLIBSDEV} in FILES_${PN]} because the shared libraries in ${base_libdir} do not follow the usual *.so.* naming convention, for instance libproc-3.2.7.so. | ||||
2009-04-20 | hipox: switch serial console to ttyS1 | Steffen Sledz | 1 | |
2009-04-19 | lighttpd: Added 1.4.22 to checksums.ini to prevent punishment. | Leon Woestenberg | 1 | |
2009-04-19 | wt-2.2.3: ARM_INSTRUCTION_SET = "arm" to workaround toolchain issue. | Leon Woestenberg | 1 | |
Works around this: | /tmp/ccGh2Qre.s: Assembler messages: | /tmp/ccGh2Qre.s:2339: Error: selected processor does not support `swp r4,r8,[r5]' | ||||
2009-04-19 | linux-rt: Add 2.6.29 with DEFAULT_PREFERENCE -1. | Leon Woestenberg | 1 | |
2009-04-19 | lighttpd: Added 1.4.22 with DEFAULT_PREFERENCE -1. | Leon Woestenberg | 1 | |
2009-04-19 | util-linux-ng: depend on virtual/libintl to pass building with uclibc | Marcin Juszkiewicz | 2 | |
2009-04-19 | checksums.ini: added checksum for util-linux-ng 2.13.1 | Marcin Juszkiewicz | 1 | |
2009-04-19 | tracker: added libgnomecanvas to dependencies | Marcin Juszkiewicz | 1 | |
2009-04-19 | gnome-media: fix packaging and make it more determistic | Koen Kooi | 1 | |
2009-04-19 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 13 | |
into org.openembedded.dev | ||||
2009-04-19 | angstrom: start removing FEED_ARCH | Koen Kooi | 1 | |
2009-04-19 | squashfs-tools: Added release 4.0 (for SquashFS 4.0 in Linux 2.6.29). | Leon Woestenberg | 4 | |
Added with DEFAULT_PREFERENCE -1. Be aware that squashfs release 4.0 is now upstream in Linux 2.6.29. The filesystem layout has changed from the 3.x releases. Distro's need to carefully select the (cross and native) version depending on the kernel release, which again might be different for the machines supported. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> | ||||
2009-04-19 | MAINTAINERS: Updated my email address. | Leon Woestenberg | 1 | |
2009-04-18 | zaurus-updater: force PARALLEL_MAKE = "" | Andrea Adami | 1 | |
- fix do_stage error during rebuild from packaged-staging | ||||
2009-04-18 | nautilus-cd-burner: Added version 2.24.0, removed old one. | Stanislav Brabec | 0 | |
2009-04-18 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Stanislav Brabec | 2 | |
into org.openembedded.dev | ||||
2009-04-18 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Stanislav Brabec | 1 | |
into org.openembedded.dev | ||||
2009-04-18 | nautilus-cd-burner: Added version 2.24.0, removed old one. | Stanislav Brabec | 4 | |
2009-04-18 | Improve libgemwidget fix | Marek Vasut | 1 | |
2009-04-18 | vala: Fixed bootstrapping. | Stanislav Brabec | 2 | |