Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Remove unused patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Use BBCLASSEXTEND for native recipe.
* Remove older versions.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Use BBCLASSEXTEND for native recipes.
* Remove old versions of native and target recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Koen Kooi <koen@beagleboard.org>
|
|
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
It has a negative default preference for now due to the GPLv2 -> GPLv3
switch.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
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>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
|
|
Signed-off-by: Henri Bragge <henri.bragge@dcombus.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Fixes the recursive var expansion when TOOLCHAIN_PATH is derived from PATH.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
* committed broken version with evil install
* WIP
This reverts commit b32ce2a63973fdf72d1ffe94b8418ec214cb2b20.
|
|
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>
|
|
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
old, unpinned, using legacy staging
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
removed older unpinned versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
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>
|
|
|
|
|
|
|