poky/meta
Daniel Díaz 76ffc6b7e5 gdb: fix header ordering for TRAP_HWBKPT
This error can appear in gdb/nat/linux-ptrace.c because of
the order in which some headers are processed:
| In file included from ../../gdb-7.11.1/gdb/nat/linux-ptrace.c:20:0:
| ../../gdb-7.11.1/gdb/nat/linux-ptrace.h:175:22: error: expected identifier before numeric constant
|  # define TRAP_HWBKPT 4
|                       ^
| Makefile:2357: recipe for target 'linux-ptrace.o' failed
| make[2]: *** [linux-ptrace.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make[2]: Leaving directory '/oe/build/tmp-rpb-glibc/work/aarch64-linaro-linux/gdb/7.11.1-r0/build-aarch64-linaro-linux/gdb'
| Makefile:8822: recipe for target 'all-gdb' failed
| make[1]: *** [all-gdb] Error 2
| make[1]: Leaving directory '/oe/build/tmp-rpb-glibc/work/aarch64-linaro-linux/gdb/7.11.1-r0/build-aarch64-linaro-linux'
| Makefile:846: recipe for target 'all' failed
| make: *** [all] Error 2

A patch from GDB's current master solves the issue.

(From OE-Core rev: 4aaf747099714ec11158571527396ed9e818729e)

(From OE-Core rev: 463e512a027966123ec113b7507eb5e55a19b072)

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-05-07 15:57:43 +01:00
..
classes populate_sdk_base: depend on nativesdk-glibc-locale 2018-04-02 17:06:24 +01:00
conf default-distrovars: don't rename locales for nativesdk 2018-04-02 17:06:24 +01:00
files ext-sdk-prepare.py: use quiet mode when preparing sysroot 2017-04-19 10:38:37 +01:00
lib package_manager.py: Explicit complementary fail 2018-04-05 16:26:19 +01:00
recipes-bsp grub: Fix device mapper dependency 2018-03-04 11:11:58 +00:00
recipes-connectivity openssh: Atomically generate host keys 2018-03-08 10:31:20 -08:00
recipes-core glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions 2018-05-07 15:57:43 +01:00
recipes-devtools gdb: fix header ordering for TRAP_HWBKPT 2018-05-07 15:57:43 +01:00
recipes-extended libtirpc: Extend to native and nativesdk recipes 2018-03-15 15:47:53 -07:00
recipes-gnome gtk+3: Update the patches to work with old versions of patch 2017-08-31 17:57:11 +01:00
recipes-graphics weston: add patch to set pitch correctly for subsampled textures 2017-12-11 22:02:59 +00:00
recipes-kernel linux-yocto-rt/4.1: update to include spectre fixes 2018-03-08 10:31:20 -08:00
recipes-lsb4 libpng12: Use rm instead of unlink 2017-03-10 14:50:11 +00:00
recipes-multimedia libvorbis: CVE-2018-5146 2018-04-02 17:06:25 +01:00
recipes-rt meta: remove True option to getVar calls 2016-12-16 10:23:23 +00:00
recipes-sato webkitgtk: update to 2.18.5 (includes Spectre mitigations; see commit description) 2018-01-14 22:10:21 +00:00
recipes-support libmpc: fix SRC_URI 2018-05-07 15:57:43 +01:00
site siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } support 2016-10-07 16:43:57 +01:00
COPYING.GPLv2
COPYING.MIT
recipes.txt