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/pruprp-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/pruprp-fw')
-rw-r--r-- | recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb b/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb index e71bc00a..ba203948 100644 --- a/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb +++ b/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | |||
@@ -1,10 +1,9 @@ | |||
1 | SUMMARY = "PRU PRP firmware for AM335x/AM437x/AM57xx" | 1 | SUMMARY = "PRU PRP firmware for AM335x/AM437x/AM57xx" |
2 | 2 | ||
3 | LICENSE = "TI-TFL" | 3 | require recipes-bsp/ti-linux-fw/ti-linux-fw.inc |
4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | ||
5 | 4 | ||
6 | PE = "1" | 5 | PE = "1" |
7 | PR = "r0" | 6 | PR = "${INC_PR}.0" |
8 | 7 | ||
9 | CLEANBROKEN = "1" | 8 | CLEANBROKEN = "1" |
10 | 9 | ||
@@ -12,11 +11,6 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm" | |||
12 | 11 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 13 | ||
15 | SRCREV = "0038ff0ecda8dae83c65d454c85776c6a4ef8e63" | ||
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" | 14 | S = "${WORKDIR}/git" |
21 | 15 | ||
22 | TARGET = "" | 16 | TARGET = "" |