File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
recipes-support/mfgtool-files Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
FILESEXTRAPATHS_prepend := "${THISDIR} /${PN} :"
2
2
3
+ # @TODO: fix in meta-lmp to have all binaries at the same version
4
+ UUU_RELEASE_MAC = "1.4.193"
5
+
3
6
SRC_URI_append_portenta -x8 = " \
7
+ https://github.com/NXPmicro/mfgtools/releases/download/uuu_${UUU_RELEASE_MAC} /uuu_mac;downloadfilename=uuu-${UUU_RELEASE_MAC} _mac;name=Mac \
4
8
file://probe_emmc.uuu \
5
9
file://probe_sdcard.uuu \
6
10
file://linux_initramfs.uuu \
7
11
file://test_ram.uuu \
8
12
"
9
13
14
+ SRC_URI [Mac . md5sum ] = "d15ea66af17642b77531f35426997c6f"
15
+ SRC_URI [Mac . sha256sum ] = "179488da2381c71b4b651f1e46ad27e4c46192a96e79a24bd52a5fbb54a0c6b6"
16
+
10
17
do_deploy_prepend_portenta -x8 () {
11
18
install -d ${DEPLOYDIR} /${PN}
12
19
install -m 0644 ${WORKDIR} /probe_emmc . uuu ${DEPLOYDIR} /${PN} /probe_emmc . uuu
13
20
install -m 0644 ${WORKDIR} /probe_sdcard . uuu ${DEPLOYDIR} /${PN} /probe_sdcard . uuu
14
21
install -m 0644 ${WORKDIR} /linux_initramfs . uuu ${DEPLOYDIR} /${PN} /linux_initramfs . uuu
15
22
install -m 0644 ${WORKDIR} /test_ram . uuu ${DEPLOYDIR} /${PN} /test_ram . uuu
23
+
24
+ install -m 0755 ${WORKDIR} /uuu -${UUU_RELEASE_MAC}_mac ${DEPLOYDIR} /${PN} /uuu_mac
16
25
}
You can’t perform that action at this time.
0 commit comments