mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 03:19:41 +01:00
gdbserver does not yet build for riscv64, therefore let the package be empty so we can build core-image-sato-sdk-ptest (From OE-Core rev: 111f65528e3c0b147c1713cfc684958f94c41cd6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
248 B
PHP
14 lines
248 B
PHP
require gdb-common.inc
|
|
|
|
inherit gettext
|
|
|
|
#LDFLAGS_append = " -s"
|
|
#export CFLAGS_append=" -L${STAGING_LIBDIR}"
|
|
|
|
# cross-canadian must not see this
|
|
PACKAGES =+ "gdbserver"
|
|
FILES_gdbserver = "${bindir}/gdbserver"
|
|
|
|
ALLOW_EMPTY_gdbserver_riscv64 = "1"
|
|
|