Go to file
Mingli Yu 57929333d9 kea: replace -Og with -O
With below logic in local.conf:
MACHINE ??= "qemumips64"
MULTILIB_GLOBAL_VARIANTS_append = " libn32"
MULTILIBS ?= "multilib:lib32 multilib:libn32"
DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips"
DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32"
require conf/multilib.conf
DEBUG_BUILD = "1"
 $ bitbake lib32-kea
[snip]
{standard input}: Assembler messages:
{standard input}:305030: Error: branch out of range
{standard input}:305041: Error: branch out of range
{standard input}:305432: Error: branch out of range
{standard input}:305443: Error: branch out of range
Makefile:707: recipe for target 'dhcp4_parser.lo' failed
make[6]: *** [dhcp4_parser.lo] Error 1
[snip]

When DEBUG_BUILD enabled, -Og pass to compiler,
replace -Og with -O to fix the above compile error.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-15 16:45:33 -07:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-filesystems xfsprogs: Fix host contamination 2019-06-15 16:45:33 -07:00
meta-gnome glade3: move to to meta-xfce 2019-05-09 20:34:32 -07:00
meta-initramfs dracut: fix udevdir not found 2019-04-06 08:22:22 -07:00
meta-multimedia libsrtp: Fix compilation and add pkgconfig 2019-05-24 10:11:28 -07:00
meta-networking kea: replace -Og with -O 2019-06-15 16:45:33 -07:00
meta-oe mcelog: Remove manual RDEPENDS from PN-ptest to PN package 2019-06-15 16:45:33 -07:00
meta-perl recipes-devtools: Move back from meta-networking to meta-perl 2019-06-15 16:45:33 -07:00
meta-python python-mako: upgrade 1.0.10 -> 1.0.12 2019-06-15 16:45:33 -07:00
meta-webserver nginx: fix kill path in nginx systemd unit file 2019-05-27 09:48:07 -07:00
meta-xfce xfce4-session: Reformat DEPENDS and RDEPENDS 2019-06-15 16:45:33 -07:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories