mirror of
https://git.yoctoproject.org/poky
synced 2026-02-28 12:29:40 +01:00
asm/ptrace.h must be included in two files. (From OE-Core rev: dd776e2aacb4e75f2195b8943a9594131592a0da) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
431 B
PHP
16 lines
431 B
PHP
require gdb-common.inc
|
|
|
|
inherit gettext
|
|
|
|
SRC_URI += "file://kill_arm_map_symbols.patch \
|
|
file://gdbserver-cflags-last.diff;striplevel=0 \
|
|
file://renesas-sh-native-support.patch \
|
|
file://include_asm_ptrace.patch \
|
|
"
|
|
#LDFLAGS_append = " -s"
|
|
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
|
|
|
# cross-canadian must not see this
|
|
PACKAGES =+ "gdbserver"
|
|
FILES_gdbserver = "${bindir}/gdbserver"
|