blob: cbcf9512a1fbae1fd43d129406b37fb70975c741 [file] [log] [blame]
Tim Lee2f286c32022-09-21 09:27:11 +08001SRC_URI:remove:npcm8xx = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https"
2
3SRC_URI:remove:npcm8xx = " \
Tim Leed1d733b2023-04-07 13:45:45 +08004 file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \
Tim Lee2f286c32022-09-21 09:27:11 +08005 "
6
7SRC_URI:append:npcm8xx = "git://github.com/Nuvoton-Israel/optee_os.git;branch=npcm_3_18;protocol=https"
8
9SRCREV:npcm8xx = "485dc7ac4e4a3f51d86c5b6562e3720a338441c7"
10
11do_deploy:npcm8xx() {
12 install -d ${DEPLOYDIR}/
13 install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/
14}