Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This patch reverts the cosmetic change which used linux-gnu instead of linux
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Holger Freyther <zecke@selfish.org>
|
|
* Add linux-uclibcspe
Signed-off-by: Søren Holm <sgh@sgh.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Bump the ABI_LAYOUT. Build from scratch will be needed.
* Replace using TARGET_OS from linux->linux-gnu.
* Replace using linux-uclibcgnueabi->linux-uclibceabi.
* Add 'eabi' to DISTRO_FEATURES (only for minimal and micro).
* Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS.
* Fix the micro conf to get console image building.
* Fix the linux-uclibcgnueabi overrides in all recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Phill Blundell <pb@reciva.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
OpenEmbedded outputs a lot of messages that the user is likely to never
care about. We should only output something when it reflects upon their
recipe (i.e. unpacking their sources, applying their patches), or is quite
significant or unusual.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
SDK packages.
We create package_qa_check_dev/package_qa_check_dbg checks. While in here
clarify the comments as to what both are doing. Since SDK packages don't
get split like normal ones, it's OK to have -dev stuff in non-dev packages.
Suggested by Richard Purdie
Acked-by: Koen Kooi <koen@openembedded.org>
Signed-off-by: Tom Rini <trini@embeddedalley.com>
|
|
|
|
|
|
|
|
isn't set.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
MIPS doesn't do GNU_HASH so if objdump tells us "[mips32]" or "[mips64]"
then set sane = True
|
|
|
|
|
|
If you have a package with many data files (like xserver-xorg-print)
the overhead of forking and executing scanelf/objdump on these files
is way too high.
Change the code to open the file and check if it is an elf file.
Pass the result to the checking functions. If we do not have an elf
file in front of us do not execute scanelf/objdump.
This is a speed increase, it still detects GNU hash, the other parts
should continue to work as well but needs some verificiation.
|
|
We started passing --target-style=gnu/both to the linker. If the
buildsystem is not picking up our LDFLAGS it will not have this
hash in the binary. E.g. this is true for busybox. Add a check to
insane.bbclass to check if we have a GNU_HASH in the elf binary.
Make this a non fatal QA option until the majority of packages
are fixed.
|
|
With bitbake -b this broke, import bb to make the python runtime
happy.
|
|
|
|
|
|
* this will also trigger on broken libtool archives already present in staging. If you get hit by this: rebuild the offending recipes or do a clean rebuild
|
|
native/cross, find desktop-file-validate from PATH so it can be ASSUME_PROVIDED (from poky)
|
|
|
|
|
|
ABI change.
This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
|
|
|
|
errors with id >=4 are not logged (the package_qa_write_error() method is actually not called); and error 7 and
8 are missing from the ERROR_NAMES list.
|
|
|
|
|
|
|
|
the .la test in two parts
-We have a function that can decide if a failure is fatal, use that instead of
setting sane = True.
-Test for installed and workdir separately. This allows us to ignore a certain error
class and complain on others.
|
|
|
|
make desktop errors fatal
|
|
|
|
i*86
|
|
|
|
|
|
|
|
|
|
|
|
* siteinfo.bbclass, bfin-common: autofoo support
* kernel-arch.bbclass, linux-libc-headers_2.6.20.bb: bfin -> blackfin mapping for the kernel
* insane.bbclass: stubs for bfin arch, needs proper number, but that will get reported when it encounters the first binary
* uclibc: config for adsp-bf537-stamp machine
* adsp-bf537-stamp.conf: machine description for adsp-bf537-stamp board (http://www.analog.com/en/prod/0%2C2877%2CBF537%25252DSTAMP%2C00.html)
The build currently stops in binutils cross with the "ld not supported on this archicture" message
|
|
|
|
|
|
characters. Closes bug #2227
|
|
|
|
|
|
|
|
WORKDIR and STAGING
[18:23] likewise: would be my proposed fix for now, until we figure out if cross tooling need to RPATH to it's own libs.
|
|
occurences.
|
|
|
|
the file path.
|
|
|