summaryrefslogtreecommitdiff
path: root/meta-nuvoton/dynamic-layers
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2023-04-07 08:45:45 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-04-09 22:38:55 +0300
commitd1d733b5bc0348de3752efeed45d1218cde62f37 (patch)
treeb3d0728fcab93df1669973e5bfc394466af7197d /meta-nuvoton/dynamic-layers
parente10b1b390796813d14ff28a48ac2038d131178e3 (diff)
downloadopenbmc-d1d733b5bc0348de3752efeed45d1218cde62f37.tar.xz
meta-nuvoton: optee-os: correct patch name to fix build break
Due to subtree updates for security arm that adjust original patch name from 0006-allow-setting-sysroot-for-libgcc-lookup.patch to 0001-allow-setting-sysroot-for-libgcc-lookup.patch cause build break. Build break: stdout: Applying patch 0001-allow-setting-sysroot-for-libgcc-lookup.patch patching file mk/gcc.mk Hunk #1 FAILED at 13. 1 out of 1 hunk FAILED -- rejects in file mk/gcc.mk Patch 0001-allow-setting-sysroot-for-libgcc-lookup.patch does not apply Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I02bbed34337f3f957f9eccd4e8e865e1fa1b08c4
Diffstat (limited to 'meta-nuvoton/dynamic-layers')
-rw-r--r--meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os-tadevkit_3.18.0.bbappend2
-rw-r--r--meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_3.18.0.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os-tadevkit_3.18.0.bbappend b/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os-tadevkit_3.18.0.bbappend
index 778510b0a0..e19078e0d1 100644
--- a/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os-tadevkit_3.18.0.bbappend
+++ b/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os-tadevkit_3.18.0.bbappend
@@ -1,7 +1,7 @@
SRC_URI:remove:npcm8xx = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https"
SRC_URI:remove:npcm8xx = " \
- file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
+ file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
"
SRC_URI:append:npcm8xx = "git://github.com/Nuvoton-Israel/optee_os.git;branch=npcm_3_18;protocol=https"
diff --git a/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_3.18.0.bbappend b/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_3.18.0.bbappend
index 1cdee9e7f3..cbcf9512a1 100644
--- a/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_3.18.0.bbappend
+++ b/meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_3.18.0.bbappend
@@ -1,7 +1,7 @@
SRC_URI:remove:npcm8xx = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https"
SRC_URI:remove:npcm8xx = " \
- file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
+ file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
"
SRC_URI:append:npcm8xx = "git://github.com/Nuvoton-Israel/optee_os.git;branch=npcm_3_18;protocol=https"