diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /recipes-bsp/goodix-fw/goodix-fw_git.bb | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-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.bb | 26 |
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 @@ | |||
| 1 | DESCRIPTION = "Goodix GT9271 config firmware" | ||
| 2 | |||
| 3 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | ||
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENCE.Spectrum-GT9271;md5=2a6de6be7af1fe46370c684daf27c852" | ||
| 7 | |||
| 8 | PV = "${GOODIX_FW_VERSION}" | ||
| 9 | PR = "${INC_PR}.0" | ||
| 10 | |||
| 11 | CLEANBROKEN = "1" | ||
| 12 | |||
| 13 | COMPATIBLE_MACHINE = "dra7xx" | ||
| 14 | |||
| 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | ORIGIN = "DRA71x-RevA-GT9271_SpecDig_Config.bin" | ||
| 19 | TARGET = "goodix_9271_cfg.bin" | ||
| 20 | |||
| 21 | do_install() { | ||
| 22 | install -d ${D}${base_libdir}/firmware | ||
| 23 | install -m 0644 ${S}/ti-evm/${ORIGIN} ${D}${base_libdir}/firmware/${TARGET} | ||
| 24 | } | ||
| 25 | |||
| 26 | FILES:${PN} = "${base_libdir}/firmware" | ||
