Martin Jansa [Fri, 25 Feb 2011 12:28:26 +0000 (13:28 +0100)]
litephone: bump PR and fix QA issues
*
459110a17e59594c4fd9183a5684413ffa1479dd added generate_qt_config_file task
which is executed in empty workdir if builder is using rm_work
* remove files subdir from SRC_URI and rename it for faster lookup
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Denys Dmytriyenko [Fri, 25 Feb 2011 07:39:18 +0000 (07:39 +0000)]
gst-ffmpeg: remove 4-year old hack that sets CC directly
The hack that sets CC variable directly is 4 year old and no longer required.
On the other hand, it now breaks setups when --sysroot needs to be passed to
the toolchain. Hence, remove the hack.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Fri, 25 Feb 2011 07:39:17 +0000 (07:39 +0000)]
ffmpeg: pass --sysroot to configure script directly
ffmpeg's custom configure script fails some checks for specific headers, even
though we pass --sysroot through CFLAGS. Use configure's specific --sysroot
option to fix that.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Fri, 25 Feb 2011 07:39:16 +0000 (07:39 +0000)]
bitbake.conf, native*.bbclass: pass --sysroot to TOOLCHAIN_OPTIONS
Commit
9c5b9db29738a89837917b1a2d8ee5a1cae0b4cc (bitbake.conf: Simplify
TARGET_CPPFLAGS/LDFLAGS) potentially breaks external toolchains, when their
default sysroot is different from our sysroot/staging location.
Pass default --sysroot to compiler/linker through TOOLCHAIN_OPTIONS, avoiding
native and nativesdk packages. This matches the corresponding changes in Poky.
cross.bbclass was already doing it, since it originated from Poky, AFAIK.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Denys Dmytriyenko [Thu, 24 Feb 2011 09:31:41 +0000 (09:31 +0000)]
busybox: fix udhcp check for NFS rootfs for new style /proc/mounts
* Newer kernels change the format of /proc/mounts slightly when rootfs is
mounted over NFS.
* Old style:
/dev/root / nfs <options> 0 0
* New style:
<server>:<mount> / nfs <options> 0 0
* The regexp in grep can be simplified and rolled into one, but may become
less strict...
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Andrea Adami [Thu, 24 Feb 2011 18:24:21 +0000 (19:24 +0100)]
klibc: update jffs2 and vfat patch. Fix gcc warnings.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Tom Rini [Thu, 24 Feb 2011 23:11:25 +0000 (16:11 -0700)]
sane-toolchain.inc: Fix a thinko in compute_os_portion_of_target_triplet
Reported by by Pau Espin Pedrol
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Khem Raj [Thu, 24 Feb 2011 23:01:24 +0000 (15:01 -0800)]
gcc-4.5: Fix GCC found on xscale with Os
* This enables linaro patch 45177 and a patch on top
to fix an ICE discovered because of this backport
Signed-off-by: Khem Raj <raj.khem@gmail.com>
David Lanzendörfer [Thu, 24 Feb 2011 20:51:40 +0000 (21:51 +0100)]
conf/machine/beaglehyb.conf: new machine Goldelico's Beagle Board Hybrid
linux-gta04: add kernel for Beagle Board Hybrid and the forthcoming Goldelico GTA04 Machine
Tom Rini [Thu, 24 Feb 2011 19:40:09 +0000 (12:40 -0700)]
loudmouth 1.4.3: Switch from gnutls to openssl
This version of loudmouth wants gnutls 1.4 rather than 2.0 so switch
to openssl instead.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 24 Feb 2011 19:39:47 +0000 (12:39 -0700)]
icon-naming-utils-native: Fix long path to perl in icon-name-mapping
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 24 Feb 2011 19:39:17 +0000 (12:39 -0700)]
gthumb: Fix long path to perl in local intltools scripts
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 24 Feb 2011 19:38:46 +0000 (12:38 -0700)]
gnome-doc-utils: Fix xml2po and long path to python
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 24 Feb 2011 19:37:54 +0000 (12:37 -0700)]
libcanberra: Add gconf to DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Andreas Oberritter [Thu, 24 Feb 2011 18:04:04 +0000 (18:04 +0000)]
libimobiledevice-1.0.0: depend on libtasn1
* Fixes the following error:
| checking for libtasn1... configure: error: Package requirements
(libtasn1 >= 1.1) were not met:
|
| No package 'libtasn1' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|
| Alternatively, you may set the environment variables libtasn1_CFLAGS
| and libtasn1_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
|
NOTE: package libimobiledevice-1.0.0-r0: task do_configure: Failed
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Martin Jansa [Thu, 24 Feb 2011 09:17:56 +0000 (10:17 +0100)]
qt4: bump INC_PR
*
459110a17e59594c4fd9183a5684413ffa1479dd added generate_qt_config_file task
which is executed in empty workdir if builder is using rm_work
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 24 Feb 2011 07:29:11 +0000 (08:29 +0100)]
task-shr-feed: add valacompass
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Michele Brocco [Thu, 17 Feb 2011 22:27:52 +0000 (22:27 +0000)]
valacompass: new recipe for valacompass and deps hmc5843 and lis302dl
* Works with the hmc5843 module
* Calibration is required
Signed-off-by: Michele Brocco <ssj2micvm@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Wed, 23 Feb 2011 19:47:02 +0000 (20:47 +0100)]
freesmartphone: bump SRCREVs
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 15 Feb 2011 13:49:59 +0000 (14:49 +0100)]
webkit-efl: bump SRCREV a bit more
* be aware there is issue in eve which can be built only after removing
ewk_view_context_menu_forward_event
http://patchwork.dev.bearstech.com/patch/856/
but better solution should be found
I've already asked #edevelop people, but only answer was that ewk/eve
are dead now (which I hope not).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Mike Westerhof [Thu, 24 Feb 2011 04:51:53 +0000 (22:51 -0600)]
SlugOS: slugos-packages - reinstate groff, man, and man-pages.
Enrico Scholz [Tue, 8 Feb 2011 01:25:38 +0000 (01:25 +0000)]
gcc-4.5: added thumb2 build patch
Fix for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43999 and is
required to build gcc for Thumb2 only architectures (e.g. Cortex-M3).
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Thu, 24 Feb 2011 10:02:54 +0000 (10:02 +0000)]
python-2.6: python-xml depends on python-elementtree
* Fixes the following error:
import xml.etree.cElementTree
File "/usr/lib/python2.6/xml/etree/cElementTree.py", line 3, in <module>
from _elementtree import *
ImportError: No module named _elementtree
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Andreas Oberritter [Thu, 24 Feb 2011 10:07:20 +0000 (10:07 +0000)]
netkit-base-0.17: use update-alternatives
* Give netkit-inetd a priority of 70.
* Add inetd.conf to CONFFILES_${PN}.
* RPROVIDE inetd.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa [Wed, 16 Feb 2011 05:03:01 +0000 (05:03 +0000)]
webkit-efl: upgrade to 1.3.11, upstream has Source subdirectory now, which makes SRC_URI a lot shorter
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Enrico Scholz [Thu, 24 Feb 2011 08:12:49 +0000 (08:12 +0000)]
opkg-utils: convert mtime to int before comparing it
The st_mtime attribute (which is a float) is compared against a value
from the timestamp database, which was stored as an integer there.
When working on a filesystem with precise timestamps the comparision
will fail nearly everytime hence.
Although it might be possible to enhance the database to store the
fractional part too, this will complicate things more than we would
gain by this change.
This patch was applied as
49e11b32906fc1becd9218bb3125f6fc8fa03fa4 to
old ipkg-utils already.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Acked-By: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tom Rini [Thu, 24 Feb 2011 00:39:14 +0000 (17:39 -0700)]
libnl2: Finish fixing the build race on lib/route/pktloc.c
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Thu, 24 Feb 2011 00:15:40 +0000 (17:15 -0700)]
Revert "make sd-boot default for sam9m10ekes"
This was another out-of-order push from me that depends on other changes.
Take this out for now so that u-boot builds again.
This reverts commit
ccb60316650162a417e519a123d9fd09eae9911e.
Tom Rini [Wed, 23 Feb 2011 23:46:25 +0000 (16:46 -0700)]
binutils-avr32.inc: Switch to do_configure_{prepend,append}
While adding autoconf/automake to DEPENDS helps, that only
means they must have completed do_populate_sysroot before
we can run do_configure, and since do_avr32_reconf was before
do_configure it will be run before autoconf is there, with enough
BB_NUM_THREADS.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sun, 20 Feb 2011 23:09:19 +0000 (23:09 +0000)]
gvfs 1.7.2: Drop DEFAULT_PREFERENCE
This is the version required for glib-2.28.0 which is default unless
pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sun, 20 Feb 2011 23:09:17 +0000 (23:09 +0000)]
kaeilos 2009: Pin gvfs to 1.6.6
We're doing this since glib-2.0 is pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Andreas Oberritter [Fri, 11 Feb 2011 21:02:29 +0000 (21:02 +0000)]
kernel.bbclass: provide virtual/kernel-${PV}
* Allow precompiled modules to depend on a specific kernel version.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sun, 20 Feb 2011 23:09:18 +0000 (23:09 +0000)]
slugos: Pin gvfs to 1.6.6
We're doing this since glib-2.0 is pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Mike Westerhof <mike@mwester.net>
Tom Rini [Sun, 20 Feb 2011 23:09:16 +0000 (23:09 +0000)]
angstrom-2008: Pin gvfs at 1.6.6
We're doing this since glib-2.0 is pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Filip Zyzniewski [Thu, 24 Feb 2011 04:42:28 +0000 (04:42 +0000)]
package_deb.bbclass: create a proper package_update_index_deb task.
Until now the Packages.gz generation was hardcoded in rootfs_deb_do_rootfs.
(Tom Rini: While in here, trailing whitespace cleanup)
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Alex Bennee [Tue, 22 Feb 2011 18:21:32 +0000 (18:21 +0000)]
libsensors: Remove clashing header definition from package
libsensors attempts to install:
/usr/include/linux/i2c-dev.h
Which clashes with the libc definition. This patch removes it
from the build (as suggested by _pb on #oe).
Signed-off-by: Alex Bennee <ajb@cbnl.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Mike Westerhof [Wed, 23 Feb 2011 21:16:44 +0000 (14:16 -0700)]
groff: Fix do_install in certain cases, along with DEPENDS
Sometimes groff fails in the do_install step, complaining that img/pic* does
not exist. Normally, these files would be created by groff itself during the
build process, but since we are cross-compiling, the old recipe replaces the
invocation of groff and troff with echo commands. However, echo does not
create the output files, which eventually results in the do_install failure.
This patch makes groff dependent on groff-native, and instead of using echo,
it instructs the build process to use the staged groff binaries.
(Tom Rini: While in here, switch to GNU_MIRROR)
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mike Westerhof <mike@mwester.net>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:25 +0000 (21:07 +0000)]
libcap2: 2.16 -> 2.20
Fix compilation with newer kernel headers:
| .../tmp/sysroots/.../usr/include/asm/sigcontext.h:28:2: error:
| expected specifier-qualifier-list before '__u64'
| .../tmp/sysroots/.../usr/include/asm/sigcontext.h:191:2: error:
| expected specifier-qualifier-list before '__u64'
| make[1]: *** [capsh.o] Error 1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:23 +0000 (21:07 +0000)]
libinih: readd without AUTOREV
This provides a C and C++ INI library that can be statically linked
into projects.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:22 +0000 (21:07 +0000)]
parted: fix MiB handling
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:21 +0000 (21:07 +0000)]
contrib/openembedded-essential (debian): depends on chrpath
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:20 +0000 (21:07 +0000)]
contrib/openembedded-essential (debian): rename to be version agnostic
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:19 +0000 (21:07 +0000)]
syslinux: add isolinux and chain packages
This syncs the package recipe with the O.S. Systems tree adding more
packages and fixing GNU_HASH issues.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:18 +0000 (21:07 +0000)]
ntfsprogs: add 2.0.0
This recipe has been imported from O.S. Systems tree and hence starts
at revision r2.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:17 +0000 (21:07 +0000)]
cmake.bbclass: use QT_CONF_PATH to support Qt4 projects
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:16 +0000 (21:07 +0000)]
cmake.bbclass: use 2.8 modules
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:15 +0000 (21:07 +0000)]
cmake: add OE qt4-tools-{native,sdk} support
* make it find qmake2, moc4 and others
* convert to INC_PR
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:14 +0000 (21:07 +0000)]
cmake: update from 2.8.2 to 2.8.3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:13 +0000 (21:07 +0000)]
cmake: drop 2.6.4 as it is not used by any distro
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Otavio Salvador [Wed, 23 Feb 2011 21:07:12 +0000 (21:07 +0000)]
qmake_base.bbclass: add generate_qt_config_file task
This writes a qt.conf inside WORKDIR to properly configure projects
based on CMake. This is required since qmake variables (returned by
-query command) are fixed into the binary and can only be changed
using a qt.conf file.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Wed, 23 Feb 2011 06:02:37 +0000 (06:02 +0000)]
package_deb.bbclass: make version acceptable for dpkg-deb.
dpkg-deb does not like version numbers without digits:
NOTE: Running task 428 of 604 (ID: 14,
[...]/openembedded/recipes/linux-firmware/linux-firmware_git.bb,
do_package_write_deb)
dpkg-deb - error: (upstream) version (`git') doesn't contain any digits
dpkg-deb: 1 errors in control file
NOTE: package
linux-firmware-git-r1+gitr2fab48391fda8a914b55c8ac265eb3b6ee10ace8:
task do_package_write_deb: Started
This commit causes version numbers without digits to be appended with '0':
linux-firmware-agere_git0-r1+gitr2fab48391fda8a914b55c8ac265eb3b6ee10ace8_all.deb
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Wed, 23 Feb 2011 19:51:24 +0000 (12:51 -0700)]
lzma: Various cleanups and a bugfix
We use the subdir parameter to SRC_URI so that we will unpack into
the normal S directory rather than WORKDIR (which avoids a race with
the append to unpack and removal of empty log files). Next, we replace
the regex to override the compiler with a patch that really does it
where it's needed (C/LzmaUtil) and now we have a target liblzma.a
rather than host liblzma.a. For CPP/7zip/Compress/LZMA_Alone we
just need to pass in correct values via CXX_C / CXX. Given
the structure of the Makefile it's easiest to pass in the rest
of the flags as part of the compiler.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Tue, 22 Feb 2011 03:47:58 +0000 (03:47 +0000)]
linux/jlime: removed obsolete kernel recipes, added a new one.
We need to focus on developing a new set of kernels and userspace,
hence the cleanup.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Frans Meulenbroeks [Wed, 23 Feb 2011 20:10:35 +0000 (21:10 +0100)]
gcc 4.1.2: fix dependency_libs for libstdc++ and libsupc++
This fixes a QA issue in gcc 4.1.2.
The patch is identical to what is done in gcc 4.2.2 and 4.2.4
The issues caused neek compilations to fail
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com> (on irc)
Tom Rini [Wed, 23 Feb 2011 19:43:02 +0000 (12:43 -0700)]
loudmouth: Part of GNOME
The previous upstream URI is gone and what's on ftp.gnome.org
implies it's long been part of GNOME. Sources for 1.1.1 and 1.3.2 are
non-fetchable so move to nonworking. Update 1.0.1, 1.2.2 and 1.4.3
to fetch from GNOME_MIRROR and bump PR (as DEPENDS changed).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Andreas Müller [Sat, 19 Feb 2011 19:53:39 +0000 (19:53 +0000)]
cross.bbclass: Fix many QA RPATH errors for distros preferring libtool-2.2
* This patch removes the absolute path in sysroots/<arch>/usr/lib/libstdc++.la
*
* It was build tested wih clean tmp for xfce46-image. Additional known
* QA-RPATH-error-candidates were checked for successful build:
*
* aspell-0.60.6-r0
* curl-7.21.2-r4.0
* clutter-box2d-0.10.0-r2.0+git4e72b9c135a9439b82d801c62422531db611f98b
* enchant-1.6.0-r2
* gnome-vfs-2.24.1-r3
* libcdio-0.82-r3.0
* libsoup-2.2.100-r1:
* neon-0.25.5-r4
* schroedinger-1.0.9-r0
* tiff-3.9.4+4.0.0beta6-r0
*
* Build environment was (RPATH QA errors treated as fatal / acl fixed manually)
*
* BB_VERSION = "1.10.2"
* METADATA_BRANCH = "cross-bbclass-test"
* METADATA_REVISION = "a44300e"
* TARGET_ARCH = "arm"
* TARGET_OS = "linux-gnueabi"
* MACHINE = "overo"
* DISTRO = "angstrom"
* DISTRO_VERSION = "2010.7-test-
20110219"
* TARGET_FPU = "hard"
*
* Notes:
* - To have effect, gcc-cross has to be rebuild (changing all gcc packed
* was not an option)
* - This patch does not affect libtool-2.4 distos
* - The story is found at
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/030115.html
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Koen Kooi [Wed, 23 Feb 2011 15:37:53 +0000 (16:37 +0100)]
qcanobserver: add svnr41 + socketcan driver
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Tue, 22 Feb 2011 10:03:12 +0000 (11:03 +0100)]
linux-2.6.37: upgrade to 2.6.37.1
* update om-gta0* defconfigs like
8e4bd2fd4cbf1c75acd30adbd3aaa074c3175a3e and
1516588acd3c4b4dd4add71d06ab8ce0d1bafa02
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Wed, 23 Feb 2011 14:23:37 +0000 (15:23 +0100)]
linux-firmware: update to current git and split out the wl12xx stuff that was added in between
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Wed, 23 Feb 2011 13:19:15 +0000 (14:19 +0100)]
elfe: add elementary to DEPENDS
| checking for E... configure: error: Package requirements (enlightenment
| elementary
| efreet >= 1.0.0
| ) were not met:
|
| No package 'elementary' found
Signed-off-by: Koen Kooi <koen@openembedded.org>
Simon Busch [Wed, 23 Feb 2011 11:51:18 +0000 (12:51 +0100)]
elfe: add initial recipe for new embedded e17 launcher
Signed-off-by: Simon Busch <morphis@gravedo.de>
Simon Busch [Wed, 23 Feb 2011 11:16:47 +0000 (12:16 +0100)]
e-module: introduce INC_PR and use it in all depending recipes
We set INC_PR initially to r5 as some of the dependencies already defined a PR which max
was r4.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Martin.Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Wed, 23 Feb 2011 09:06:15 +0000 (10:06 +0100)]
evas: disable NEON forcefully, it is still causing misrendering when enabled
Upstream changed the default for NEON from disabled to enabled, so the recipe has to catch up
Tested with angstrom 2008.1 on a beagleboard C4
Signed-off-by: Koen Kooi <koen@openembedded.org>
Koen Kooi [Wed, 23 Feb 2011 08:59:35 +0000 (09:59 +0100)]
beagleboard NAND image: new image and matching task
Signed-off-by: Koen Kooi <koen@openembedded.org>
Tom Rini [Tue, 22 Feb 2011 21:53:25 +0000 (14:53 -0700)]
bitbake.conf: Define tar.xz image types.
Make it depend on both tar-native and xz-native to make sure
that we get a tar that groks --xz.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 22 Feb 2011 21:37:57 +0000 (14:37 -0700)]
site: Move rpppoe_cv_pack_bitfields to common-linux
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Steffen Sledz [Tue, 22 Feb 2011 19:10:26 +0000 (20:10 +0100)]
jansson: new version 1.3
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Tom Rini [Tue, 22 Feb 2011 18:56:42 +0000 (11:56 -0700)]
strongswan: Add version 4.5.1
strongSwan is an alternative to openswan.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Tue, 22 Feb 2011 09:14:06 +0000 (09:14 +0000)]
bitbake.conf: Simplify TARGET_CPPFLAGS/LDFLAGS
This is based on poky's
ba2e1f4d933c37b372d6749d64614f2510ee9d7b, which
simplifies TARGET_CPPFLAGS (and thus CFLAGS) and TARGET_LDFLAGS
based on gcc any company having --sysroot
Acked-by:Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Mike Westerhof [Tue, 22 Feb 2011 15:47:22 +0000 (09:47 -0600)]
SlugOS: slugos-packages - reinstate squid, add task-sdk-native
Mike Westerhof [Tue, 22 Feb 2011 15:43:23 +0000 (09:43 -0600)]
This patch changes hard-coded references to /usr and /opt in the various
squid config.test scripts to point to the correct sysroot paths.
This version accommodates the unusual staging dir layout used by micro.
Signed-off-by: Mike Westerhof <mike@mwester.net>
Acked-by: Khem Raj <raj.khem@gmail.com>
Koen Kooi [Tue, 22 Feb 2011 10:01:33 +0000 (11:01 +0100)]
opencv 2.2: unbreak SIFT for ARM
https://code.ros.org/trac/opencv/ticket/910
Signed-off-by: Koen Kooi <koen@openembedded.org>
Denis 'GNUtoo' Carikli [Sun, 20 Feb 2011 19:49:43 +0000 (20:49 +0100)]
linux-2.6.34: add unwinding to om-gta01's defconfig
* taken from om-gta02 change
1516588acd3c4b4dd4add71d06ab8ce0d1bafa02
Adding unwinding remove CONFIG_FRAME_POINTER while preserving its
debug functionalities at the cost of a bigger image
(that we mitigate by using LZMA compression instead of gzip)
Pratically speaking that should result in speed improvements:
Speed seem to be faster but was not tested scientifically.
Here's the unwinding help:
This option enables stack unwinding support in the kernel
using the information automatically generated by the
compiler. The resulting kernel image is slightly bigger but
the performance is not affected. Currently, this feature
only works with EABI compilers. If unsure say Y.
And the frame pointer help:
If you say N here, the resulting kernel will be slightly smaller and
faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
when a problem occurs with the kernel, the information that is
reported is severely limited.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Mike Westerhof [Mon, 21 Feb 2011 23:23:32 +0000 (17:23 -0600)]
SlugOS: slugos-packages - update to keep the package feeds building
(demote squid until patch accepted; promote a few that are fixed;
and clarify comments regarding a few that need yet to be fixed.)
Tom Rini [Mon, 21 Feb 2011 18:03:10 +0000 (11:03 -0700)]
insane.bbclass: Fix a thinko in powerpc64 support
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 21 Feb 2011 16:21:32 +0000 (09:21 -0700)]
openssl.inc: Add linux-powerpc64 to the linux-powerpc case
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 21 Feb 2011 16:20:49 +0000 (09:20 -0700)]
kernel-arch.bbclass: Add powerpc64 mappings
A future TODO is to see if there's anything left that must
build with ARCH=ppc in the kernel that can't be upgraded to a
newer kernel with ARCH=powerpc.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Mon, 21 Feb 2011 16:19:52 +0000 (09:19 -0700)]
insane.bbclass: Add powerpc64 entries.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Leon Woestenberg [Mon, 21 Feb 2011 15:10:22 +0000 (16:10 +0100)]
ronetix-pm9g45: Added new machine, with kernel 2.6.30.
Koen Kooi [Mon, 21 Feb 2011 08:52:24 +0000 (09:52 +0100)]
avahi: add libcap2 to DEPENDS
avahi will pick it up already if present: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?id=
6384666b6ae4781c1d16818b4f0d02f5f9af7906
Signed-off-by: Koen Kooi <koen@openembedded.org>
Martin Jansa [Mon, 21 Feb 2011 05:32:29 +0000 (06:32 +0100)]
aceofpenguins, mokomaze, numptyphysics: bump PR to rebuild with right libpng in RDEPENDS after
a44300e54ce49be9ffd34eecabdfaae4faf9c143
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Mike Westerhof [Mon, 21 Feb 2011 03:44:14 +0000 (21:44 -0600)]
SlugOS: udev - add SlugOS-specific override to drop the dependency on depmod
(SlugOS will declare its own dependency so that it can optionally use busybox)
Mike Westerhof [Mon, 21 Feb 2011 03:27:45 +0000 (21:27 -0600)]
SlugOS: update-modules - correct SlugOS-specific RDEPENDS override
to bring it into alignment with the newer RDEPENDS_${PN} technique.
Mike Westerhof [Mon, 21 Feb 2011 03:26:49 +0000 (21:26 -0600)]
SlugOS: busybox - add modutils support in preparation to switch.
Mike Westerhof [Mon, 21 Feb 2011 01:30:22 +0000 (19:30 -0600)]
SlugOS: enable in-kernel atheros 5k device support for DSM-G600
Martin Jansa [Sun, 20 Feb 2011 23:43:33 +0000 (00:43 +0100)]
SHR: prefer newer libsoup-2.4, needed by newer webkit-efl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Tue, 15 Feb 2011 09:35:58 +0000 (10:35 +0100)]
debian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGS
* see comment for reason why we need this
* more info:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029877.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Pau Espin Pedrol [Mon, 21 Feb 2011 04:12:36 +0000 (04:12 +0000)]
libacpi: SET OE LDFLAGS in recipe
Fixes ld problem related to GNU_HASH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Denis 'GNUtoo' Carikli [Sun, 20 Feb 2011 19:49:43 +0000 (20:49 +0100)]
linux-2.6.34: add unwinding to om-gta02's defconfig
Adding unwinding remove CONFIG_FRAME_POINTER while preserving its
debug functionalities at the cost of a bigger image
(that we mitigate by using LZMA compression instead of gzip)
Pratically speaking that should result in speed improvements:
Speed seem to be faster but was not tested scientifically.
Here's the unwinding help:
This option enables stack unwinding support in the kernel
using the information automatically generated by the
compiler. The resulting kernel image is slightly bigger but
the performance is not affected. Currently, this feature
only works with EABI compilers. If unsure say Y.
And the frame pointer help:
If you say N here, the resulting kernel will be slightly smaller and
faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
when a problem occurs with the kernel, the information that is
reported is severely limited.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Acked-by: Klaus Kurzmann <mok@fluxnetz.de>
Koen Kooi [Sun, 20 Feb 2011 16:01:12 +0000 (17:01 +0100)]
wpa-supplicant 0.7: use madwifi solution from 0.5.x and 0.6.x
This makes the package only machine dependant if 'madwifi' is both in machine features and distro features. This avoids having to build an identical wpa-supplicant for every machine which is a significant saving for both machine and distro maintainers.
Fun fact: no in-tree machine has madwifi in machine features.
Signed-off-by: Koen Kooi <koen@openembedded.org>
Tom Rini [Sun, 20 Feb 2011 15:31:39 +0000 (08:31 -0700)]
Revert "gvfs 1.7.2: Drop DEFAULT_PREFERENCE"
Pushed too soon, revert the pins as well.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sun, 20 Feb 2011 18:27:00 +0000 (18:27 +0000)]
package_deb.bbclass/apt: armel architecture name for eabi systems.
For dpkg EABI system architecture is called armel, not arm.
Reference: http://wiki.debian.org/ArmEabiPort
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sun, 20 Feb 2011 04:00:59 +0000 (04:00 +0000)]
less_436.bb: provide absolute path in ALTERNATIVE_PATH.
Relative path causes dpkg's update-alternatives to ignore this
alternative.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Filip Zyzniewski [Sun, 20 Feb 2011 01:53:04 +0000 (01:53 +0000)]
jornada6xx/jornada7xx/mp900c: increase amount of used VTs.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Andreas Oberritter [Wed, 16 Feb 2011 11:03:24 +0000 (11:03 +0000)]
wpa-supplicant-0.7.3: use MACHINE_ARCH
* Because of madwifi, wpa-supplicant depends on COMBINED_FEATURES.
Thus, PACKAGE_ARCH must be set to MACHINE_ARCH.
* Use INC_PR and bump it.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sun, 20 Feb 2011 15:05:17 +0000 (08:05 -0700)]
gvfs 1.7.2: Drop DEFAULT_PREFERENCE
This is the version required for glib-2.28.0 which is default unless
pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sun, 20 Feb 2011 15:05:02 +0000 (08:05 -0700)]
slugos: Pin gvfs to 1.6.6
We're doing this since glib-2.0 is pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sun, 20 Feb 2011 15:04:26 +0000 (08:04 -0700)]
kaeilos 2009: Pin gvfs to 1.6.6
We're doing this since glib-2.0 is pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sun, 20 Feb 2011 15:04:14 +0000 (08:04 -0700)]
angstrom-2008: Pin gvfs at 1.6.6
We're doing this since glib-2.0 is pinned.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Tom Rini [Sat, 19 Feb 2011 03:26:27 +0000 (03:26 +0000)]
insane.bbclass: Make RPATH a non-fatal error
In order to make the user experience better we now use bb.warn
on non-fatal QA errors and bb.error on fatal errors. Also note
that the RPATH problem is a security issue. (not part of the acks,
but suggested on the ML).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Eric Benard <eric@eukrea.com>