diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-03-08 07:17:47 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-03-07 20:29:45 -0500 |
| commit | 61384b9c6ddb2d19ab45a69d1a1b80330fc6c146 (patch) | |
| tree | 15323b391c7d50cfa066256fbdf79cf6b741676d | |
| parent | b21fd3282506880eb0115be0316c49eade679c32 (diff) | |
| download | meta-ti-61384b9c6ddb2d19ab45a69d1a1b80330fc6c146.tar.gz | |
prueth-fw: add FW images for AM437x
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/prueth-fw/prueth-fw_git.bb | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb index 3b760ac7..e4970aa1 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb | |||
| @@ -1,25 +1,28 @@ | |||
| 1 | DESCRIPTION = "PRU Ethernet firmware for AM57xx" | 1 | DESCRIPTION = "PRU Ethernet firmware for AM57xx and AM437x" |
| 2 | 2 | ||
| 3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" |
| 5 | 5 | ||
| 6 | PV = "1.0.0" | 6 | PV_am57xx-evm = "1.0.0" |
| 7 | PR = "r0" | 7 | PV_am437x-evm = "2.1.2" |
| 8 | |||
| 9 | PR = "r1" | ||
| 8 | 10 | ||
| 9 | CLEANBROKEN = "1" | 11 | CLEANBROKEN = "1" |
| 10 | 12 | ||
| 11 | COMPATIBLE_MACHINE = "am57xx-evm" | 13 | COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm" |
| 12 | 14 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 16 | ||
| 15 | SRCREV = "4ead3b8c189f217ee2c01ea3c56ef08d6a517f28" | 17 | SRCREV = "f6c712fd26044d90939ff774f07dfcb951bcefc9" |
| 16 | BRANCH ?= "ti-linux-firmware-4.1.y" | 18 | BRANCH ?= "ti-linux-firmware-4.1.y" |
| 17 | 19 | ||
| 18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | 20 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" |
| 19 | 21 | ||
| 20 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 21 | 23 | ||
| 22 | TARGET = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" | 24 | TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" |
| 25 | TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" | ||
| 23 | 26 | ||
| 24 | do_install() { | 27 | do_install() { |
| 25 | install -d ${D}${base_libdir}/firmware/ti-pruss | 28 | install -d ${D}${base_libdir}/firmware/ti-pruss |
