summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/goodix-fw/goodix-fw_git.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:45 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:38 -0600
commit20f3191aeb592dd889eeaf96a31526297de95306 (patch)
treeaec879b9855ff8a54df171ee808e30ac26f1c80b /recipes-bsp/goodix-fw/goodix-fw_git.bb
parentbea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff)
downloadmeta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/goodix-fw/goodix-fw_git.bb')
-rw-r--r--recipes-bsp/goodix-fw/goodix-fw_git.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-bsp/goodix-fw/goodix-fw_git.bb b/recipes-bsp/goodix-fw/goodix-fw_git.bb
deleted file mode 100644
index 1f1c2b81..00000000
--- a/recipes-bsp/goodix-fw/goodix-fw_git.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "Goodix GT9271 config firmware"
2
3require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
4
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENCE.Spectrum-GT9271;md5=2a6de6be7af1fe46370c684daf27c852"
7
8PV = "${GOODIX_FW_VERSION}"
9PR = "${INC_PR}.0"
10
11CLEANBROKEN = "1"
12
13COMPATIBLE_MACHINE = "dra7xx"
14
15PACKAGE_ARCH = "${MACHINE_ARCH}"
16
17S = "${WORKDIR}/git"
18ORIGIN = "DRA71x-RevA-GT9271_SpecDig_Config.bin"
19TARGET = "goodix_9271_cfg.bin"
20
21do_install() {
22 install -d ${D}${base_libdir}/firmware
23 install -m 0644 ${S}/ti-evm/${ORIGIN} ${D}${base_libdir}/firmware/${TARGET}
24}
25
26FILES:${PN} = "${base_libdir}/firmware"