diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-12-10 03:48:17 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-12-09 17:25:48 -0500 |
| commit | 1c08c3ecb9161541b0d24adc32e3ff2b0c8ab74b (patch) | |
| tree | fc3cbcfe6f366e1f30168ea5199ceeb41136c52f /recipes-bsp/goodix-fw | |
| parent | 243fc8275e58b720d27e24b10473b02f8a99e73f (diff) | |
| download | meta-ti-1c08c3ecb9161541b0d24adc32e3ff2b0c8ab74b.tar.gz | |
goodix-fw: add Goodix GT9271 config firmware
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/goodix-fw')
| -rw-r--r-- | recipes-bsp/goodix-fw/goodix-fw_git.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-bsp/goodix-fw/goodix-fw_git.bb b/recipes-bsp/goodix-fw/goodix-fw_git.bb new file mode 100644 index 00000000..815466b7 --- /dev/null +++ b/recipes-bsp/goodix-fw/goodix-fw_git.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | DESCRIPTION = "Goodix GT9271 config firmware" | ||
| 2 | |||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENCE.Spectrum-GT9271;md5=2a6de6be7af1fe46370c684daf27c852" | ||
| 5 | |||
| 6 | PV = "1.0.0.0" | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | CLEANBROKEN = "1" | ||
| 10 | |||
| 11 | COMPATIBLE_MACHINE = "dra7xx" | ||
| 12 | |||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 14 | |||
| 15 | SRCREV = "f1a8d1d0131f83bd1a775cde7075eb67c070892c" | ||
| 16 | BRANCH ?= "ti-linux-firmware-4.1.y" | ||
| 17 | |||
| 18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | ORIGIN = "DRA71x-RevA-GT9271_SpecDig_Config.bin" | ||
| 22 | TARGET = "goodix_9271_cfg.bin" | ||
| 23 | |||
| 24 | do_install() { | ||
| 25 | install -d ${D}${base_libdir}/firmware | ||
| 26 | install -m 0644 ${S}/ti-evm/${ORIGIN} ${D}${base_libdir}/firmware/${TARGET} | ||
| 27 | } | ||
| 28 | |||
| 29 | FILES_${PN} = "${base_libdir}/firmware" | ||
