diff options
Diffstat (limited to 'recipes-fsl')
-rw-r--r-- | recipes-fsl/mcore-demos/README | 3 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb | 2 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_1.0.1.bb | 27 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb | 3 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb | 3 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb | 4 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb | 10 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-mcore-demos.inc | 24 | ||||
-rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-isp.bb | 1 |
9 files changed, 31 insertions, 46 deletions
diff --git a/recipes-fsl/mcore-demos/README b/recipes-fsl/mcore-demos/README index 0c9944873..addd1c376 100644 --- a/recipes-fsl/mcore-demos/README +++ b/recipes-fsl/mcore-demos/README | |||
@@ -4,7 +4,8 @@ The M4 demo app version of each SoCs are followed: | |||
4 | * 1.0.1 -- i.MX 7D | 4 | * 1.0.1 -- i.MX 7D |
5 | 5 | ||
6 | The M7 demo app version of each SoCs are followed: | 6 | The M7 demo app version of each SoCs are followed: |
7 | * 2.16.000 -- i.MX 8MP , 8MNULite, 8MN, i.MX95 | 7 | * 2.16.000 -- i.MX 8MP , 8MNULite, 8MN |
8 | * 24.12.00 -- i.MX95 | ||
8 | 9 | ||
9 | The M33 demo app version of each SoCs are followed: | 10 | The M33 demo app version of each SoCs are followed: |
10 | * 2.16.000 -- i.MX 8ULP, i.MX 93 | 11 | * 2.16.000 -- i.MX 8ULP, i.MX 93 |
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb b/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb index 430182ae3..e1d303e3d 100644 --- a/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb +++ b/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb | |||
@@ -6,10 +6,8 @@ require imx-mcore-demos.inc | |||
6 | LIC_FILES_CHKSUM:mx8ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 6 | LIC_FILES_CHKSUM:mx8ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" |
7 | LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 7 | LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" |
8 | 8 | ||
9 | SRC_URI[imx8ulp.md5sum] = "9db44ac8ae50c2ce37072c89d54bf794" | ||
10 | SRC_URI[imx8ulp.sha256sum] = "2d1d48eb3f01d020917f42281581835a3c085233e9764ec845940c1e49ac317b" | 9 | SRC_URI[imx8ulp.sha256sum] = "2d1d48eb3f01d020917f42281581835a3c085233e9764ec845940c1e49ac317b" |
11 | 10 | ||
12 | SRC_URI[imx93.md5sum] = "293b097136b5c2c857057d1724b468ac" | ||
13 | SRC_URI[imx93.sha256sum] = "c954b9bc32cfdea9b696fa0b02f934812054e3ab445b5dd8eb7898d427e47526" | 11 | SRC_URI[imx93.sha256sum] = "c954b9bc32cfdea9b696fa0b02f934812054e3ab445b5dd8eb7898d427e47526" |
14 | 12 | ||
15 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)" | 13 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)" |
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_1.0.1.bb b/recipes-fsl/mcore-demos/imx-m4-demos_1.0.1.bb index fd99c6370..489e6f8a9 100644 --- a/recipes-fsl/mcore-demos/imx-m4-demos_1.0.1.bb +++ b/recipes-fsl/mcore-demos/imx-m4-demos_1.0.1.bb | |||
@@ -1,28 +1,13 @@ | |||
1 | SUMMARY = "i.MX M4 core Demo images" | 1 | # Copyright 2017-2021 NXP |
2 | SECTION = "app" | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | LICENSE = "Proprietary" | ||
4 | LIC_FILES_CHKSUM:mx7d-nxp-bsp = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" | ||
5 | 3 | ||
6 | inherit deploy fsl-eula-unpack | 4 | require imx-mcore-demos.inc |
7 | 5 | ||
8 | M4_SOC ?= "INVALID" | 6 | LIC_FILES_CHKSUM:mx7d-nxp-bsp = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" |
9 | M4_SOC:mx7d-nxp-bsp = "imx7d-sabresd" | ||
10 | 7 | ||
11 | SRC_URI = "${FSL_MIRROR}/${M4_SOC}-m4-freertos-${PV}.bin;fsl-eula=true" | 8 | SRC_URI = "${FSL_MIRROR}/${SOC}-m4-freertos-${PV}.bin;fsl-eula=true" |
12 | S = "${WORKDIR}/${M4_SOC}-m4-freertos-${PV}" | 9 | S = "${UNPACKDIR}/${SOC}-m4-freertos-${PV}" |
13 | 10 | ||
14 | SRC_URI[md5sum] = "b05b780ff3916f4953ab58ac95233c38" | ||
15 | SRC_URI[sha256sum] = "cc00d3b936d49b2794a2a99e10129437e70caba3fd26b8379b8c50dd22f73254" | 11 | SRC_URI[sha256sum] = "cc00d3b936d49b2794a2a99e10129437e70caba3fd26b8379b8c50dd22f73254" |
16 | 12 | ||
17 | do_deploy () { | ||
18 | # Install the demo binaries | ||
19 | install -d ${DEPLOYDIR} | ||
20 | cp ${S}/*.bin ${DEPLOYDIR}/ | ||
21 | ls ${DEPLOYDIR}/ | ||
22 | } | ||
23 | |||
24 | addtask deploy before do_build after do_compile | ||
25 | |||
26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
27 | COMPATIBLE_MACHINE = "(mx7d-nxp-bsp)" | 13 | COMPATIBLE_MACHINE = "(mx7d-nxp-bsp)" |
28 | |||
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb b/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb index 435471c8e..813b3025d 100644 --- a/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb +++ b/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb | |||
@@ -7,13 +7,10 @@ LIC_FILES_CHKSUM:mx7ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a54 | |||
7 | LIC_FILES_CHKSUM:mx8mm-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 7 | LIC_FILES_CHKSUM:mx8mm-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" |
8 | LIC_FILES_CHKSUM:mx8mq-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 8 | LIC_FILES_CHKSUM:mx8mq-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" |
9 | 9 | ||
10 | SRC_URI[imx7ulp.md5sum] = "f971b57a6787adf24bf1135b69847c65" | ||
11 | SRC_URI[imx7ulp.sha256sum] = "1fbb26f8e0a69a2e3925e07cf0cc4a13b13e3ff6321a2ba3dc39c454c82b398b" | 10 | SRC_URI[imx7ulp.sha256sum] = "1fbb26f8e0a69a2e3925e07cf0cc4a13b13e3ff6321a2ba3dc39c454c82b398b" |
12 | 11 | ||
13 | SRC_URI[imx8mm.md5sum] = "fe3d6cba7ad25f90f4cfdf22221ddd21" | ||
14 | SRC_URI[imx8mm.sha256sum] = "a335b54b797c37be05c5b4e6aeabd02099f401de907186723361d1fc25ea3f24" | 12 | SRC_URI[imx8mm.sha256sum] = "a335b54b797c37be05c5b4e6aeabd02099f401de907186723361d1fc25ea3f24" |
15 | 13 | ||
16 | SRC_URI[imx8mq.md5sum] = "e6da3b5fda929ac6989c7aa7633a9ab6" | ||
17 | SRC_URI[imx8mq.sha256sum] = "09b7195ce553dae5808afcefaf6f76c79f7122ce4dd31fabd679b768607dea25" | 14 | SRC_URI[imx8mq.sha256sum] = "09b7195ce553dae5808afcefaf6f76c79f7122ce4dd31fabd679b768607dea25" |
18 | 15 | ||
19 | COMPATIBLE_MACHINE = "(mx7ulp-nxp-bsp|mx8mm-nxp-bsp|mx8mq-nxp-bsp)" | 16 | COMPATIBLE_MACHINE = "(mx7ulp-nxp-bsp|mx8mm-nxp-bsp|mx8mq-nxp-bsp)" |
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb b/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb index 888fd647d..0c2fe9a17 100644 --- a/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb +++ b/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb | |||
@@ -8,13 +8,10 @@ LIC_FILES_CHKSUM:mx8qm-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833 | |||
8 | LIC_FILES_CHKSUM:mx8qxp-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" | 8 | LIC_FILES_CHKSUM:mx8qxp-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" |
9 | LIC_FILES_CHKSUM:mx8dx-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" | 9 | LIC_FILES_CHKSUM:mx8dx-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" |
10 | 10 | ||
11 | SRC_URI[imx8dxl.md5sum] = "8850c04a8af91e2bd822cecd5ec56e12" | ||
12 | SRC_URI[imx8dxl.sha256sum] = "66ddba970712ed394de4034b362334a12caa5865a6afc1dfb5a897bb55b4fcf1" | 11 | SRC_URI[imx8dxl.sha256sum] = "66ddba970712ed394de4034b362334a12caa5865a6afc1dfb5a897bb55b4fcf1" |
13 | 12 | ||
14 | SRC_URI[imx8qm.md5sum] = "5912ca94847ee56a7e8b866b211b67d9" | ||
15 | SRC_URI[imx8qm.sha256sum] = "c695e72b0c7f609132f5990469cf950c03e137de887bd7e24d059c51a7b499be" | 13 | SRC_URI[imx8qm.sha256sum] = "c695e72b0c7f609132f5990469cf950c03e137de887bd7e24d059c51a7b499be" |
16 | 14 | ||
17 | SRC_URI[imx8qx.md5sum] = "5bc15014f59b2b11c71299fac608be5d" | ||
18 | SRC_URI[imx8qx.sha256sum] = "bbb268a30a58a86e38966122191c8aa69f427c6c1d56b0ce81e518f4d652782a" | 15 | SRC_URI[imx8qx.sha256sum] = "bbb268a30a58a86e38966122191c8aa69f427c6c1d56b0ce81e518f4d652782a" |
19 | 16 | ||
20 | COMPATIBLE_MACHINE = "(mx8dxl-nxp-bsp|mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dx-nxp-bsp)" | 17 | COMPATIBLE_MACHINE = "(mx8dxl-nxp-bsp|mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dx-nxp-bsp)" |
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb index fab57a7f7..387d6527a 100644 --- a/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb +++ b/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb | |||
@@ -11,16 +11,12 @@ LIC_FILES_CHKSUM:mx8mpul-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5 | |||
11 | 11 | ||
12 | LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 12 | LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" |
13 | 13 | ||
14 | SRC_URI[imx8mn.md5sum] = "b7e2733d8f6c9469b52b36cf6dad1c5e" | ||
15 | SRC_URI[imx8mn.sha256sum] = "ab608d621c8d74f42514799a732414184bd22f058a8a87a0ab75147a0fd5d99c" | 14 | SRC_URI[imx8mn.sha256sum] = "ab608d621c8d74f42514799a732414184bd22f058a8a87a0ab75147a0fd5d99c" |
16 | 15 | ||
17 | SRC_URI[imx8mnddr3l.md5sum] = "c99fdb271ab42390537845a6beb15cf3" | ||
18 | SRC_URI[imx8mnddr3l.sha256sum] = "9c9477db2581640395ec3bc7524f89c2c09ffd2947d9186959343a8cf764ad28" | 16 | SRC_URI[imx8mnddr3l.sha256sum] = "9c9477db2581640395ec3bc7524f89c2c09ffd2947d9186959343a8cf764ad28" |
19 | 17 | ||
20 | SRC_URI[imx8mp.md5sum] = "4260822516833e8cedec61dd5be24e3e" | ||
21 | SRC_URI[imx8mp.sha256sum] = "672af1e1d8fcc1ebd12b45c6dc4cfc7abc85ea9ebbf114d15f4bfe7540e24ea1" | 18 | SRC_URI[imx8mp.sha256sum] = "672af1e1d8fcc1ebd12b45c6dc4cfc7abc85ea9ebbf114d15f4bfe7540e24ea1" |
22 | 19 | ||
23 | SRC_URI[imx95.md5sum] = "f9576f3a4fe730c111c877344ea93427" | ||
24 | SRC_URI[imx95.sha256sum] = "8d394b62a4fbad8303acf43f9f8672e5d1c17f1af8f47d7665740272819c0cc1" | 20 | SRC_URI[imx95.sha256sum] = "8d394b62a4fbad8303acf43f9f8672e5d1c17f1af8f47d7665740272819c0cc1" |
25 | 21 | ||
26 | COMPATIBLE_MACHINE = "(mx8mn-nxp-bsp|mx8mnul-nxp-bsp|mx8mp-nxp-bsp|mx8mpul-nxp-bsp|mx95-nxp-bsp)" | 22 | COMPATIBLE_MACHINE = "(mx8mn-nxp-bsp|mx8mnul-nxp-bsp|mx8mp-nxp-bsp|mx8mpul-nxp-bsp|mx95-nxp-bsp)" |
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb b/recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb new file mode 100644 index 000000000..17d90903a --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | # Copyright 2023-2024 NXP | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require imx-mcore-demos.inc | ||
5 | |||
6 | LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" | ||
7 | |||
8 | SRC_URI[imx95.sha256sum] = "01603b53fd01181631b71f5139a4a3e215f7e03cc531638ef4fa805a678ede3d" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx95-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-mcore-demos.inc b/recipes-fsl/mcore-demos/imx-mcore-demos.inc index 11621752f..9b9553fcc 100644 --- a/recipes-fsl/mcore-demos/imx-mcore-demos.inc +++ b/recipes-fsl/mcore-demos/imx-mcore-demos.inc | |||
@@ -9,6 +9,7 @@ inherit deploy fsl-eula-unpack | |||
9 | 9 | ||
10 | SOC ?= "INVALID" | 10 | SOC ?= "INVALID" |
11 | SOC:mx7ulp-nxp-bsp = "imx7ulp" | 11 | SOC:mx7ulp-nxp-bsp = "imx7ulp" |
12 | SOC:mx7d-nxp-bsp = "imx7d-sabresd" | ||
12 | SOC:mx8dxl-nxp-bsp = "imx8dxl" | 13 | SOC:mx8dxl-nxp-bsp = "imx8dxl" |
13 | SOC:mx8mm-nxp-bsp = "imx8mm" | 14 | SOC:mx8mm-nxp-bsp = "imx8mm" |
14 | SOC:mx8mn-nxp-bsp = "imx8mn" | 15 | SOC:mx8mn-nxp-bsp = "imx8mn" |
@@ -32,26 +33,27 @@ MCORE_TYPE:mx8ulp-nxp-bsp = "m33" | |||
32 | MCORE_TYPE:mx93-nxp-bsp = "m33" | 33 | MCORE_TYPE:mx93-nxp-bsp = "m33" |
33 | MCORE_TYPE:mx95-nxp-bsp = "m7" | 34 | MCORE_TYPE:mx95-nxp-bsp = "m7" |
34 | 35 | ||
35 | SRC_URI = "${FSL_MIRROR}${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true" | 36 | SRC_URI = "${FSL_MIRROR}/${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true" |
36 | |||
37 | S = "${WORKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}" | ||
38 | |||
39 | #SRC_URI="https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx93-m33-demo-2.14.0.bin;fsl-eula=true;name=imx93" | ||
40 | 37 | ||
38 | S = "${UNPACKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}" | ||
41 | 39 | ||
42 | SCR = "SCR-${SOC}-${MCORE_TYPE}-demo.txt" | 40 | SCR = "SCR-${SOC}-${MCORE_TYPE}-demo.txt" |
43 | 41 | ||
42 | MCORE_DEMO_FILE_EXTENSION ?= "bin" | ||
43 | MCORE_DEMO_FILE_EXTENSION:mx7ulp-nxp-bsp = "img" | ||
44 | |||
44 | do_install () { | 45 | do_install () { |
45 | install -d ${D}${nonarch_base_libdir}/firmware | 46 | install -d ${D}${nonarch_base_libdir}/firmware |
46 | install -m 0644 ${S}/*.elf ${D}${nonarch_base_libdir}/firmware | 47 | if ls ${S}/*.elf > /dev/null 2>&1; then |
48 | install -m 0644 ${S}/*.elf ${D}${nonarch_base_libdir}/firmware | ||
49 | fi | ||
50 | install -m 0644 ${S}/*.${MCORE_DEMO_FILE_EXTENSION} ${D}${nonarch_base_libdir}/firmware | ||
47 | } | 51 | } |
48 | 52 | ||
49 | DEPLOY_FILE_EXT ?= "bin" | ||
50 | DEPLOY_FILE_EXT:mx7ulp-nxp-bsp = "img" | ||
51 | |||
52 | do_deploy () { | 53 | do_deploy () { |
53 | # Install the demo binaries | 54 | # Install the demo binaries |
54 | install -m 0644 ${S}/*.${DEPLOY_FILE_EXT} ${DEPLOYDIR}/ | 55 | install -d ${DEPLOYDIR}/mcore-demos |
56 | install -m 0644 ${S}/*.${MCORE_DEMO_FILE_EXTENSION} ${DEPLOYDIR}/mcore-demos/ | ||
55 | } | 57 | } |
56 | 58 | ||
57 | addtask deploy after do_install | 59 | addtask deploy after do_install |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb index 415587a82..09eac053b 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb | |||
@@ -8,7 +8,6 @@ ISP_PKGS ?= "" | |||
8 | ISP_PKGS:mx8mp-nxp-bsp = " \ | 8 | ISP_PKGS:mx8mp-nxp-bsp = " \ |
9 | isp-imx \ | 9 | isp-imx \ |
10 | basler-camera \ | 10 | basler-camera \ |
11 | basler-camera-dev \ | ||
12 | kernel-module-isp-vvcam \ | 11 | kernel-module-isp-vvcam \ |
13 | " | 12 | " |
14 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |