Skip to content

Commit d1d733b

Browse files
timlee66williamspatrick
authored andcommitted
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 <[email protected]> Change-Id: I02bbed34337f3f957f9eccd4e8e865e1fa1b08c4
1 parent e10b1b3 commit d1d733b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os-tadevkit_3.18.0.bbappend

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SRC_URI:remove:npcm8xx = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https"
22

33
SRC_URI:remove:npcm8xx = " \
4-
file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
4+
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
55
"
66

77
SRC_URI:append:npcm8xx = "git://github.com/Nuvoton-Israel/optee_os.git;branch=npcm_3_18;protocol=https"

meta-nuvoton/dynamic-layers/arm-layer/recipes-security/optee/optee-os_3.18.0.bbappend

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SRC_URI:remove:npcm8xx = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https"
22

33
SRC_URI:remove:npcm8xx = " \
4-
file://0006-allow-setting-sysroot-for-libgcc-lookup.patch \
4+
file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
55
"
66

77
SRC_URI:append:npcm8xx = "git://github.com/Nuvoton-Israel/optee_os.git;branch=npcm_3_18;protocol=https"

0 commit comments

Comments
 (0)