diff options
Diffstat (limited to 'recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb')
-rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb index 67e8cd07..cf65e09a 100644 --- a/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw-am65x-sr2_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "PRU Ethernet firmware for AM65xx SR2.0" | 1 | SUMMARY = "PRU Ethernet firmware for AM65xx SR2.0" |
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 | PV = "02.02.09.03" | 5 | PV = "${PRUETH_FW_AM65X_SR2_VERSION}" |
6 | PR = "${INC_PR}.0" | ||
7 | 7 | ||
8 | CLEANBROKEN = "1" | 8 | CLEANBROKEN = "1" |
9 | 9 | ||
@@ -11,11 +11,6 @@ COMPATIBLE_MACHINE = "am65xx-evm|am64xx-evm" | |||
11 | 11 | ||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
13 | 13 | ||
14 | SRCREV = "f3d2c7cafc906adc9a2f4543aa2fee556483545d" | ||
15 | BRANCH ?= "ti-linux-firmware" | ||
16 | |||
17 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | ||
18 | |||
19 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
20 | 15 | ||
21 | TARGET = " \ | 16 | TARGET = " \ |