Tom Rini [Thu, 9 Sep 2010 19:47:15 +0000 (12:47 -0700)]
xfsdump: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:46:56 +0000 (12:46 -0700)]
sg3-utils: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:46:41 +0000 (12:46 -0700)]
jpeg 6b: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:45:41 +0000 (12:45 -0700)]
apmd: Switch to getting libtool from PATH
While doing this, also ensure CC/CFLAGS/LDFLAGS are also obeyed.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:44:48 +0000 (12:44 -0700)]
apr-util: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:44:17 +0000 (12:44 -0700)]
apr 1.2.12: Switch to getting libtool from PATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 19:44:01 +0000 (12:44 -0700)]
apr 1.3.5: Rework and re-apply the cleanup patch, so this builds.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 16:06:56 +0000 (09:06 -0700)]
packaged-staging: Fix libtool-cross staging
libtool-cross must not inherit cross, so wasn't getting the right
mangling and saving done. In addition, we want a slightly broader grep
to be used in these cases.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 9 Sep 2010 16:04:58 +0000 (09:04 -0700)]
libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 8 Sep 2010 18:32:10 +0000 (11:32 -0700)]
packaged-staging: When taking ipks use PKGV not PV
This fixes a problem where ncurses 5.7 (and readline) wasn't having
ipks stored. package_ipk.bbclass uses PKGV not PV which means
packaged-staging should too.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 8 Sep 2010 16:25:21 +0000 (09:25 -0700)]
ffmpeg: Pass along all of CCLDs flags, fix !Altivec PowerPC
What's passed for --enable-ldflags is for ffmpeg using cc-as-ld but
not just using CCLD, so pass in TOOLCHAIN_OPTIONS. For PowerPC,
only pass --enable-altivec on ppce600 (only case of it we support)
otherwise disable as ffmpeg defaults to enabled.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Klaus Kurzmann [Mon, 13 Sep 2010 15:26:30 +0000 (17:26 +0200)]
libfreesmartphone-glib: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Koen Kooi [Mon, 13 Sep 2010 15:02:35 +0000 (17:02 +0200)]
angstrom-next: switch to a newer busybox and cairo
Koen Kooi [Mon, 13 Sep 2010 12:36:04 +0000 (14:36 +0200)]
cairo: add 1.10.0, latest stable release
Sebastian Krzyszkowiak [Mon, 13 Sep 2010 12:35:52 +0000 (12:35 +0000)]
shr-splash-theme-logo: support palmpre and htcdream machines
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Mon, 13 Sep 2010 12:33:30 +0000 (12:33 +0000)]
cornucopia: bump to get fsogsmd fix
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Eric Bénard [Mon, 13 Sep 2010 10:29:43 +0000 (12:29 +0200)]
util-linux-ng: increase PR
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Mon, 13 Sep 2010 10:28:36 +0000 (12:28 +0200)]
util-linux-ng: fix broken symlinks
* # opkg files util-linux-ng | grep 'halt\|boot' | xargs file
/usr/sbin/fastboot: broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/halt: broken symbolic link to `shutdown'
/usr/sbin/halt.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/fasthalt: broken symbolic link to `/usr/sbin/shutdown'
/usr/sbin/reboot: broken symbolic link to `shutdown'
/usr/sbin/reboot.util-linux-ng: broken symbolic link to `/usr/sbin/shutdown'
* this patch close bug 5475
http://bugs.openembedded.org/show_bug.cgi?id=5475
From: Korey Lu <koreylu@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Mon, 13 Sep 2010 10:22:06 +0000 (12:22 +0200)]
util-linux-ng: add missing `update-alternatives --remove' in pkg_prerm
* util-linux-ng installs alternative of hexdump, setsid and chrt in postinst, but
doesn't remove them in prerm leading to broken simlinks
* this patch closes bug 5476
http://bugs.openembedded.org/show_bug.cgi?id=5476
From: Korey Lu <koreylu@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Eric Bénard [Mon, 13 Sep 2010 10:18:56 +0000 (12:18 +0200)]
util-linux-ng: fix reset update-alternative vs busybox
* we actually get the following log :
update-alternatives: Error: cannot register alternative reset
to /bin/reset since it is already registered to /usr/bin/reset
* the fix is to have util-linux-ng install reset in /usr/bin
Signed-off-by: Eric Bénard <eric@eukrea.com>
Koen Kooi [Mon, 13 Sep 2010 07:03:26 +0000 (09:03 +0200)]
gcc-package-cross.inc: install shlibs lists into target dir instead of host dir
This fixes the "libstdc++ isn't installed into my rootfs anymore" type of problems after a full rebuild of all packages
This bumps PR of gcc to force a rebuild, but that is *NOT* enough to fix the packages built before this fix, those still need rebuilding
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Dallas Foley <dfoley@telus.net>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Sat, 11 Sep 2010 07:47:19 +0000 (09:47 +0200)]
angstrom feed sorter: add mini6410
Brijesh Singh [Thu, 9 Sep 2010 23:38:41 +0000 (18:38 -0500)]
ti-framework-components_2.25.03.07: add new framework components recipe
ti-framework-components_2.25.03.07: add new framework components recipe
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 20:16:57 +0000 (21:16 +0100)]
ti-cgt6x: Prepare for ELF/C6000 EABI - Add cgt v7 versions (7.0.1/2/3)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 20:16:02 +0000 (21:16 +0100)]
ti-cgt6x: Add latest c6000 code generation tools versions (6.1.15/16/17)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Brijesh Singh [Thu, 9 Sep 2010 23:39:44 +0000 (18:39 -0500)]
ti-xdais_6.26.00.02: add new xdais version.
ti-xdais_6.26.00.02: add new xdais version.
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Brijesh Singh [Thu, 9 Sep 2010 23:39:21 +0000 (18:39 -0500)]
ti-linuxutils_2.25.05.11: add new linux utils recipe
ti-linuxutils_2.25.05.11: add new linux utils recipe
Signed-off-by: Brijesh Singh <bksingh@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Roger Monk <r-monk@ti.com>
Roger Monk [Sun, 12 Sep 2010 12:14:12 +0000 (13:14 +0100)]
ti-xdctools: Add Latest Versions 3.20.02/03
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 12:13:02 +0000 (13:13 +0100)]
ti-dspbios: Add Latest versions 5.41.06/07
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Roger Monk [Sun, 12 Sep 2010 10:47:37 +0000 (11:47 +0100)]
ti-codec-engine: Add space at end of SRC_URI to enable SRC_URI_append
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Koen Kooi [Wed, 1 Sep 2010 13:27:51 +0000 (15:27 +0200)]
ti recipes: remove -sourcetree support
Andrea Adami [Sun, 12 Sep 2010 23:08:27 +0000 (01:08 +0200)]
klibc: bump to 1.5.20
* still some doubt about klcc-cross packaging, triggering
* NOTE: the following files were installed but not shipped in any package:
* staging-klcc-cross seems sane, though.
Denis 'GNUtoo' Carikli [Sun, 12 Sep 2010 15:12:28 +0000 (17:12 +0200)]
mplayer_git: fix omapfb patchset and bump PR
omapfb.patch was rebased and added as mplayer-git_omapfb.patch
vo_omapfb.c had to be patched due to API change,
hence the omapfb_control_arguments.patch
Thanks to kergoth(on #oe on Freenode) for help on how to patch a file that is copied only
in do_configure_prepend which comes after do_patch
The first attempt :
file://omapfb_control_arguments.patch;patchdir=${WORKDIR}
resulted in a strange behaviour such as:
NOTE: Handling BitBake files: \ (0675/7073) [ 9 %]NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating:
${PN}-${EXTENDPE}${PV}-${PR}
NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating:
${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}
so I used patchdir=.. as advised:
<kergoth> you could try using patchdir=..
Thanks a lot for all the help.
Leon Woestenberg [Sun, 12 Sep 2010 20:17:10 +0000 (22:17 +0200)]
efikamx: Fixed spelling error Genisi to Genesi.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Leon Woestenberg [Sun, 12 Sep 2010 20:16:14 +0000 (22:16 +0200)]
linux-efikamx: Added git version for 2.6.31.14.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Holger Hans Peter Freyther [Sun, 12 Sep 2010 17:27:11 +0000 (01:27 +0800)]
glibc_2.9: Apply patch to fix manual/Makefile for newer GNU make
This patch is coming from upstream glibc and fixes an error on
make install in line 235 about mixing patterns.
Rui Miguel Silva Seabra [Sat, 11 Sep 2010 15:00:51 +0000 (15:00 +0000)]
Elmdentica abandoned json-c in favor of cjson
Hi,
cJSON is not a properly setup library, but drop in files (this should be
fixed in the future), however it seems to be working a lot better than
json-c.
I was running into a lot of weird problems and crashes derived from
json-c and so I tried cJSON as advised by disconfitor.
Indeed it's working, faster, and more reliably, so I now add two patches:
1) removes elmdentica svn dependency on libjson (already commit in e's
svn)
2) removes my naive patch to json-c (or libjson) as they're working on
a much better patch and I was the only one using it AFAICT
Please apply!
Rui
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sun, 12 Sep 2010 11:07:09 +0000 (11:07 +0000)]
frameworkd-config-shr: bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sun, 12 Sep 2010 11:06:39 +0000 (11:06 +0000)]
cornucopia: bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Fri, 10 Sep 2010 19:35:55 +0000 (19:35 +0000)]
shr-splash-theme-logo: bump and support nokia900
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Fri, 10 Sep 2010 19:35:54 +0000 (19:35 +0000)]
shr-splash-theme.inc: support splashes for different machines
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Tue, 7 Sep 2010 17:23:03 +0000 (17:23 +0000)]
nokia900: generate also tar.gz images for installation on SD card
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Tue, 7 Sep 2010 13:08:04 +0000 (13:08 +0000)]
task-shr-minimal: add gtk-immodule-xim for devices with hardware keyboard
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sun, 5 Sep 2010 18:18:00 +0000 (18:18 +0000)]
xserver-xorg-conf: add xorg.conf for nokia900
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sat, 4 Sep 2010 19:30:28 +0000 (19:30 +0000)]
task-shr-feed: add xterm
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Sebastian Krzyszkowiak [Sat, 4 Sep 2010 19:30:12 +0000 (19:30 +0000)]
task-shr-feed: add udev
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Denis 'GNUtoo' Carikli [Sun, 12 Sep 2010 14:12:36 +0000 (16:12 +0200)]
nokia900: do not require omap3.inc as we would have to override nearly everything
when we required omap3.inc we pulled that:
EXTRA_IMAGEDEPENDS += "u-boot x-load"
which we can't and won't use for the moment.
We also had to override nearly all variables.
Denis 'GNUtoo' Carikli [Sun, 12 Sep 2010 10:13:24 +0000 (12:13 +0200)]
linux-2.6.28 : nokia900: update patchset and unbreak compilation with gcc 4.4
The gcc patch was indicated to me by felipec in #maemo on freenode
<felipec> GNUtoo|laptop: http://article.gmane.org/gmane.linux.ports.arm.omap/28461
The nokia patch was updated to kernel_2.6.28-
20101501+0m5.diff.gz
I was also told in #openmoko-cdevelon freenode by dos11
that PR had to be bumped only in the machine config:
<apt> dos11 meant: GNUtoo|laptop: only macine conf
Frans Meulenbroeks [Sun, 12 Sep 2010 11:30:08 +0000 (13:30 +0200)]
mythplugins_0.23: added mythweather dependencies
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:13:17 +0000 (13:13 +0200)]
libdatetime-timezone-perl_1.21.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:12:57 +0000 (13:12 +0200)]
libdatetime-perl_0.61.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:12:32 +0000 (13:12 +0200)]
libdatetime-locale-perl_0.45.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:10:56 +0000 (13:10 +0200)]
libdatetime-format-builder-perl_0.80.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:09:37 +0000 (13:09 +0200)]
libhttp-cache-transparent-perl_1.0.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:09:05 +0000 (13:09 +0200)]
libmime-tools-perl_5.427.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:08:33 +0000 (13:08 +0200)]
libsoap-lite-perl_0.712.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 11:05:11 +0000 (13:05 +0200)]
libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:48:03 +0000 (10:48 +0200)]
libterm-progressbar-perl_2.09.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:46:55 +0000 (10:46 +0200)]
libxml-sax-perl_0.96.bb: fix RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:45:10 +0000 (10:45 +0200)]
libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:40:26 +0000 (10:40 +0200)]
libnetaddr-ip-perl_4.027.bb: removed DEPENDS
not needed according to cpantesters.org
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:36:55 +0000 (10:36 +0200)]
libdatetime-format-iso8601-perl_0.07.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:19:54 +0000 (10:19 +0200)]
liblist-moreutils-perl_0.22.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 12 Sep 2010 08:16:05 +0000 (10:16 +0200)]
libxml-twig-perl_3.35.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 2 Sep 2010 08:52:02 +0000 (08:52 +0000)]
base.bbclass: fix soc-family test
for now pushed this patch as it fixes the breakage.
If it is decided not to have SOC_FAMILY we can always revert or overwrite
see http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-September/023680.html
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
and got a looks good from Phil.
Stanislav Brabec [Sat, 11 Sep 2010 20:16:23 +0000 (20:16 +0000)]
python-m2crypto: Fix for openssl-1.0.0: Update to 0.20.2, apply compatibility patch (gentoo#310461).
Chase Maupin [Fri, 10 Sep 2010 08:02:20 +0000 (08:02 +0000)]
jpeg_8b: Allow using older versions of automake
* Added patch to allow using older versions of automake such
as 1.10.3 when building jpeg version 8b.
* Only use the AM_SILENT_RULES if it is available.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Chase Maupin [Wed, 8 Sep 2010 08:03:55 +0000 (08:03 +0000)]
common_use_cases: add description of SOC_FAMILY
* Added a description of the SOC_FAMILY variable that
can be set in the machine configuration files.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Vasily Khoruzhick [Fri, 10 Sep 2010 10:54:14 +0000 (10:54 +0000)]
rx1950: change default kernel to linux-2.6.35
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Vasily Khoruzhick [Fri, 10 Sep 2010 10:54:13 +0000 (10:54 +0000)]
linux-2.6.35: add rx1950 support
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Eric Bénard <eric@eukrea.com>
Holger Hans Peter Freyther [Sat, 11 Sep 2010 15:57:08 +0000 (23:57 +0800)]
libx11: Disable generating PS/PDF for the spec
libx11 would search for groff and ps2pdf to generate a PS/PDF of
the specs, if a broken ps2pdf (fedora 14 testing) is installed the
build will fail barfing about Fontmap.local. The PS/PDF does not
appear to be in any FILES_* so we can disable the PS/PDF generation
at tall and not run into the issue.
The fedora bug is at: https://bugzilla.redhat.com/show_bug.cgi?id=610301.
libx11.inc: Disable groff, ps2pdf effectively disabling generating
a PS/PDF for the X11 spec
xorg-lib-common.inc: Bump the INC_PR used by libx11.inc. This sadly
affects quite some other recipes too.
Sean Cross [Sat, 11 Sep 2010 05:45:34 +0000 (05:45 +0000)]
linux-imx-git: Add linux-imx-git and chumby Falconwing patches
Adds the linux-imx Git repo, and adds support for the chumby Falconwing device.
Signed-off-by: Sean Cross <sean@chumby.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Sean Cross [Sat, 11 Sep 2010 05:45:33 +0000 (05:45 +0000)]
bootstream: Add falconwing bootloader definition
This adds the "bootstream" recipe, which can be used to boot i.MX233 chips. It specifically adds the chumby falconwing bootstream recipe.
Signed-off-by: Sean Cross <sean@chumby.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Sean Cross [Sat, 11 Sep 2010 05:45:32 +0000 (05:45 +0000)]
chumby-falconwing: Add machine definition
Adds the machine definition for chumby Falconwing-based boards
Signed-off-by: Sean Cross <sean@chumby.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Eric Bénard [Thu, 9 Sep 2010 20:40:54 +0000 (22:40 +0200)]
util-linux-ng: fix readprofile update-alternatives vs busybox
* util-linux-ng installs readprofile in /sbin, busybox installs
it in /usr/sbin which tiggers the following log when configuring
the package :
Configuring util-linux-ng-readprofile.
update-alternatives: Error: cannot register alternative readprofile to
/sbin/readprofile since it is already registered to /usr/sbin/readprofile
Collected errors:
* pkg_run_script: postinst script returned status 1.
* opkg_configure: util-linux-ng-readprofile.postinst returned 1.
* the fix is to have util-linux-ng install readprofile in /usr/sbin
* this patch fix http://bugs.openembedded.org/show_bug.cgi?id=5474 as
suggested by Tom Rini
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tested-by: Philip Balister <philip@balister.org>
Frans Meulenbroeks [Sat, 11 Sep 2010 12:06:12 +0000 (14:06 +0200)]
libtest-exception-perl_0.22.bb: added BBCLASSEXTEND = "native"
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 12:02:27 +0000 (14:02 +0200)]
libdatetime-format-iso8601-perl_0.07.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 11:38:20 +0000 (13:38 +0200)]
libdatetime-format-builder-perl_0.80.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 11:36:18 +0000 (13:36 +0200)]
libclass-factory-util-perl_1.7.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 11:35:20 +0000 (13:35 +0200)]
libdatetime-perl_0.61.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 11:22:06 +0000 (13:22 +0200)]
libdatetime-locale-perl_0.45.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 11:20:26 +0000 (13:20 +0200)]
libdatetime-timezone-perl_1.21.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 10:38:41 +0000 (12:38 +0200)]
libxml-xpath-perl_1.13.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 10:31:07 +0000 (12:31 +0200)]
libsoap-lite-perl_0.712.bb: fixed dependencies
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 10:14:17 +0000 (12:14 +0200)]
libxml-simple-perl_2.18.bb: fixed dependencies
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 10:11:37 +0000 (12:11 +0200)]
libtask-weaken-perl_1.03.bb: remove faulty HOMEPAGE
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 10:10:15 +0000 (12:10 +0200)]
libclass-singleton-perl_1.4.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sat, 11 Sep 2010 10:08:12 +0000 (12:08 +0200)]
libclass-inspector-perl_1.24.bb: removed faulty HOMEPAGE
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Chris Larson [Fri, 10 Sep 2010 20:44:34 +0000 (13:44 -0700)]
packaged-staging: add missing debug level
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Fri, 10 Sep 2010 19:04:23 +0000 (12:04 -0700)]
Revert now unnecessary do_unpack bug workarounds
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Chris Larson [Fri, 10 Sep 2010 19:38:21 +0000 (12:38 -0700)]
Fix unpack issue with bitbake 1.10
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Florian Boor [Fri, 10 Sep 2010 17:06:18 +0000 (19:06 +0200)]
linux: Add 2.6.28 patches and config for Mini6410.
Florian Boor [Fri, 10 Sep 2010 17:03:18 +0000 (19:03 +0200)]
mini6410.conf: Initial support for S3C6410 based Mini6410 board.
Koen Kooi [Fri, 10 Sep 2010 19:02:10 +0000 (21:02 +0200)]
exquisite-theme-angstrom: another workaround for do_unpack breakage
Frans Meulenbroeks [Fri, 10 Sep 2010 17:21:28 +0000 (19:21 +0200)]
libclass-inspector-perl_1.24.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 10 Sep 2010 17:20:29 +0000 (19:20 +0200)]
libtask-weaken-perl_1.03.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 10 Sep 2010 16:55:36 +0000 (18:55 +0200)]
libxml-namespacesupport-perl: updated to 1.11
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 10 Sep 2010 16:48:53 +0000 (18:48 +0200)]
libsoap-lite-perl: updated to 0.712
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 10 Sep 2010 16:40:26 +0000 (18:40 +0200)]
libxml-libxml-perl_1.70.bb: fix native build
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Andreas Mueller [Thu, 9 Sep 2010 00:29:35 +0000 (00:29 +0000)]
clutter-box2d: renamed clutter-box2d_0.10.0_git.bb -> clutter-box2d_git.bb
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@openembedded.org>