Martin Jansa [Mon, 9 Aug 2010 06:40:39 +0000 (08:40 +0200)]
calibrateproto: fix qa_staging
* use relative path, otherwise we stage link to workdir, which is later cleaned by rm_work and qa_staging fails
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Mon, 9 Aug 2010 00:41:50 +0000 (17:41 -0700)]
eglibc_2.12/eglibc_svn: Update SRCREV to latest tip.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sun, 8 Aug 2010 21:54:23 +0000 (14:54 -0700)]
klibc: Get rid of legacy staging.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Denis 'GNUtoo' Carikli [Sun, 8 Aug 2010 18:31:45 +0000 (20:31 +0200)]
linux-leviathan: bump git revivion and PR
This new revision support a new procfs file that prints
a resume reason.
That is needed for resuming when we get a call.
(this kernel is used on the htcdream,which is a phone)
Denis 'GNUtoo' Carikli [Sat, 7 Aug 2010 12:56:38 +0000 (14:56 +0200)]
libsdl-mixer: fixed the absence of ogg support(because of a libmikmod issue),bump PR and convert libmikmod staging
When I ran wesnoth 1.8.3 I had no music and similar messages on the console:
error audio: Could not load music file '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg': Couldn't read from '/usr/share/wesnoth/data/core/music/breaking_the_chains.ogg'
At first I tought that I missed a dlopend library.
But I did an ldd on libsdl-mixer and compared with the version on my desktop:
root@htcdream ~ # ldd /usr/lib/libSDL_mixer-1.2.so.0.10.1
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x400 54000)
libpthread.so.0 => /lib/libpthread.so.0 (0x400d4000)
libmad.so.0 => /usr/lib/libmad.so.0 (0x400f4000)
libc.so.6 => /lib/libc.so.6 (0x40110000)
libm.so.6 => /lib/libm.so.6 (0x40234000)
libts-1.0.so.0 => /usr/lib/libts-1.0.so.0 (0x402d0000)
libdl.so.2 => /lib/libdl.so.2 (0x402dc000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x402e8000)
/lib/ld-linux.so.3 (0x2a000000)
And I found huge differences with my desktop version:
linux-vdso.so.1 => (0x00007fff63cef000)
libm.so.6 => /lib/libm.so.6 (0x00007f32232dd000)
libmikmod.so.2 => /usr/lib/libmikmod.so.2 (0x00007f322308d000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f3222e88000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0x00007f3222c80000)
libsmpeg-0.4.so.0 => /usr/lib/libsmpeg-0.4.so.0 (0x00007f3222a25000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00007f322278c000)
libc.so.6 => /lib/libc.so.6 (0x00007f3222409000)
/lib64/ld-linux-x86-64.so.2 (0x00007f32237e3000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007f32221dc000)
libogg.so.0 => /usr/lib/libogg.so.0 (0x00007f3221fd4000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f3221cc0000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f3221aa9000)
libpulse-simple.so.0 => /usr/lib/libpulse-simple.so.0 (0x00007f32218a4000)
libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007f3221662000)
libdirectfb-1.2.so.0 => /usr/lib/libdirectfb-1.2.so.0 (0x00007f32213df000)
libfusion-1.2.so.0 => /usr/lib/libfusion-1.2.so.0 (0x00007f32211d4000)
libdirect-1.2.so.0 => /usr/lib/libdirect-1.2.so.0 (0x00007f3220fbb000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f3220d9e000)
libpulsecommon-0.9.21.so => /usr/lib/libpulsecommon-0.9.21.so (0x00007f3220b51000)
librt.so.1 => /lib/librt.so.1 (0x00007f3220949000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f3220610000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f32203f4000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f32201eb000)
libXtst.so.6 => /usr/lib/libXtst.so.6 (0x00007f321ffe4000)
libwrap.so.0 => /lib/libwrap.so.0 (0x00007f321fdd8000)
libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007f321fb73000)
libdbus-1.so.3 => /lib/libdbus-1.so.3 (0x00007f321f934000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f321f716000)
libuuid.so.1 => /lib/libuuid.so.1 (0x00007f321f511000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f321f2ff000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x00007f321f0ee000)
libnsl.so.1 => /lib/libnsl.so.1 (0x00007f321eed4000)
libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007f321ec89000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007f321e8ad000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f321e6a9000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f321e4a3000)
Then I looked in the configure log of libsdl-mixer and found that:
.../sysroots/armv6-novfp-oe-linux-gnueabi/usr/lib/libmikmod.so: undefined reference to `floor'
collect2: ld returned 1 exit status
configure:11865: $? = 1
During the detection of libvorbis.
I had no idea on how to fix that,so I asked on irc(#oe on Freenode):
Khem helped me a lot and at some point said(about libmikmod):
Aug 03 16:57:38 <khem> add -lm to LDFLAGS
And finally:
Aug 03 17:35:33 <ensc|w> GNUtoo|laptop: on first glance, EXTRA_OECONF='-lm' might fix it
Aug 03 17:35:37 <GNUtoo|laptop> armv6-novfp-oe-linux-gnueabi/libmikmod-3.2.0-beta2-r1/libmikmod-3.2.0-beta2/libmikmod
Aug 03 17:35:50 <GNUtoo|laptop> ensc|w, isn't that risky? but I can try that
Aug 03 17:36:02 <GNUtoo|laptop> you mean OEMAKE?
Aug 03 17:36:11 <ensc|w> wrong... EXTRA_OECONF='LIBRARY_LIB=-lm'
Thanks a lot for the help
About the PR bump:
19:59 < khem> you should only bump the pr of the package you are modifying
19:59 < GNUtoo|htcdream> khem: ok thanks a lot
So I bumped only PR of libmikmod and sdl-mixer
Michael 'Mickey' Lauer [Sun, 8 Aug 2010 16:18:12 +0000 (18:18 +0200)]
minimal.conf: Revert "minimal.conf: Dont redefine OVERRIDES"
This reverts commit
f00b1bec3efb8490b3343c368d36788e290e6fc7.
Unfortunately this slipped under my radar. MACHINE_CLASS is being
used by me, e.g. for Motorola EZX, HTC MSM7, and more --
so please leave it in here.
Frans Meulenbroeks [Sun, 8 Aug 2010 15:54:14 +0000 (17:54 +0200)]
urjtag: fixed license (GPL -> GPLv2)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Sun, 8 Aug 2010 15:42:20 +0000 (17:42 +0200)]
urjtag: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Martin Jansa [Sat, 7 Aug 2010 19:03:02 +0000 (21:03 +0200)]
recipes: bump PR for packages depending on jpeg which changed .so name with 6b -> 8b upgrade
* distro maintainers: please consider upgrading jpeg first to bump PR just once
* this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
Khem Raj [Sat, 7 Aug 2010 18:43:36 +0000 (11:43 -0700)]
sox: Get rid of do_stage and use BBCLASSEXTEND
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 7 Aug 2010 06:53:49 +0000 (23:53 -0700)]
uclibc++_0.1.9.bb: Get rid of legacy staging.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 7 Aug 2010 06:51:25 +0000 (23:51 -0700)]
elfutils_0.89.bb: Remove.
* Old recipe not used by anyone
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:50:04 +0000 (20:50 +0100)]
cairo/libsvg/xsvg: Remove staging null ops
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:45:54 +0000 (20:45 +0100)]
shasum: Convert do_stage -> do_install (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:37:28 +0000 (20:37 +0100)]
calibrateproto: Convert do_stage to do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:33:13 +0000 (20:33 +0100)]
xorg-font: Remove null op staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:19:46 +0000 (20:19 +0100)]
modutils-cross: Convert do_stage to do_install (from Poky)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:22:01 +0000 (20:22 +0100)]
chicken-cross: Remove do_stage
These do_stage functions are duplicates of the do_install so may as well be
removed. The do_install doesn't install into ${D} but that is a different
problem.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:30:02 +0000 (20:30 +0100)]
cross.bbclass: Drop automatic stage function and associated gcc dummy stub
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:29:21 +0000 (20:29 +0100)]
gdb: Drop empty do_stage functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sun, 1 Aug 2010 19:24:04 +0000 (20:24 +0100)]
gcc-native: Convert do_stage to do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Richard Purdie [Sat, 7 Aug 2010 06:26:00 +0000 (23:26 -0700)]
gcc-cross-kernel: Convert do_stage to do_install (from Poky)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Sun, 1 Aug 2010 19:13:37 +0000 (20:13 +0100)]
binutils: Clean out unneeded do_stage functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 7 Aug 2010 05:50:34 +0000 (22:50 -0700)]
ftdi_eeprom: Add recipe for version 0.3
* Remove unused patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 7 Aug 2010 05:26:09 +0000 (22:26 -0700)]
confuse: Add recipe for 2.7
* Use BBCLASSEXTEND for native recipe.
* Remove older versions.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Sat, 7 Aug 2010 04:46:36 +0000 (21:46 -0700)]
libftdi: Upgrade to 0.18
* Use BBCLASSEXTEND for native recipes.
* Remove old versions of native and target recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Henning Heinold [Thu, 5 Aug 2010 14:51:11 +0000 (16:51 +0200)]
openjdk: update the unused-backtrace-patch for uclibc
Frans Meulenbroeks [Fri, 6 Aug 2010 21:08:59 +0000 (23:08 +0200)]
apt: removed 0.7.2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 21:07:12 +0000 (23:07 +0200)]
sip-native: removed a few old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 21:01:53 +0000 (23:01 +0200)]
python-cython[-native] removed 0.10.3
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 21:00:17 +0000 (23:00 +0200)]
python-pygobject[-native]: removed old 2.14.2 version
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 20:58:31 +0000 (22:58 +0200)]
openssl: removed old 0.9.7 versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 20:56:31 +0000 (22:56 +0200)]
apt: removed some very old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 20:51:45 +0000 (22:51 +0200)]
m4: removed 1.4.4 and 1.4.11 (old, unused)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 20:47:22 +0000 (22:47 +0200)]
abiword: deleted some old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 19:41:02 +0000 (21:41 +0200)]
yasm, migrate to BBCLASSEXTEND = "native"
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 18:47:54 +0000 (20:47 +0200)]
python-docutils: removed legacy staging, converted to BBCLASSEXTEND
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Fri, 6 Aug 2010 15:17:56 +0000 (17:17 +0200)]
linux-omap-psp 2.6.32: fix SRC_URI indentation
Koen Kooi [Fri, 6 Aug 2010 14:53:57 +0000 (16:53 +0200)]
angstrom: jpeg 8b doesn't build, prefer 6b for the time being
Frans Meulenbroeks [Fri, 6 Aug 2010 14:27:24 +0000 (16:27 +0200)]
xslt: deletel 1.1.17: very old, not pinned
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Jason Kridner [Fri, 6 Aug 2010 04:05:07 +0000 (04:05 +0000)]
linux-omap-psp: Add camera bootarg
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@beagleboard.org>
Koen Kooi [Fri, 6 Aug 2010 14:05:56 +0000 (16:05 +0200)]
libgsm: kill legacy staging
Koen Kooi [Fri, 6 Aug 2010 14:04:52 +0000 (16:04 +0200)]
mpeg2dec: kill legacy staging
Graham Gower [Wed, 4 Aug 2010 20:58:54 +0000 (20:58 +0000)]
Remove redundant dependencies upon opkg and opkg-collateral.
rootfs_ipk.bbclass already pulls these in, so avoid some confusion.
This is totally untested.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 5 Aug 2010 07:41:39 +0000 (09:41 +0200)]
Revert "rootfs_ipk.bbclass: install the package manager in a separate pass from the other packages"
* This reverts commit
acc720fa80227d08fd15764117e0c34e2387e804.
* Graham already has a proper fix for this.
* This breaks rootfs with ${ONLINE_PACKAGE_MANAGEMENT}" == "none"
Conflicts:
classes/rootfs_ipk.bbclass
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-By: Chris Larson <clarson@mvista.com>
Graham Gower [Wed, 4 Aug 2010 20:31:50 +0000 (20:31 +0000)]
package_ipk.bbclass: add lists_dir to sysroots' /etc/opkg.conf
This makes the sysroots' /etc/opkg.conf agree with opkg-collateral on where
the package lists database should be found. Fixes a problem whereby opkg
cannot find the package lists after opkg-collateral is installed.
This fixes the same problem as
acc720fa80227d08fd15764117e0c34e2387e804.
But since that doesn't take into account other dependencies bringing
opkg-collateral into the image, it doesn't solve the problem in all
cases and could probably be reverted.
This is a bit messy, having hardcoded /var/lib/opkg as the lists_dir
in multiple locations. Other suggestions welcome.
I'm not sure its all that necessary to be using /usr/lib/opkg other
than for backwards compatibility with existing installations.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Enrico Scholz [Fri, 6 Aug 2010 10:51:03 +0000 (12:51 +0200)]
readline: apply the patches...
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Enrico Scholz [Fri, 24 Jul 2009 09:05:50 +0000 (11:05 +0200)]
readline: added 6.1 recipe
It has a negative default preference for now due to the GPLv2 -> GPLv3
switch.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Enrico Scholz [Fri, 24 Jul 2009 13:52:44 +0000 (15:52 +0200)]
jpeg: updated to version 8b
jpeg8b is now automake based and does not required the patches from the
6b recipe anymore.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Martin Jansa [Fri, 6 Aug 2010 09:04:42 +0000 (11:04 +0200)]
shr: prefer ncurses 5.7 also for native
Martin Jansa [Thu, 5 Aug 2010 09:58:21 +0000 (11:58 +0200)]
shr: prefer ncurses 5.7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henri Bragge [Wed, 4 Aug 2010 22:44:41 +0000 (22:44 +0000)]
recipe for scli-0.4.0
Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
Henri Bragge [Wed, 4 Aug 2010 22:44:40 +0000 (22:44 +0000)]
recipe for gsnmp-0.3.0
Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
Martyn Welch [Mon, 14 Jun 2010 22:22:56 +0000 (22:22 +0000)]
Comedilib: Add version 0.8.1
The Comedi project develops open-source drivers, tools, and libraries for
data acquisition.
Comedilib is a user-space library that provides a developer-friendly
interface to Comedi devices.
Signed-off-by: Martyn Welch <martyn.welch@ge.com>
Frans Meulenbroeks [Fri, 6 Aug 2010 07:05:03 +0000 (09:05 +0200)]
tar: removed 1.13.93
5 years old, 4 newer versions exist, not pinned
using legacy staging and native recipe
more than enough reasons to remove
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Vladimir Sorokin [Tue, 4 May 2010 08:46:14 +0000 (12:46 +0400)]
shadow: added new package shadow-group. Fix for build with uclibc.
shadow-group contains utilities (sg, newgrp, gpasswd, groups) for group
manipulation, useful when you only need things not provided by busybox.
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Frans Meulenbroeks [Fri, 6 Aug 2010 05:34:33 +0000 (07:34 +0200)]
u-boot: calamari: moved to 2010.06 version
all changes are calamari specific
moved to 2010.06 version
made sure all u-boot variants are build and deployed (for nor/nand/sd/spi)
removed the patches that have been merged upstream
removed a stale file that was not used: buggy-gcc-really-no-spe.patch
added patch to increase sd card timeout
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Denys Dmytriyenko [Thu, 5 Aug 2010 23:37:35 +0000 (19:37 -0400)]
gst-ffmpeg: use immediate var expansion of TOOLCHAIN_PATH for PATH_prepend
Fixes the recursive var expansion when TOOLCHAIN_PATH is derived from PATH.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Andrea Adami [Thu, 5 Aug 2010 23:42:01 +0000 (01:42 +0200)]
Revert "klibc: get rid of legacy staging"
* committed broken version with evil install
* WIP
This reverts commit
b32ce2a63973fdf72d1ffe94b8418ec214cb2b20.
Jason Kridner [Thu, 5 Aug 2010 09:21:22 +0000 (09:21 +0000)]
linux-omap-psp_2.6.32: Move camera sensor reset
Camera reset needed to be done after applying power.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@beagleboard.org>
Koen Kooi [Thu, 5 Aug 2010 20:00:34 +0000 (22:00 +0200)]
u-boot: fix beagle patch names
Frans Meulenbroeks [Thu, 5 Aug 2010 19:57:47 +0000 (21:57 +0200)]
gphoto2: removed 2.1.x > 4 years old; not pinned
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
jkridner@beagleboard.org [Thu, 5 Aug 2010 09:08:34 +0000 (09:08 +0000)]
angstrom-uboot-scripts: fixed tests for revision
Tests in u-boot scripts require the 'test' function.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
jkridner@beagleboard.org [Thu, 5 Aug 2010 09:03:37 +0000 (09:03 +0000)]
u-boot: beagleboard: default 3MP camera support
This turns on the pull-ups so that the I2C will work by default as well
as sets the default camera type. Currently, the kernel cannot probe for
I2C devices, but that should be the long term fix. We put the change
here into the default environment, instead of the boot.scr, such that
there won't be a need to update your boot.scr in the future for the
default camera if we ever get the kernel fixed to probe for I2C devcies.
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Frans Meulenbroeks [Thu, 5 Aug 2010 19:29:22 +0000 (21:29 +0200)]
lirc: removed old recipes
the lirc recipes still used legacy staging (apart from the latest version)
nobody pinned these so removed them (and the associated
lirc-modules recipes)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 5 Aug 2010 19:20:55 +0000 (21:20 +0200)]
zziplib-native: removed
no one has a dependency on this one and the leading non-native
recipe is already at 0.13.49
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 5 Aug 2010 19:15:15 +0000 (21:15 +0200)]
wxwidgets/wxbase: remvoed 2.6.4
old, unpinned, using legacy staging
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 5 Aug 2010 19:04:21 +0000 (21:04 +0200)]
intltool: removed old versions
removed older unpinned versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Frans Meulenbroeks [Thu, 5 Aug 2010 18:58:56 +0000 (20:58 +0200)]
glib-2.0: removed several old versions
There were about 26 recipes in this dir; removed all recipes older than 2 years that
were not pinned (as per TSC guidelines).
There are still 17 recipes left....
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Koen Kooi [Thu, 5 Aug 2010 18:14:25 +0000 (20:14 +0200)]
gpe-ownerinfo: kill legacy staging
Koen Kooi [Thu, 5 Aug 2010 18:12:11 +0000 (20:12 +0200)]
libdisplaymigration: kill legacy staging
Koen Kooi [Thu, 5 Aug 2010 18:10:42 +0000 (20:10 +0200)]
libglade: kill legacy staging
Koen Kooi [Thu, 5 Aug 2010 15:48:32 +0000 (17:48 +0200)]
eds-dbus: work around crosscompile badness
Roman I Khimov [Mon, 29 Mar 2010 17:21:28 +0000 (21:21 +0400)]
poptop: remove version 1.3.0
Release dated 2005 and the recipe in unmaintained, 1.3.4 recipe is alsmost
completely different now. So, I see no point in keeping it around.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 5 Aug 2010 17:30:45 +0000 (21:30 +0400)]
cramfs: remove -native recipe, replace with BBCLASSEXTEND
Removes another do_stage instance along the way.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 5 Aug 2010 17:21:43 +0000 (21:21 +0400)]
tiff: remove version 3.7.2
* released March 2005, obsolete
* not pinned by any public distro
* uses legacy staging
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 5 Aug 2010 17:14:08 +0000 (21:14 +0400)]
yaffs2-utils: remove deprecated patch parameters
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 5 Aug 2010 17:13:39 +0000 (21:13 +0400)]
geda-gattrib: remove deprecated patch parameters
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 5 Aug 2010 17:13:19 +0000 (21:13 +0400)]
tcpdump: remove deprecated patch options
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 5 Aug 2010 17:12:55 +0000 (21:12 +0400)]
libpcap: remove deprecated patch options
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Roman I Khimov [Thu, 5 Aug 2010 08:28:18 +0000 (12:28 +0400)]
barnyard2: remove deprecated patch options
Another pick-from-local-branch error, sorry.
Hopefully, last one,merged patch syntax changes there.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Khem Raj [Thu, 5 Aug 2010 16:54:57 +0000 (09:54 -0700)]
qemu: Add 0.12.5
* Remove 0.12.4 in favor of it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Elena Grandi [Thu, 5 Aug 2010 11:59:23 +0000 (13:59 +0200)]
xapian-core: add BBCLASSEXTEND = "native" and remove -native recipes.
Khem Raj [Thu, 5 Aug 2010 06:36:08 +0000 (23:36 -0700)]
gtk+_2.20.1.bb: Ask for ARM_INSTRUCTION_SET to be 'arm'
* It does not compile in thumb mode with gcc 4.5
other version of gcc were not tested probably they
many have problem too. For now always build using
arm mode.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Thu, 5 Aug 2010 06:35:01 +0000 (23:35 -0700)]
netkit-telnet_0.17.bb: Add -lncurses to LDFLAGS
* We also need to add this for non uclibc builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj [Wed, 4 Aug 2010 18:48:49 +0000 (11:48 -0700)]
autotools_stage.bbclass: Delete
* This class should not be needed anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Wed, 4 Aug 2010 18:48:07 +0000 (11:48 -0700)]
recipes: inherit autotools instead of autotools_stage
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Richard Purdie <rpurdie@linux.intel.com>
Khem Raj [Wed, 4 Aug 2010 18:46:06 +0000 (11:46 -0700)]
device-mapper_1.02.28.bb: Get rid of legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Wed, 4 Aug 2010 18:44:40 +0000 (11:44 -0700)]
gupnp_0.13.1.bb: Get rid of legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Wed, 4 Aug 2010 18:42:29 +0000 (11:42 -0700)]
gupnp_0.12.5.bb: Get rid of legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Wed, 4 Aug 2010 18:36:23 +0000 (11:36 -0700)]
openobex_1.5.bb: Get rid of legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Khem Raj [Wed, 4 Aug 2010 18:31:46 +0000 (11:31 -0700)]
popt: Use BBCLASSEXTEND instead of native recipes.
* Use INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Thu, 5 Aug 2010 14:15:31 +0000 (16:15 +0200)]
eds-dbus: add missing dep on libical
Henning Heinold [Thu, 5 Aug 2010 12:41:56 +0000 (14:41 +0200)]
java-library.bbclass: workaround for staging when BBCLASSEXTENDED is used
* when BBCLASSEXTENDED is used, do_stage is not called for
target stuff, so workaround it with the oejarinstall in do_install too
Henning Heinold [Thu, 5 Aug 2010 10:05:35 +0000 (12:05 +0200)]
uclibc: use GENERIC_ARM, because we override the cpu flags anyway, bump PR
Henning Heinold [Thu, 5 Aug 2010 10:04:37 +0000 (12:04 +0200)]
uclibc: try to fix isnan and bump PR
Koen Kooi [Thu, 5 Aug 2010 09:58:51 +0000 (11:58 +0200)]
intltool: remove legacy staging
Martin Jansa [Thu, 5 Aug 2010 09:47:41 +0000 (11:47 +0200)]
eds-dbus: reenable calendar, was disabled in svn->git transition commit (no idea why)
* compiles fine
* dates depends on libecal
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Enrico Scholz [Fri, 30 Jul 2010 12:27:50 +0000 (14:27 +0200)]
ncurses: added 5.7 recipe
It uses ideas from the old 5.4 recipe but brings a lot of new features
like widec libs, pkgconfig files or splitted library packages.
As lot of packages depend on ncurses, whole distribution must be
probably rebuild when updating to this new version.
Due to this and the complex recipe, it has a negative DEFAULT_PREFERENCE
for now.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Enrico Scholz [Thu, 5 Aug 2010 08:00:48 +0000 (10:00 +0200)]
libmatchbox: get rid of legacy staging
Legacy staging is not needed; things are done by normal installation
already.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>