Module: meta-ti Branch: krogoth Commit: 4c4fc284ba64721eebe7833352f562062a8ce92a URL: http://arago-project.org/git/meta-ti.git?a=commit;h=4c4fc284ba64721eebe7833352f562062a8ce92a
Author: Denys Dmytriyenko <[email protected]> Date: Wed Oct 26 01:43:10 2016 +0000 prueth-fw: update with k2g-ice firmware images Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-bsp/prueth-fw/prueth-fw_git.bb | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-bsp/prueth-fw/prueth-fw_git.bb b/recipes-bsp/prueth-fw/prueth-fw_git.bb index f48bb25..77445e9 100644 --- a/recipes-bsp/prueth-fw/prueth-fw_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw_git.bb @@ -1,19 +1,18 @@ -DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x and AM335x" +DESCRIPTION = "PRU Ethernet firmware for AM57xx, AM437x, AM335x and K2G" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" PV = "3.1.4" - -PR = "r0" +PR = "r1" CLEANBROKEN = "1" -COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm" +COMPATIBLE_MACHINE = "am57xx-evm|am437x-evm|am335x-evm|k2g" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "2229dbcb088365e1be8f00af6589e93eddfa3f2f" +SRCREV = "4ed1022c62bfe4ed4c66112024c8ee1301e9439d" BRANCH ?= "ti-linux-firmware-4.1.y" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" @@ -23,6 +22,7 @@ S = "${WORKDIR}/git" TARGET_am57xx-evm = "am57xx-pru0-prueth-fw.elf am57xx-pru1-prueth-fw.elf" TARGET_am437x-evm = "am437x-pru0-prueth-fw.elf am437x-pru1-prueth-fw.elf" TARGET_am335x-evm = "am335x-pru0-prueth-fw.elf am335x-pru1-prueth-fw.elf" +TARGET_k2g = "k2g-pru0-prueth-fw.elf k2g-pru1-prueth-fw.elf" do_install() { install -d ${D}${base_libdir}/firmware/ti-pruss -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
