summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/prueth-fw
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-10-25 11:56:24 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:02 -0600
commitf1f741180adabbe28117ca331fa7a1580b15a718 (patch)
tree5a600840e81f431a41716939dafd5aa5eae9c330 /meta-ti-bsp/recipes-bsp/prueth-fw
parent02263dbf152732a567c2e1a52e3dfa6dbc752d13 (diff)
downloadmeta-ti-f1f741180adabbe28117ca331fa7a1580b15a718.tar.gz
ti-linux-fw: Make CLEANBROKEN and FILES part of common include
These are common for all recipes that include ti-linux-fw.inc, add it to this include file and remove from each recipe. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/prueth-fw')
-rw-r--r--meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb4
-rw-r--r--meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb4
-rw-r--r--meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb5
3 files changed, 0 insertions, 13 deletions
diff --git a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
index 28c02698..5d95beab 100644
--- a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
+++ b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb
@@ -5,8 +5,6 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
5PV = "${PRUETH_FW_AM65X_SR2_VERSION}" 5PV = "${PRUETH_FW_AM65X_SR2_VERSION}"
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8CLEANBROKEN = "1"
9
10COMPATIBLE_MACHINE = "am65xx-evm|am64xx" 8COMPATIBLE_MACHINE = "am65xx-evm|am64xx"
11 9
12PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -29,6 +27,4 @@ do_install() {
29 done 27 done
30} 28}
31 29
32FILES:${PN} = "${nonarch_base_libdir}/firmware"
33
34INSANE_SKIP:${PN} = "arch" 30INSANE_SKIP:${PN} = "arch"
diff --git a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
index c656ceab..f0d4d16d 100644
--- a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
+++ b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
@@ -5,8 +5,6 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
5PV = "${PRUETH_FW_AM65X_VERSION}" 5PV = "${PRUETH_FW_AM65X_VERSION}"
6PR = "${INC_PR}.0" 6PR = "${INC_PR}.0"
7 7
8CLEANBROKEN = "1"
9
10COMPATIBLE_MACHINE = "am65xx" 8COMPATIBLE_MACHINE = "am65xx"
11 9
12PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -27,6 +25,4 @@ do_install() {
27 done 25 done
28} 26}
29 27
30FILES:${PN} = "${nonarch_base_libdir}/firmware"
31
32INSANE_SKIP:${PN} = "arch" 28INSANE_SKIP:${PN} = "arch"
diff --git a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
index 4f298a2c..c7db85fc 100644
--- a/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
+++ b/meta-ti-bsp/recipes-bsp/prueth-fw/prueth-fw_5.6.15.bb
@@ -4,8 +4,6 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
4 4
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.0"
6 6
7CLEANBROKEN = "1"
8
9COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" 7COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx"
10 8
11PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -24,7 +22,4 @@ do_install() {
24 done 22 done
25} 23}
26 24
27
28FILES:${PN} = "${nonarch_base_libdir}/firmware"
29
30INSANE_SKIP:${PN} = "arch" 25INSANE_SKIP:${PN} = "arch"