Skip to content

Commit

Permalink
IR YOCTO verision upgraded from langdale to mickledore
Browse files Browse the repository at this point in the history
Signed-off-by: gurrev01 <[email protected]>
  • Loading branch information
Guru9902 committed Sep 6, 2023
1 parent cd6c378 commit 07d3e70
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion IR/Yocto/meta-woden/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
10 changes: 5 additions & 5 deletions IR/Yocto/meta-woden/kas/woden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ 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:
meta-arm-toolchain:

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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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:"

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 07d3e70

Please sign in to comment.