Tim Lee | 2f286c3 | 2022-09-21 09:27:11 +0800 | [diff] [blame] | 1 | SRC_URI:remove:npcm8xx = "git://github.com/OP-TEE/optee_os.git;branch=master;protocol=https" |
| 2 | |
| 3 | SRC_URI:remove:npcm8xx = " \ |
Tim Lee | d1d733b | 2023-04-07 13:45:45 +0800 | [diff] [blame] | 4 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ |
Tim Lee | 2f286c3 | 2022-09-21 09:27:11 +0800 | [diff] [blame] | 5 | " |
| 6 | |
| 7 | SRC_URI:append:npcm8xx = "git://github.com/Nuvoton-Israel/optee_os.git;branch=npcm_3_18;protocol=https" |
| 8 | |
| 9 | SRCREV:npcm8xx = "485dc7ac4e4a3f51d86c5b6562e3720a338441c7" |
| 10 | |
| 11 | do_deploy:npcm8xx() { |
| 12 | install -d ${DEPLOYDIR}/ |
| 13 | install -m 644 ${D}${nonarch_base_libdir}/firmware/* ${DEPLOYDIR}/ |
| 14 | } |