mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
layers: Bump to use kirkstone
its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
18227c1de0
commit
b3550462b3
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \
|
|||
\
|
||||
"
|
||||
|
||||
LAYERSERIES_COMPAT_riscv-layer = "honister"
|
||||
LAYERSERIES_COMPAT_riscv-layer = "kirkstone"
|
||||
|
||||
INSANE_SKIP:append:pn-eudev:riscv64 = " textrel"
|
||||
INSANE_SKIP:append:pn-gdb:riscv64 = " textrel"
|
||||
|
|
|
@ -4,6 +4,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
|||
|
||||
SRC_URI:riscv32 = "\
|
||||
git://github.com/kraj/libseccomp.git;branch=riscv32;protocol=https \
|
||||
file://adjtime.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue