summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/pruprp-fw
diff options
context:
space:
mode:
authorYogesh Siraswar <yogeshs@ti.com>2021-10-19 13:19:51 +0000
committerYogesh Siraswar <yogeshs@ti.com>2021-10-20 10:33:40 +0000
commiteb051b4a336fb25572d66d58eb6d9c2a9976b06e (patch)
treecafc55b7b2c31adced927c8e58b99f7a0b396ad4 /recipes-bsp/pruprp-fw
parent1fe4515cee979923418fdf440a9e379fcf688c79 (diff)
downloadmeta-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.bb10
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 @@
1SUMMARY = "PRU PRP firmware for AM335x/AM437x/AM57xx" 1SUMMARY = "PRU PRP firmware for AM335x/AM437x/AM57xx"
2 2
3LICENSE = "TI-TFL" 3require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
4LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
5 4
6PE = "1" 5PE = "1"
7PR = "r0" 6PR = "${INC_PR}.0"
8 7
9CLEANBROKEN = "1" 8CLEANBROKEN = "1"
10 9
@@ -12,11 +11,6 @@ COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx-evm|am57xx-hs-evm"
12 11
13PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
14 13
15SRCREV = "0038ff0ecda8dae83c65d454c85776c6a4ef8e63"
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" 14S = "${WORKDIR}/git"
21 15
22TARGET = "" 16TARGET = ""