summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-11-24Angstrom: switch to opkg-nogpg-nocurl per RFC on the angstrom-devel mailinglistKoen Kooi
2009-11-24opkg-target,sdk: bump SRCREVKoen Kooi
* -native is left alone because packaged-staging needs more testing * tested install and upgrade on angstrom/beagleboard * tweaked opkg-nogpg-nocurl recipe to keep it building
2009-11-24gcc 4.3.3: ...and bump PRKoen Kooi
2009-11-24gcc 4.3.3: fix patch and packagingKoen Kooi
2009-11-23preferred-shr-versions: remove preferred version of pixmap, increase ↵Martin Jansa
DEFAULT_PREFERRENCE in pixmap recipe for shr instead
2009-11-23task-shr-feed: add new packages fltkclock, fltkhackdiet, fltkwwpointcalMartin Jansa
2009-11-23fltkclock, fltkhackdiet, fltkwwpointcal: new fltk apps from Benjamin SchiederBenjamin Schieder
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23sane-backends: add version 1.0.20Jeremy Lainé
2009-11-23sane-backends: remove ${sysconfdir}/sane.d/qcam.conf from conffilesJeremy Lainé
2009-11-23gcc 4.3.4: add objective-c patch for eabi and add a package for libobjcKoen Kooi
2009-11-23Hawkboard: Add Hawkboard machine and kernelRoger Monk
- patches for early adopters from Khasim - 2.6.32rc6 (PSP 3.20.00.07) - Updated defconfigs (machine defconfig + swap + mmc + fbconsole) - matching (DA850) - Added hawkboard specific patchset (alpha)
2009-11-23xserver-xorg: use overlapped blts, needs pixman support, hence not defaultKoen Kooi
2009-11-23pixman git: bump SRCREV to 0.17.3 and add support for overlapping blitsKoen Kooi
2009-11-23linux-openmoko: bump PR to get module_strip fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23kernel.bbclass: force do_deploy call before do_buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Martin Jansa
into org.openembedded.dev
2009-11-23kernel.bbclass, linux.inc: move do_deploy task after do_packageMartin Jansa
* Move do_deploy after do_package in kernel.bbclass as RP said * Move devicetree_image before do_deploy in linux.inc, because it creates dependency loop if its between after do_package and before do_deploy. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23e-wm_svn.bb: split ${sysconfdir}/xdg/menus/applications.menu into it's own ↵Klaus Kurzmann
package Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Acked-by: Koen Kooi <koen@openembedded.org>
2009-11-23u-boot-2009.03: disable features to fit size requirements for hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2009-11-23u-boot-2009.03: fix flash layout for hipox machineSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2009-11-23module-strip.bbclass: fix typo, last PKGDEST should be PKGD tooMartin Jansa
2009-11-23package.bbclass/module-strip.bbclass: Various strip fixesRichard Purdie
* Turn striping functionality into functions and call in the appropriate place * Removing various races and ordering issues * Should mean kernel modules are correctly stripped (and stripping can be disabled) * Addresses bug 1182 * kernel module stripping applied to ${PKGD} (the correct place) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-23kernel.bbclass: do_deploy modules.tgz should operating on PKGDRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-23package.bbclass: Make sure PKGD is empty before populating fixing certain ↵Richard Purdie
bugs (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-22ltrace: cleanupBernhard Kaindl
This is a reply to http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-November/014861.html (Mikey: [oe] Michael 'Mickey' Lauer : ltrace: fix wrong path to coreutils-native and add actual dependency) but I was not subscribed to the list yet, so I cannot do a real reply. ------------------------------------------------------------------------- (The patch is at the very end of this far too detailed mail, but I wanted to tell everything, so skip to the end for the quick summary of the patch in the commit message) Hi Mickey, Hi Dmitry, About me: I am new to this list but worked with OE since some months already. I worked nearly 10 years as package developer at SuSE, quite some time of that also with with non-i386 architectures. I did lots of (GNU/)Linux software building and packaging work in that time. I also created the ltrace package for SUSE in 1999 and maintained it until 2005: http://www.filewatcher.com/p/ltrace-0.3.31-31.src.rpm.129939/ltrace.spec.html Mickey: I met you once on the ICE to FOSDEM 2008 (when emdete showed 'Dinge') Dmitry Eremin-Solenikov reported on 15 Nov 2009 here: | | git version control wrote: | | > Module: openembedded.git | > Branch: org.openembedded.dev | > Commit: 7df40b3378412f4700224e44042656159bc8f86c URL: | > http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7df40b3378412f4700224e44042656159bc8f86c | > | > Author: Michael 'Mickey' Lauer | > <mickey at vanille-media.de> Date: Sun Nov 15 | > 11:08:43 2009 +0100 | > | > ltrace: fix wrong path to coreutils-native and add actual dependency | | Hmmm. This broke ltrace for me (install.coreutils-native not found). | Do you have any pending patches on coreutils-native? For the reader, the described changes to ltrace/ltrace_0.5.3.bb were: -DEPENDS = "libelf" +DEPENDS = "coreutils-native libelf" - oe_runmake install ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH} INSTALL=${STAGING_BINDIR_NATIVE}/install DESTDIR=${D} + oe_runmake install ${EXTRA_OEMAKE} ARCH=${LTRACE_ARCH} INSTALL=${STAGING_BINDIR_NATIVE}/install.coreutils-native DESTDIR=${D} Mickey responded with: | Sorry, for some reason coreutils installs its install exactly with | this path here - guess that's why it broke for me without my patch. | | Which version are you building? coreutils installs using update-alternatives, thus install gets installed as install.coreutils-native, and this is inheried by coreutils-native. I assume that Dmitry has just 'ASSUME_PROVIDED += "coreutils-native"' in his local.conf, causing coreutils-native to not be built. I used this well and is perfectly legal with (AFAICS) all other packages as long as GNU install is provided by the host and in the PATH. If it's not, the first package which tries to use install would fail, install problems are not limited to to ltrace but will occur at any package. The change to call coreutil-native's install.coreutils-native was also the trigger for the recorded build fail of ltrace on 15 Nov 2009: http://tinderbox.openembedded.net/packages/?status=Failed&name=ltrace As explained, I see no reason to install ltrace using a different than all others (please find a recipes grep which demonstrates that quite some recipes define 'INSTALL=install -c' and propose to align ltrace to all the other packages here. I wanted to propose that since a while but did not get along to actually submit a patch, but now I'm finally at it. The reason why forcing the value of INSTALL for the make install the first place may have been that the configure of ltrace assumes INSTALL to be at /usr/bin/install and the oe ltrace-compile.patch changes this in a completely strange way, breaking the 'make install' unless INSTALL= is specified on the make install command line: ltrace/files/ltrace-compile.patch:-INSTALL='/usr/bin/install -c' ltrace/files/ltrace-compile.patch:+INSTALL='$/usr/bin/install -c' So...: I'd propose to clean things up finally by defining things at only one place by means of fixing the ltrace-compile.patch to correct the INSTALL define to 'INSTALL=install -c' like other recipes do it: recipes$ grep -r '[^#]INSTALL=install' * genext2fs/genext2fs-1.3/misc.patch:+INSTALL=install linux-hotplug/linux-hotplug_20040920.bb: mandir=${D}${oldmandir} INSTALL=install install mgetty/mgetty-1.1.30/37-Makefile:-INSTALL=install -c -o bin -g bin mgetty/mgetty-1.1.30/37-Makefile:+INSTALL=install -c mgetty/mgetty-1.1.30/install.patch: INSTALL=install -c mgetty/mgetty-1.1.30/09-doc_Makefile:+INSTALL=install openswan/openswan-2.2.0/installflags.patch:@@ -170,7 +170,7 @@ INSTALL=install sysvinit/sysvinit_2.86.bb:EXTRA_OEMAKE += "'INSTALL=install' \ udev/udev_124.bb: oe_runmake 'DESTDIR=${D}' INSTALL=install install udev/udev_100.bb: oe_runmake 'DESTDIR=${D}' INSTALL=install install udev/udev_092.bb: oe_runmake 'DESTDIR=${D}' INSTALL=install install udev/udev_097.bb: oe_runmake 'DESTDIR=${D}' INSTALL=install install udev/udev_141.bb: oe_runmake 'DESTDIR=${D}' INSTALL=install install udev/udev_118.bb: oe_runmake 'DESTDIR=${D}' INSTALL=install install udev/udev.inc: oe_runmake 'DESTDIR=${D}' INSTALL=install install zip/zip.inc: 'CFLAGS=-I. -DUNIX ${CFLAGS} ${LDFLAGS}' 'LFLAGS1=${LDFLAGS}' 'INSTALL=install' \ So ltrace-compile.patch will be grepped like this: ltrace/files/ltrace-compile.patch:-INSTALL='/usr/bin/install -c' ltrace/files/ltrace-compile.patch:+INSTALL='install -c' In addition, I checked that the EXTRA_OEMAKE settings for install are do not have any effect with ltrace-0.5.3, because it's Makefile.in defines these values aready in the way they need to be. This was likely an attempt to get the INSTALL issue fixed, which of course did not work because it was hardcoded in the custom configure script of ltrace. I also tested that ltrace-0.5.3 can be built with make -j successfully, so I propose to remove the PARALLEL_MAKE = "" from ltrace_0.5.3.bb. I assume that this got copied from older versions and was not checked if still needed with ltrace-0.5.3. So here is my proposed patch: ============================================================================== Fix ltrace to build with ASSUME_PROVIDED += "coreutils-native" * recipes/ltrace/files/ltrace-compile.patch: - Change INSTALL to not use an absolute path but find it in PATH * recipes/ltrace/ltrace_0.5.3.bb - Remove coreutils-native from DEPENDS - Remove PARALLEL_MAKE = "" (parallel build works now) - Remove obsolete EXTRA_OEMAKE settings for INSTALL - do_install(): Do not override INSTALL=, depend on ltrace-compile.patch to define INSTALL='install -c' Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net> -- files/ltrace-compile.patch | 2 +- ltrace_0.5.3.bb | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-)
2009-11-22netbase: add init and options for SHR distroKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-22e-wm_svn.bb: add patch for SHR to skip some modules from the first start wizardKlaus Kurzmann
patch is only applied when building the SHR distro Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-22preferred-shr-versions.inc: add EFL_SRCREV and set to 43898Klaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-22shr.conf: blacklist atd, because it's replaced by atd-over-fsoThomas Zimmermann
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22linux-openmoko-2.6.31: add Weiss's patches from gdrm-2.6.31Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22module_strip.bbclass: look for modules in right directoryMartin Jansa
* After 29c7d3351f43678c6e93b707b301832009f64b31 modules are not in install directory but in package, packages-split * modules*.tgz is created BEFORE this, so it contains non stripped modules * for modules*.tgz with stripped modules see following patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22task-shr-feed: add speexSebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22checksums: add checksum for new tangogps_0.99Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22tangogps: bump version to 0.99.1Sebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22gpe-sketchbook: add gpe-icons to rdependsThomas Zimmermann
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22sane-srcrevs-fso.inc: bump rev for fsodevicedSebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22task-shr-feed: add sox, zile, mpg123Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22linux-openmoko: don't clear module_autoload_snd-soc-neo1973-gta02-wm8753 for ↵Martin Jansa
gta02 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22palmtop.bbclass: fix QA of plugins wrt packaging of -dbg filesAndrea Adami
Acked-by: Paul Eggleton <bluelightning@bluelightning.org>
2009-11-22nvidia-display: Added 190.42 release. Builds but packaging needs clean-up.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-11-22linux-2.6.31: Added defconfig for MACHINE ion.Leon Woestenberg
2009-11-22opie-networksettings: unbreak builds against *actual* linux-2.6.31Andrea Adami
headers. Acked-by: Paul Eggleton <bluelightning@bluelightning.org>
2009-11-21Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Martin Jansa
into org.openembedded.dev
2009-11-21sane-srcrevs: bump SRCREV for linux-openmoko-shr-drm-devel and glamo-dri-testsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-21squashfs-tools: allow setting of SRC_URI before loading .incOtavio Salvador
Without this change bitbake due a fetcher failure because SRC_URI is then cached and later changed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-11-21task-shr-feed: add xboardKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-21sane-srcrevs-fso.inc: bump rev for fsodevicedKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-21fsodeviced: set default niceness to +10 rather than -19Sebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-21tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+Leon Woestenberg
2009-11-21mokomaze: missing space between SRC_URI entriesDavid Lanzendörfer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>