Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
This ensures that the output of the stage manager is swallowed, rather than
shown unnecessarily to the user.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
there was some armv6 asm in here.
Fortunately the function with much inline asm was only
called for armv6 or higher so this is ifdef'd out for all
armv4 and armv5 variants.
Also there was a single instruction but the code also had a C
alternative so again only some defines were needed
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
the new ncurses does not have libtermcap
this patches -ltermcap into -lncurses
also added ncurses to DEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
For now, just ensures its inherited. In the future, we can merge / simplify
staging.bbclass with packaged-staging.bbclass as appropriate.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
Signed-off-by: Peter Klassen <pklassen@web.de>
Acked-by: Simon Busch <morphis@gravedo.de>
|
|
This reverts commit 944bbfa83fedd417eb87daefd5f94ac8eb524a0a.
|
|
Signed-off-by: Peter Klassen <pklassen@web.de>
Acked-by: Simon Busch <morphis@gravedo.de>
|
|
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Some software (e.g. util-linux-ng) assumes that symbols from -ltinfo
will be added when it is linked against -lncurses. This breaks when
linkerflags are containing --no-copy-dt-needed-entries which is the case
e.g. in Fedora 13+.
This patch replaces the libncurses.so symlink with a linkerscript which
adds -ltinfo. To do things in a consistant manner, the patch rewrites
most parts of 9e58422868a03eeafa72781477174850d1c5abe7.
NOTE: it might require a 'bitbake ncurses -c clean' to see an effect
because staging on updates does not change a symlink (libncurses.so) to a
regular file.
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* mercurial is a distributed SCM
* having the native recipe inside OpenEmbedded gives the
possibility to fetch code from mercurial's repositories
without the need to have mercurial installed on the host
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* source URL is no more working so use debian mirrors
* fix GNU_HASH issue
* tested on armv5
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* Move desktop icons to appear alongside all other browser apps
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
* Remove beagle detection (until fixed)
* Pass camera variable on linux cmdline for LI vga camera
* Remove usb fifo fix variable (not needed for later boards and helps reduce bootargs line length)
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
* Missing "
* Bump PR
Signed-off-by: Koen Kooi <k-kooi@ti.com>
|
|
|
|
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Graeme Gregory <dp@xora.org.uk>
|
|
Added bluez-dtl1-workaround to avoid:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for task-base:
* bluez-dtl1-workaround *
* opkg_install_cmd: Cannot install package task-base.
|
|
this flag has caused this behaviour on my system (from config.log):
configure:9177: checking for initscr in -lncurses
configure:9204: arm-oe-linux-gnueabi-gcc -march=armv4 -mtune=strongarm
-mthumb-interwork -mno-thumb -o conftest -Os
-isystem/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/include
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-L/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/lib
-Wl,-rpath-link,/home/builds/fresh/jornada7xx/tmp/sysroots/armv4-oe-linux-gnueabi/usr/lib
-Wl,-O1 -Wl,--hash-style=gnu conftest.c -lncurses -lm -L/lib >&5
/lib/libgcc_s.so.1: file not recognized: File format not recognized
of course because my /lib/libgcc_s.so.1 is for i386 and I was building for an arm.
|
|
|
|
version 2.12 is pulled from svn now. no reason for that level
of bleeding edge.
|
|
Our config file got a bit outdated.
|
|
It seems that these hold back packages without a real reason.
|
|
note: should we set TARGET_OS to linux-gnueabi even if distro
supports machines other than ARM?
|
|
version 7.2 is not available in OE tree anymore.
|
|
base-image has virtual/libc in dependences and so needs it specified.
|
|
Obsolete glibc include caused SyntaxErrors in uclibc bb files.
|
|
|
|
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
|
|
Having very little time to develop with OE at moment so not really maintaining
anything not Angstrom related.
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Remove legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* building non-PIC shared libraries fails under ARMv7
* Also reported here
* https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/503448
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
area."
This reverts commit 65c8f0a20ea3fe4d22c04d3a0c3a9f85d4ca1e53.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* this fixes the missing deps on libstdc++ and libgcc after building gcc
|
|
* fix configure
* fix do_install
* fix packaging
|
|
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Robert Schuster <robertschuster@fsfe.org>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Robert Schuster <robertschuster@fsfe.org>
|