diff --git a/IR/Yocto/meta-woden/conf/layer.conf b/IR/Yocto/meta-woden/conf/layer.conf index b53588a..14b4fcb 100644 --- a/IR/Yocto/meta-woden/conf/layer.conf +++ b/IR/Yocto/meta-woden/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-woden = "^${LAYERDIR}/" BBFILE_PRIORITY_meta-woden = "5" LAYERDEPENDS_meta-woden = "core meta-arm openembedded-layer" -LAYERSERIES_COMPAT_meta-woden = "langdale" +LAYERSERIES_COMPAT_meta-woden = "mickledore" diff --git a/IR/Yocto/meta-woden/kas/woden.yml b/IR/Yocto/meta-woden/kas/woden.yml index 279eb2f..01a4539 100644 --- a/IR/Yocto/meta-woden/kas/woden.yml +++ b/IR/Yocto/meta-woden/kas/woden.yml @@ -6,13 +6,13 @@ repos: poky: url: https://git.yoctoproject.org/git/poky - refspec: langdale + refspec: mickledore layers: meta: meta-arm: url: https://git.yoctoproject.org/git/meta-arm - refspec: a590d6e1b88638f570ba5af7811c3b27f73e7cc2 + refspec: mickledore layers: meta-arm: meta-arm-bsp: @@ -20,14 +20,14 @@ repos: meta-openembedded: url: https://git.openembedded.org/meta-openembedded - refspec: langdale + refspec: mickledore layers: meta-oe: meta-perl: meta-secure-core: - url: https://github.com/jiazhang0/meta-secure-core - refspec: d218a980afafcb2764cf900e0ec27a41546a20e3 + url: https://github.com/Wind-River/meta-secure-core + refspec: mickledore layers: meta: meta-efi-secure-boot: diff --git a/IR/Yocto/meta-woden/recipes-acs/process-schema/process-schema.bb b/IR/Yocto/meta-woden/recipes-acs/process-schema/process-schema.bb index e49603d..6e83fad 100644 --- a/IR/Yocto/meta-woden/recipes-acs/process-schema/process-schema.bb +++ b/IR/Yocto/meta-woden/recipes-acs/process-schema/process-schema.bb @@ -2,7 +2,7 @@ LICENSE = "CLOSED" S = "${WORKDIR}" -DEPENDS = "python3-native python3-dtschema-native" +DEPENDS = "python3-native python3-dtschema-native python3-pylibfdt-native" SRC_URI = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.2.tar.xz" SRC_URI[sha256sum] = "ee41f3c4f599b2f46f08aae428c9243db403e7292eb2c9f04ee34909b038d1ae" diff --git a/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_%.bbappend b/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_%.bbappend new file mode 100644 index 0000000..270c29d --- /dev/null +++ b/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_%.bbappend @@ -0,0 +1,4 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" +SRC_URI:append:generic-arm64 = " file://systemready.cfg" +#This file is defined to add this path to all the linux-yocto recipe +FILESEXTRAPATHS:prepend := "${TOPDIR}/../meta-arm/meta-arm/recipes-kernel/linux/files:" \ No newline at end of file diff --git a/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_5.15%.bbappend b/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_5.15%.bbappend deleted file mode 100644 index 4b0623c..0000000 --- a/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_5.15%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI:append:generic-arm64 = " file://systemready.cfg" diff --git a/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_6.0%.bbappend b/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_6.0%.bbappend deleted file mode 100644 index 4b0623c..0000000 --- a/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_6.0%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI:append:generic-arm64 = " file://systemready.cfg" diff --git a/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_6.4%.bbappend b/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_6.4%.bbappend deleted file mode 100644 index 4b0623c..0000000 --- a/IR/Yocto/meta-woden/recipes-kernel/linux/linux-yocto_6.4%.bbappend +++ /dev/null @@ -1,2 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI:append:generic-arm64 = " file://systemready.cfg"