diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2025-07-04 11:54:52 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-07-04 17:49:37 +0800 |
commit | fbaf7a7dbfe5f0b05104ecbdcadbbd4f8400fc33 (patch) | |
tree | 747a57d4de5823466366e8f98790c61a8d4ae326 /recipes-bsp | |
parent | fc53424964a38b4c7afefd57646ebd8f9a69a0cb (diff) | |
download | meta-intel-master.tar.gz |
Update to match the recent changes in OE-Core where the unpack layout changed.
[https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/]
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/metee/metee_3.2.4.bb | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb index a0e8d214..4f9efc7d 100644 --- a/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb +++ b/recipes-bsp/intel-cmt-cat/intel-cmt-cat_25.04.bb | |||
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4b63c65942e1c16fd897f8cd20abebf8" | |||
9 | SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/intel/intel-cmt-cat;protocol=https;branch=master" |
10 | SRCREV = "17629d0b726875836af6c7d9cb38b8ed23f32089" | 10 | SRCREV = "17629d0b726875836af6c7d9cb38b8ed23f32089" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | COMPATIBLE_HOST = '(x86_64).*-linux' | 12 | COMPATIBLE_HOST = '(x86_64).*-linux' |
15 | COMPATIBLE_HOST:libc-musl = "null" | 13 | COMPATIBLE_HOST:libc-musl = "null" |
16 | 14 | ||
diff --git a/recipes-bsp/metee/metee_3.2.4.bb b/recipes-bsp/metee/metee_3.2.4.bb index da8220b9..7b505453 100644 --- a/recipes-bsp/metee/metee_3.2.4.bb +++ b/recipes-bsp/metee/metee_3.2.4.bb | |||
@@ -14,5 +14,3 @@ SRC_URI = "git://github.com/intel/metee.git;branch=master;protocol=https \ | |||
14 | " | 14 | " |
15 | SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951" | 15 | SRCREV = "db45e37e146fd9c06907a15ade55eba06ad1f951" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||