diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-10-19 13:19:51 +0000 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-10-20 10:33:40 +0000 |
commit | eb051b4a336fb25572d66d58eb6d9c2a9976b06e (patch) | |
tree | cafc55b7b2c31adced927c8e58b99f7a0b396ad4 /recipes-bsp/cadence-mhdp-fw | |
parent | 1fe4515cee979923418fdf440a9e379fcf688c79 (diff) | |
download | meta-ti-eb051b4a336fb25572d66d58eb6d9c2a9976b06e.tar.gz |
ti-linux-fw: Support common inc for all firmware
Change to support common INC for all firmware
This will help with:
1) Eliminating requirement to change multiple recipes for firmware
update
2) This will help support AUTOREV
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Diffstat (limited to 'recipes-bsp/cadence-mhdp-fw')
-rw-r--r-- | recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb b/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb index 6d857f7f..5cbbceb6 100644 --- a/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb +++ b/recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb | |||
@@ -1,10 +1,12 @@ | |||
1 | SUMMARY = "Cadence MHDP DP bridge firmware" | 1 | SUMMARY = "Cadence MHDP DP bridge firmware" |
2 | 2 | ||
3 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc | ||
4 | |||
3 | LICENSE = "BSD-3-Clause | Apache-2.0" | 5 | LICENSE = "BSD-3-Clause | Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0" | 6 | LIC_FILES_CHKSUM = "file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0" |
5 | 7 | ||
6 | PV = "1.2.17" | 8 | PV = "${CADENCE_MHDP_FW_VERSION}" |
7 | PR = "r0" | 9 | PR = "${INC_PR}.0" |
8 | 10 | ||
9 | CLEANBROKEN = "1" | 11 | CLEANBROKEN = "1" |
10 | 12 | ||
@@ -12,11 +14,6 @@ COMPATIBLE_MACHINE = "j7" | |||
12 | 14 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 16 | ||
15 | SRCREV = "7bad9a69a343e01056ece5ce6da4d4060c42f6bc" | ||
16 | BRANCH ?= "ti-linux-firmware" | ||
17 | |||
18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | ||
19 | |||
20 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
21 | TARGET = "mhdp8546.bin" | 18 | TARGET = "mhdp8546.bin" |
22 | 19 | ||