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/goodix-fw/goodix-fw_git.bb | |
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/goodix-fw/goodix-fw_git.bb')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb b/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb index 00a6e51b..5cd6e131 100644 --- a/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/goodix-fw/goodix-fw_git.bb | |||
@@ -8,8 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENCE.Spectrum-GT9271;md5=2a6de6be7af1fe46370c684da | |||
8 | PV = "${GOODIX_FW_VERSION}" | 8 | PV = "${GOODIX_FW_VERSION}" |
9 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.0" |
10 | 10 | ||
11 | CLEANBROKEN = "1" | ||
12 | |||
13 | COMPATIBLE_MACHINE = "dra7xx" | 11 | COMPATIBLE_MACHINE = "dra7xx" |
14 | 12 | ||
15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -22,5 +20,3 @@ do_install() { | |||
22 | install -d ${D}${nonarch_base_libdir}/firmware | 20 | install -d ${D}${nonarch_base_libdir}/firmware |
23 | install -m 0644 ${S}/ti-evm/${ORIGIN} ${D}${nonarch_base_libdir}/firmware/${TARGET} | 21 | install -m 0644 ${S}/ti-evm/${ORIGIN} ${D}${nonarch_base_libdir}/firmware/${TARGET} |
24 | } | 22 | } |
25 | |||
26 | FILES:${PN} = "${nonarch_base_libdir}/firmware" | ||