diff options
author | Andrew Davis <afd@ti.com> | 2023-10-25 11:56:24 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-08 17:36:02 -0600 |
commit | f1f741180adabbe28117ca331fa7a1580b15a718 (patch) | |
tree | 5a600840e81f431a41716939dafd5aa5eae9c330 /meta-ti-bsp/recipes-bsp/prueth-fw | |
parent | 02263dbf152732a567c2e1a52e3dfa6dbc752d13 (diff) | |
download | meta-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')
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 | |||
5 | PV = "${PRUETH_FW_AM65X_SR2_VERSION}" | 5 | PV = "${PRUETH_FW_AM65X_SR2_VERSION}" |
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
7 | 7 | ||
8 | CLEANBROKEN = "1" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "am65xx-evm|am64xx" | 8 | COMPATIBLE_MACHINE = "am65xx-evm|am64xx" |
11 | 9 | ||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -29,6 +27,4 @@ do_install() { | |||
29 | done | 27 | done |
30 | } | 28 | } |
31 | 29 | ||
32 | FILES:${PN} = "${nonarch_base_libdir}/firmware" | ||
33 | |||
34 | INSANE_SKIP:${PN} = "arch" | 30 | INSANE_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 | |||
5 | PV = "${PRUETH_FW_AM65X_VERSION}" | 5 | PV = "${PRUETH_FW_AM65X_VERSION}" |
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
7 | 7 | ||
8 | CLEANBROKEN = "1" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "am65xx" | 8 | COMPATIBLE_MACHINE = "am65xx" |
11 | 9 | ||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 10 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -27,6 +25,4 @@ do_install() { | |||
27 | done | 25 | done |
28 | } | 26 | } |
29 | 27 | ||
30 | FILES:${PN} = "${nonarch_base_libdir}/firmware" | ||
31 | |||
32 | INSANE_SKIP:${PN} = "arch" | 28 | INSANE_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 | ||
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
6 | 6 | ||
7 | CLEANBROKEN = "1" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" | 7 | COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx" |
10 | 8 | ||
11 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -24,7 +22,4 @@ do_install() { | |||
24 | done | 22 | done |
25 | } | 23 | } |
26 | 24 | ||
27 | |||
28 | FILES:${PN} = "${nonarch_base_libdir}/firmware" | ||
29 | |||
30 | INSANE_SKIP:${PN} = "arch" | 25 | INSANE_SKIP:${PN} = "arch" |