openembedded.git
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Fri, 28 Aug 2009 23:31:58 +0000 (16:31 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agogcc-4.4.1: Backport improved TLS detection patch in cross environment
Khem Raj [Fri, 28 Aug 2009 23:28:47 +0000 (16:28 -0700)]
gcc-4.4.1: Backport improved TLS detection patch in cross environment

This patch is required for libstdc++ mainly as far as gcc is
concerned. Without this patch configure detects TLS falsely
and enables tls when compiling libstdc++ on uclibc based systems

uclibc lacks TLS support as of now. With NPTL it will have TLS support
but thats a distant future.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoxserver-common 1.30: -screen option is only for Kdrive
Marcin Juszkiewicz [Fri, 28 Aug 2009 16:52:12 +0000 (18:52 +0200)]
xserver-common 1.30: -screen option is only for Kdrive

15 years agoxserver-common 1.30: -screen option is only for Kdrive
Marcin Juszkiewicz [Fri, 28 Aug 2009 16:50:44 +0000 (18:50 +0200)]
xserver-common 1.30: -screen option is only for Kdrive

15 years agoxserver-xorg-conf: provide one for Vortex86sx
Marcin Juszkiewicz [Fri, 28 Aug 2009 16:43:26 +0000 (18:43 +0200)]
xserver-xorg-conf: provide one for Vortex86sx

15 years agovortex86sx: use X.org
Marcin Juszkiewicz [Fri, 28 Aug 2009 16:41:16 +0000 (18:41 +0200)]
vortex86sx: use X.org

15 years agomatchbox-session: simple provider of Matchbox session for X11 startup
Marcin Juszkiewicz [Fri, 28 Aug 2009 16:38:53 +0000 (18:38 +0200)]
matchbox-session: simple provider of Matchbox session for X11 startup

In GPE images we use gpe-session-scripts to provide Xsession init
scripts for launching Matchbox components. But what if someone do not
want GPE but want Matchbox?

Poky has it cleaned in other way.

15 years agoxf86-video-vesa: needs int10 X.org module to work
Marcin Juszkiewicz [Fri, 28 Aug 2009 16:38:29 +0000 (18:38 +0200)]
xf86-video-vesa: needs int10 X.org module to work

15 years agochecksums.ini: add missing entry for diffstat 1.47
Steffen Sledz [Fri, 28 Aug 2009 15:00:11 +0000 (17:00 +0200)]
checksums.ini: add missing entry for diffstat 1.47

15 years agoerlang: also blacklist java 1.5
Koen Kooi [Fri, 28 Aug 2009 14:49:45 +0000 (16:49 +0200)]
erlang: also blacklist java 1.5

15 years agoglib-2.0 2.21.4: fix pre armv6 builds
Koen Kooi [Fri, 28 Aug 2009 13:47:55 +0000 (15:47 +0200)]
glib-2.0 2.21.4: fix pre armv6 builds

15 years agoerlang : Add recipe for erlang-R13B01
Philip Balister [Fri, 28 Aug 2009 13:11:23 +0000 (09:11 -0400)]
erlang : Add recipe for erlang-R13B01
         * Move patches to a common directory as they are shared.
         * Better solution needed for pythin function name in recipe.

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Fri, 28 Aug 2009 05:00:05 +0000 (07:00 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoti-lpm-module 2.24: update lpm src uri, it's in its own tarball now
Brijesh Singh [Thu, 27 Aug 2009 21:33:46 +0000 (16:33 -0500)]
ti-lpm-module 2.24: update lpm src uri, it's in its own tarball now

* fix DSPLINK path
* keep versioning inline with CE till we sort it out properly

15 years agogcc-4.4.1.inc: Disable 128 bit long double for powerpc-*-uclibc
Khem Raj [Fri, 28 Aug 2009 04:27:22 +0000 (21:27 -0700)]
gcc-4.4.1.inc: Disable 128 bit long double for powerpc-*-uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agouclibc: Make 0.9.30.1 as default if not specified
Khem Raj [Fri, 28 Aug 2009 00:49:35 +0000 (17:49 -0700)]
uclibc: Make 0.9.30.1 as default if not specified

Add C99 double wrappers.
Set the default preferences such that
0.9.30.1 is chosen if not specified.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-4.4.1: Disable libdecnumber for uclibc target.
Khem Raj [Fri, 28 Aug 2009 00:45:51 +0000 (17:45 -0700)]
gcc-4.4.1: Disable libdecnumber for uclibc target.

We do not set FENV in uclibc so as a result we can
not build libdecnumber. We disable it for gcc 4.4.1
uclibc targets.

copysignl is in libm in uclibc so gcc complains about
this function in libgcc. We see if it is uclibc powerpc
softfloat then we add -lm to linker commandline. Not best
but works.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogroff: disable X11 support.
Jeremy Puhlman [Mon, 6 Jul 2009 21:30:35 +0000 (14:30 -0700)]
groff: disable X11 support.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agonet-tools: no parallel make
Brian Pomerantz [Thu, 2 Jul 2009 16:40:04 +0000 (09:40 -0700)]
net-tools: no parallel make

Signed-off-by: Brian Pomerantz <bapper@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agolsof: Fix misuse of system ranlib.
Jeremy Puhlman [Tue, 14 Jul 2009 19:08:58 +0000 (12:08 -0700)]
lsof: Fix misuse of system ranlib.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoiptables: Add patch to use cross ar and ranlib.
Jeremy Puhlman [Wed, 15 Jul 2009 02:10:03 +0000 (19:10 -0700)]
iptables: Add patch to use cross ar and ranlib.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Thu, 27 Aug 2009 19:39:07 +0000 (21:39 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoerlang: disable parallel make
Koen Kooi [Thu, 27 Aug 2009 19:01:14 +0000 (21:01 +0200)]
erlang: disable parallel make

15 years agoerlang: start updating erlang to R13B01
Koen Kooi [Thu, 27 Aug 2009 18:57:21 +0000 (20:57 +0200)]
erlang: start updating erlang to R13B01

* now it's Crofton's turn to work on it :)

15 years agointltool: move dependency on libxml-parser-perl-native to inc file
Rolf Leggewie [Thu, 27 Aug 2009 18:32:46 +0000 (20:32 +0200)]
intltool: move dependency on libxml-parser-perl-native to inc file

* introduce INC_PR while we're at it

15 years agoAdd task-metadata-track.bbclass, for tracking task changes to metadata.
Chris Larson [Thu, 27 Aug 2009 18:04:07 +0000 (11:04 -0700)]
Add task-metadata-track.bbclass, for tracking task changes to metadata.

This class uses events to capture the state of the datastore when the task
starts, and after it completes.  It diffs those captured states, and emits
messages showing which variables changed, and what their values were changed
to.

It provides a mechanism to blacklist variables you expect to change, both
globally and on a per-task basis.

Signed-off-by: Chris Larson <clarson@kergoth.com>
15 years agocmem, sdma, lpm: add 2.24.01 release
Brijesh Singh [Thu, 27 Aug 2009 07:40:39 +0000 (02:40 -0500)]
cmem, sdma, lpm: add 2.24.01 release

15 years agoti-codec-engine: make 2.24.1 default and fix the build
Koen Kooi [Thu, 27 Aug 2009 16:31:51 +0000 (18:31 +0200)]
ti-codec-engine: make 2.24.1 default and fix the build

15 years agoglib-2.0 2.21.4: add armv6 atomic ops, this fixes 100% utilization hangs when doing...
Pratheesh Gangadhar [Wed, 26 Aug 2009 21:03:00 +0000 (02:33 +0530)]
glib-2.0 2.21.4: add armv6 atomic ops, this fixes 100% utilization hangs when doing DSP based GStreamer playback

GLIB by default uses ARMV5 instructions for emulating atomic operations and this patch (derived from https://stage.maemo.org/svn/maemo/projects/haf/trunk/glib/debian/patches/25-gatomic.patch) make use ARMV6 atomic instructions instead. CPU goes into "sched_yield" while loop during hang - due to a race condition triggered by  high rate context switching while running DSP plugins.

15 years agoglibc-package.bbclass: Reverted 056a67f6070c5ea561acb65049b551e24f3b7eb6.
Stanislav Brabec [Thu, 27 Aug 2009 11:11:23 +0000 (11:11 +0000)]
glibc-package.bbclass: Reverted 056a67f6070c5ea561acb65049b551e24f3b7eb6.
* see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013429.html

15 years agojulius: add commandpipe patch from TI to allow commands over a pipe to control apps...
Koen Kooi [Thu, 27 Aug 2009 09:11:06 +0000 (11:11 +0200)]
julius: add commandpipe patch from TI to allow commands over a pipe to control apps using your voice

15 years agochecksums.ini: A lot of maemo checksums and some updated bits.
Florian Boor [Wed, 26 Aug 2009 21:38:18 +0000 (23:38 +0200)]
checksums.ini: A lot of maemo checksums and some updated bits.

15 years agogtk+: add simple native gtk+ 2.12.11 with all modules built in.
Florian Boor [Wed, 26 Aug 2009 21:32:38 +0000 (23:32 +0200)]
gtk+: add simple native gtk+ 2.12.11 with all modules built in.

15 years agocairo: add native 1.8.0
Florian Boor [Wed, 26 Aug 2009 21:31:43 +0000 (23:31 +0200)]
cairo: add native 1.8.0

15 years agolibpixman: Add native 0.12.0
Florian Boor [Wed, 26 Aug 2009 21:29:29 +0000 (23:29 +0200)]
libpixman: Add native 0.12.0

15 years agoatk: add 1.27.90 native atk
Florian Boor [Wed, 26 Aug 2009 21:26:32 +0000 (23:26 +0200)]
atk: add 1.27.90 native atk

15 years agopango: Add native pango 1.22.0
Florian Boor [Wed, 26 Aug 2009 21:07:07 +0000 (23:07 +0200)]
pango: Add native pango 1.22.0

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Thu, 27 Aug 2009 07:29:56 +0000 (00:29 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoiputils: Make iputils_20071127 default.
Khem Raj [Thu, 27 Aug 2009 07:27:31 +0000 (00:27 -0700)]
iputils: Make iputils_20071127 default.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agochecksums.ini: Sort and remove duplicates.
Khem Raj [Thu, 27 Aug 2009 07:12:13 +0000 (00:12 -0700)]
checksums.ini: Sort and remove duplicates.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoautofs: fix ldflags issue, missing debug info, duplicate opt flags.
Chris Larson [Thu, 27 Aug 2009 07:09:18 +0000 (00:09 -0700)]
autofs: fix ldflags issue, missing debug info, duplicate opt flags.

Signed-off-by: Chris Larson <clarson@kergoth.com>
15 years agodash_0.5.2.bb: Add recipe for latest dash.
Khem Raj [Thu, 27 Aug 2009 07:01:45 +0000 (00:01 -0700)]
dash_0.5.2.bb: Add recipe for latest dash.

Remove unbuildable dash_0.5.2 recipe.
Add checksums for new dash and diffstat

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoMerge branch 'develop' into org.openembedded.dev
Khem Raj [Thu, 27 Aug 2009 06:35:06 +0000 (23:35 -0700)]
Merge branch 'develop' into org.openembedded.dev

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Thu, 27 Aug 2009 06:34:55 +0000 (23:34 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agodiffstat_1.47.bb: Add recipe for new release
Khem Raj [Thu, 27 Aug 2009 06:33:01 +0000 (23:33 -0700)]
diffstat_1.47.bb: Add recipe for new release

diffstat_1.39.bb is moved out the tars dont exist on debian servers
anymore.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agotzdata_2007k.bb: Update SRC_URI
Khem Raj [Thu, 27 Aug 2009 06:14:11 +0000 (23:14 -0700)]
tzdata_2007k.bb: Update SRC_URI

* The tar file is removed from the original url.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agotcpdump: obey distro for the ipv6 support
Tushar Gohad [Thu, 30 Jul 2009 05:06:39 +0000 (22:06 -0700)]
tcpdump: obey distro for the ipv6 support

When cross compiling, get rid of the AC_TRY_RUN
style checks for ipv6, obey DISTRO_FEATURES.

Signed-off-by: Tushar Gohad <tgohad@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoalix.conf, xo.conf: Use tune-geode.inc instead of tune-geodelx.inc
Khem Raj [Thu, 27 Aug 2009 00:20:31 +0000 (17:20 -0700)]
alix.conf, xo.conf: Use tune-geode.inc instead of tune-geodelx.inc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoMerge branch 'origin/org.openembedded.dev' of git@git.openembedded.org:openembedded...
Khem Raj [Thu, 27 Aug 2009 00:02:20 +0000 (17:02 -0700)]
Merge branch 'origin/org.openembedded.dev' of git@git.openembedded.org:openembedded into develop

15 years agonfs-utils: fix the broken /sbin/mount.nfs4 symlink.
Chris Larson [Wed, 15 Jul 2009 18:31:56 +0000 (11:31 -0700)]
nfs-utils: fix the broken /sbin/mount.nfs4 symlink.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agosrctree: prefix messages with ${PF} and kill do_package hacks.
Chris Larson [Wed, 26 Aug 2009 22:32:30 +0000 (15:32 -0700)]
srctree: prefix messages with ${PF} and kill do_package hacks.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobase.bbclass: add cleanall task.
Chris Larson [Wed, 26 Aug 2009 22:31:03 +0000 (15:31 -0700)]
base.bbclass: add cleanall task.

Can be particularly useful when using multiple srctree recipes.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agosrctree, clean: cleanup & split out do_clean bits into clean.bbclass.
Chris Larson [Wed, 26 Aug 2009 21:44:04 +0000 (14:44 -0700)]
srctree, clean: cleanup & split out do_clean bits into clean.bbclass.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Stanislav Brabec [Wed, 26 Aug 2009 21:16:16 +0000 (21:16 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoglibc: nscd: Make it working.
Stanislav Brabec [Wed, 26 Aug 2009 21:14:00 +0000 (21:14 +0000)]
glibc: nscd: Make it working.

15 years agoglibc: Install ld.so.conf, so ldconfig does not complain.
Stanislav Brabec [Wed, 26 Aug 2009 21:05:59 +0000 (21:05 +0000)]
glibc: Install ld.so.conf, so ldconfig does not complain.

15 years agosrctree: completely reimplement the task merging into do_populate_staging.
Chris Larson [Wed, 26 Aug 2009 21:02:48 +0000 (14:02 -0700)]
srctree: completely reimplement the task merging into do_populate_staging.

This fixes issues seen with the use of kernel.bbclass, so in existing source
tree kernel builds work happily now.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agosrctree.bbclass: Don't automatically use git clean.
Chris Larson [Wed, 26 Aug 2009 21:02:19 +0000 (14:02 -0700)]
srctree.bbclass: Don't automatically use git clean.

This should be an opt-in feature.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoupdate-rc.d: INHIBIT_DEFAULT_DEPS to allow glibc to inherit update-rc.d.
Stanislav Brabec [Wed, 26 Aug 2009 20:52:43 +0000 (20:52 +0000)]
update-rc.d: INHIBIT_DEFAULT_DEPS to allow glibc to inherit update-rc.d.

15 years agolinux-libc-headers: Added headers for version 2.6.30.
Stanislav Brabec [Wed, 26 Aug 2009 19:37:12 +0000 (19:37 +0000)]
linux-libc-headers: Added headers for version 2.6.30.

15 years agoopenvpn: add v2.0.9+2.1rc19
Evan Doiron [Wed, 26 Aug 2009 14:16:35 +0000 (14:16 +0000)]
openvpn: add v2.0.9+2.1rc19

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agoppp: add v2.4.4
Evan Doiron [Wed, 26 Aug 2009 04:18:47 +0000 (04:18 +0000)]
ppp: add v2.4.4

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agolibgles-omap3: catch up with dir rename
Koen Kooi [Wed, 26 Aug 2009 14:40:36 +0000 (16:40 +0200)]
libgles-omap3: catch up with dir rename

* I really suck at git, sorry

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Koen Kooi [Wed, 26 Aug 2009 14:11:19 +0000 (16:11 +0200)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoti-codec: add missing.inc
Koen Kooi [Wed, 26 Aug 2009 14:10:27 +0000 (16:10 +0200)]
ti-codec: add missing.inc
bitblit: add svn recipe

15 years agomesa-common.inc: avoid bashism
Michael Smith [Wed, 26 Aug 2009 13:27:37 +0000 (09:27 -0400)]
mesa-common.inc: avoid bashism

Closes bug #5307.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agoixp4xx-npe: The KIXRP435 uses NPE too.
Florian Boor [Wed, 26 Aug 2009 10:19:17 +0000 (12:19 +0200)]
ixp4xx-npe: The KIXRP435 uses NPE too.

15 years agotopas910.conf: No need for the lowlevel loader any more. But mtdutils are useful...
Florian Boor [Wed, 26 Aug 2009 10:17:07 +0000 (12:17 +0200)]
topas910.conf: No need for the lowlevel loader any more. But mtdutils are useful to deal with NAND.

15 years agokixrp435.conf: Machine description for the Intel KIXRP435 reference board.
Florian Boor [Wed, 26 Aug 2009 10:15:35 +0000 (12:15 +0200)]
kixrp435.conf: Machine description for the Intel KIXRP435 reference board.

15 years agolinux: Add support for the Intel KIXRP435 reference board to 2.6.30
Florian Boor [Wed, 26 Aug 2009 10:13:55 +0000 (12:13 +0200)]
linux: Add support for the Intel KIXRP435 reference board to 2.6.30

15 years agotopas910.conf: Some defines to build valid uImages.
Florian Boor [Fri, 24 Jul 2009 09:26:48 +0000 (11:26 +0200)]
topas910.conf: Some defines to build valid uImages.

15 years agoangstrom feed sorter: skip base feeds if there aren't any packages to sort
Koen Kooi [Wed, 26 Aug 2009 09:37:30 +0000 (11:37 +0200)]
angstrom feed sorter: skip base feeds if there aren't any packages to sort

15 years agodvsdk: rename to ti now that other things like bitblit live in that dir now
Koen Kooi [Wed, 26 Aug 2009 09:35:14 +0000 (11:35 +0200)]
dvsdk: rename to ti now that other things like bitblit live in that dir now

15 years agodvsdk: merge in new versions from arago and clean them up a bit
Koen Kooi [Wed, 26 Aug 2009 09:34:23 +0000 (11:34 +0200)]
dvsdk: merge in new versions from arago and clean them up a bit

15 years agobase.bbclass: Remove redundant import of subprocess and signal.
Khem Raj [Wed, 26 Aug 2009 07:38:30 +0000 (00:38 -0700)]
base.bbclass: Remove redundant import of subprocess and signal.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Wed, 26 Aug 2009 06:08:08 +0000 (23:08 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agogitver.bbclass: add initial version.
Chris Larson [Wed, 26 Aug 2009 10:59:25 +0000 (03:59 -0700)]
gitver.bbclass: add initial version.

This provides a GITVER variable which is a (fairly) sane version, for use in
${PV}, extracted from the ${S} git checkout, assuming it is one.  This is most
useful in concert with srctree.bbclass.

Signed-off-by: Chris Larson <clarson@kergoth.com>
15 years agosrctree.bbclass: add initial version.
Chris Larson [Wed, 26 Aug 2009 10:58:24 +0000 (03:58 -0700)]
srctree.bbclass: add initial version.

This enables operation inside of an existing source tree for a project, rather
than using the fetch/unpack/patch idiom.

By default, it expects that you're keeping the recipe(s) inside the
aforementioned source tree, but you could override S to point at an external
directory and place the recipes in a normal collection/overlay, if you so
chose.

It also provides some convenience python functions for assembling your
do_clean, if you want to leverage things like 'git clean' to simplify the
operation.

Signed-off-by: Chris Larson <clarson@kergoth.com>
15 years agopackage_ipk.bbclass: don't choke on empty SRC_URI.
Chris Larson [Wed, 26 Aug 2009 10:58:03 +0000 (03:58 -0700)]
package_ipk.bbclass: don't choke on empty SRC_URI.

Signed-off-by: Chris Larson <clarson@kergoth.com>
15 years agorsync: add v3.0.6
Evan Doiron [Tue, 25 Aug 2009 16:24:08 +0000 (12:24 -0400)]
rsync: add v3.0.6

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agolinux-2.6.29: update lm73 driver for boc01
Jeremy Lainé [Tue, 25 Aug 2009 16:48:36 +0000 (18:48 +0200)]
linux-2.6.29: update lm73 driver for boc01

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Tue, 25 Aug 2009 15:19:58 +0000 (08:19 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agogdb: Make 6.8 packages match regarding patches and license
Holger Hans Peter Freyther [Tue, 25 Aug 2009 12:42:40 +0000 (20:42 +0800)]
gdb: Make 6.8 packages match regarding patches and license

6.8 was the first release to use GPLv3+, make sure the license
is set correctly. Also make sure the karmic compile fix is applied
for everyone.

15 years agooprofile-0.9.5: Add oprofile version 0.9.5
Holger Hans Peter Freyther [Tue, 25 Aug 2009 12:13:03 +0000 (20:13 +0800)]
oprofile-0.9.5: Add oprofile version 0.9.5

We can drop the other two patches as they have been applied.

15 years agoopenssh: make openssh-keygen conflict with ssh-keygen (old name of it)
Marcin Juszkiewicz [Tue, 25 Aug 2009 11:39:19 +0000 (13:39 +0200)]
openssh: make openssh-keygen conflict with ssh-keygen (old name of it)

Should fix situation after e05310f4958ba6c73488d398325670704401ee70 commit.

Before:

 * Package openssh-keygen wants to install file /usr/bin/ssh-keygen
        But that file is already provided by package  * ssh-keygen

After:

 * ERROR: The following packages conflict with openssh-keygen:
         *  ssh-keygen *

15 years agolibmusicbrainz: Add version 3.0.2 and fix link error
Holger Hans Peter Freyther [Tue, 25 Aug 2009 10:47:57 +0000 (18:47 +0800)]
libmusicbrainz: Add version 3.0.2 and fix link error

With gcc 4.3 stdc++ symbols leak into the library. One way to
solve it is to use a custom linker script, another one is to
just point gcc to the c++ library. The second option is used
here right now.

15 years agooctave: fix QA issues
Koen Kooi [Tue, 25 Aug 2009 10:21:17 +0000 (12:21 +0200)]
octave: fix QA issues

15 years agognome-games: fix previous bad patch -I/SDL error
Roger Monk [Mon, 24 Aug 2009 21:00:51 +0000 (22:00 +0100)]
gnome-games: fix previous bad patch -I/SDL error

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Tue, 25 Aug 2009 04:08:53 +0000 (21:08 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agonano: add v2.0.9
Evan Doiron [Mon, 24 Aug 2009 15:07:08 +0000 (11:07 -0400)]
nano: add v2.0.9

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agodmidecode: add v2.10
Evan Doiron [Mon, 24 Aug 2009 14:55:08 +0000 (10:55 -0400)]
dmidecode: add v2.10

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Mon, 24 Aug 2009 21:19:21 +0000 (14:19 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agopatch.bbclass: Add "git" patchtool mechanism, which uses git-apply
Dale Farnsworth [Wed, 8 Jul 2009 20:47:18 +0000 (13:47 -0700)]
patch.bbclass: Add "git" patchtool mechanism, which uses git-apply

It can be selected by setting PATCHTOOL = "git".

This is useful because git-apply honors the permissions information
produced by git-format-patch.

Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Stanislav Brabec [Mon, 24 Aug 2009 21:15:04 +0000 (21:15 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agosubversion: Updated to version 1.6.5. Deleted old unused versions.
Stanislav Brabec [Mon, 24 Aug 2009 21:13:14 +0000 (21:13 +0000)]
subversion: Updated to version 1.6.5. Deleted old unused versions.

15 years agokernel.bbclass: Set EXTRA_OEMAKE to null for kernel
Dale Farnsworth [Tue, 21 Jul 2009 18:32:21 +0000 (11:32 -0700)]
kernel.bbclass: Set EXTRA_OEMAKE to null for kernel

Currently the only thing in EXTRA_OEMAKE is '-e MAKEFLAGS='.  We don't
want to overide the kernel's Makefile variables from the environment.
It caused the passed -j<N> parameter from PARALLEL_MAKE to be ignored.

Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
15 years agokernel.bbclass: Install & package symvers as /boot/Module.symvers-<ver>.
Chris Larson [Tue, 28 Jul 2009 19:29:51 +0000 (12:29 -0700)]
kernel.bbclass: Install & package symvers as /boot/Module.symvers-<ver>.

Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Michael Smith <msmith@cbnco.com>
15 years agobitbake.conf: Add export for cross NM.
Jeremy Puhlman [Fri, 3 Apr 2009 22:49:06 +0000 (15:49 -0700)]
bitbake.conf: Add export for cross NM.

When not providing a cross nm, the configure for libtool-cross falls back to
the system nm. This can lead to empty "global_symbol_pipe" and
"global_symbol_to_cdeclvarble" variables in the generated libtool script.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agodistutils-common-base.bbclass: only raise missing python-native error if python-nativ...
Chris Larson [Tue, 16 Jun 2009 17:32:23 +0000 (10:32 -0700)]
distutils-common-base.bbclass: only raise missing python-native error if python-native isn't in DEPENDS.

Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
15 years agolinux-omap 2.6.29: update holes patch, make iommu modular for beagle
Koen Kooi [Mon, 24 Aug 2009 18:25:59 +0000 (20:25 +0200)]
linux-omap 2.6.29: update holes patch, make iommu modular for beagle