Age | Commit message (Collapse) | Author | Files |
|
|
|
The code which used host/path from the url to construct the destination of the
copy was using os.path.join. os.path.join treats a "/" in an element as an
indication to drop all previous elements, so the full path resulted in a
destination exactly the same as the source, resulting in a no-op unpack.
Fixed by using oe.path.join instead.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
|
|
* sub-page size needs some looking at
|
|
* Append autologin to default custom.conf
* Longer term need better replacement/conf mechanism
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
* Fix small typo
* Tune Clock/Data Recovery Configuration
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
da850-omapl138-evm/hawkboard
* NAND SUBPAGE seen to give problems with UBIFS
* Workaround identified by Caglar
* Applied configuration locally here to board files
* Add Initial UBI settings to da850-omapl138 machine
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
disable MMC)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
/proc/kallsyms.
|
|
|
|
fail on rc and four-part versions.
|
|
|
|
|
|
from OE.
tested with Angstrom 2008.1
|
|
|
|
|
|
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
-D_GNU_SOURCE was not propagated when building native helper tools and
must be added to CPPFLAGS hence.
By fixing this, widec build can be enabled for native and sdk.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Corresponding tests returned either wrong results or were generally broken. Test
for GPM was not prepared for crosscompiling and GPM support has been disabled hence.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
It was used for narrow lib and there are no reasons why it should not be
set for widec tool. Noticed by Eric Benard.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
There is a symlink in -tools to a file in the base package.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Moved /etc/terminfo from base 'ncurses' packages into -terminfo-base.
Recommend this package in -libtinfo and suggest the large -terminfo
package.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Thanks to Eric Benard for noticing this.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
installable
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
NOTE: Unfortunately upstream decided to change the PC version, so this
and later versions claim to be vala-0.10 instead of vala-1.0. Please
adjust your configure.ac, if necessary. To ease the transition, we
install vala-1.0.pc as well in the meantime.
|
|
This fix corrects the previous version of this patch and ensures
that X output and input stay correctly together after xrandr -o
is used.
Petr Vanous Vanek
Signed-off-by: Petr Vanek <vanous@penguin.cz>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
PREFERRED_PROVIDER_virtual/bootloader to select u-boot recipe to use.
* Dont PROVIDES u-boot but let user decide it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Bump Atrack to the latest revision. Adds APRS symbols and some bugfixes.
Petr Vanous Vanek
Signed-off-by: Petr Vanek <vanous@penguin.cz>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
versions 0.6.16 and earlier have several security advisories on them
and no one pinned these, also some still had legacy staging
so put these to rest
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Remove unused patches from files.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
make that happen
* The existing patch did redefine the SHLIB_MAKE_SOLINK and
SHLIB_INSTALL_SOLINK but it was ineffective because the original
definitions appeared after it. We needed to rearrange the order
* t-slibgcc-libgcc is already there so no need to patch it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
Signed-off-by: Francisco Alecrim <francisco.alecrim@openbossa.org>
Signed-off-by: Willer Moreira <willer.moreira@openbossa.org>
|
|
attributes in ext2/3
Without that we can't mount ext2 filesystem at boot
Thanks Lukas D. Gorris (aka dcordes) for pointing it out in irc(#openmoko-cdevel),
While trying to help me use his initrd that is capable of booting from an ext2
loop filesystem on a vfat partition
(so a Microsoft Windows user could boot our work with fastboot, for the htcdream) :
<dcordes> ok I found the problem
<dcordes> CONFIG_EXT2_FS=m
<GNUtoo|laptop> ahh
<dcordes> CONFIG_EXT2_FS=y
<GNUtoo|laptop> thanks a lot
<dcordes> tada
PR was bumped too
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
|
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|
|
gpsd 2.94 is known to have python binding issues:
*From #gpsd in Freenode:
Aug 26 14:48:15 <lindi-> GNUtoo|laptop: hmm, 2.94 sounds suspicious, i think the python bindings were bit buggy at that time
*And I tried a python test program available here:
http://lindi.iki.fi/lindi/gpsd/gpsd-get-position3
It failed to print something when a fix was there
with 2.94 and succeded with 2.95
libtool.patch was rebased
configure-libusb.patch didn't need to be rebased as it landed upstream
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
|