From b3550462b3e827259efbc8872ead6ecc0e30c7fb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Feb 2022 12:48:56 -0800 Subject: [PATCH] layers: Bump to use kirkstone its not going to be backward ABI compatible with honister due to variable renaming. Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- recipes-support/libseccomp/libseccomp_%.bbappend | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 0fc57ab..ebb3a9b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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" diff --git a/recipes-support/libseccomp/libseccomp_%.bbappend b/recipes-support/libseccomp/libseccomp_%.bbappend index d0e64f8..fb9ba1e 100644 --- a/recipes-support/libseccomp/libseccomp_%.bbappend +++ b/recipes-support/libseccomp/libseccomp_%.bbappend @@ -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 \ "