summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/goodix-fw/goodix-fw_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/goodix-fw/goodix-fw_git.bb')
-rw-r--r--recipes-bsp/goodix-fw/goodix-fw_git.bb11
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-bsp/goodix-fw/goodix-fw_git.bb b/recipes-bsp/goodix-fw/goodix-fw_git.bb
index 0a9f3ff9..da3ae6e3 100644
--- a/recipes-bsp/goodix-fw/goodix-fw_git.bb
+++ b/recipes-bsp/goodix-fw/goodix-fw_git.bb
@@ -1,10 +1,12 @@
1DESCRIPTION = "Goodix GT9271 config firmware" 1DESCRIPTION = "Goodix GT9271 config firmware"
2 2
3require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
4
3LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENCE.Spectrum-GT9271;md5=2a6de6be7af1fe46370c684daf27c852" 6LIC_FILES_CHKSUM = "file://LICENCE.Spectrum-GT9271;md5=2a6de6be7af1fe46370c684daf27c852"
5 7
6PV = "1.0.0.0" 8PV = "${GOODIX_FW_VERSION}"
7PR = "r0" 9PR = "${INC_PR}.0"
8 10
9CLEANBROKEN = "1" 11CLEANBROKEN = "1"
10 12
@@ -12,11 +14,6 @@ COMPATIBLE_MACHINE = "dra7xx"
12 14
13PACKAGE_ARCH = "${MACHINE_ARCH}" 15PACKAGE_ARCH = "${MACHINE_ARCH}"
14 16
15SRCREV = "f1a8d1d0131f83bd1a775cde7075eb67c070892c"
16BRANCH ?= "ti-linux-firmware"
17
18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
19
20S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
21ORIGIN = "DRA71x-RevA-GT9271_SpecDig_Config.bin" 18ORIGIN = "DRA71x-RevA-GT9271_SpecDig_Config.bin"
22TARGET = "goodix_9271_cfg.bin" 19TARGET = "goodix_9271_cfg.bin"