[meta-ti] Denys Dmytriyenko : serdes-fw: update to 3.3.0.2c version
Arago Project git
git at arago-project.org
Mon Sep 12 19:27:04 PDT 2016
Module: meta-ti
Branch: master
Commit: f0ae7e1c366d6e20e0ad228aa965fc294ec35ccd
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=f0ae7e1c366d6e20e0ad228aa965fc294ec35ccd
Author: Denys Dmytriyenko <denys at ti.com>
Date: Tue Sep 13 04:40:59 2016 +0000
serdes-fw: update to 3.3.0.2c version
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/serdes-fw/serdes-fw_git.bb | 19 ++++++-------------
1 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/recipes-bsp/serdes-fw/serdes-fw_git.bb b/recipes-bsp/serdes-fw/serdes-fw_git.bb
index 2564cec..69e1e97 100644
--- a/recipes-bsp/serdes-fw/serdes-fw_git.bb
+++ b/recipes-bsp/serdes-fw/serdes-fw_git.bb
@@ -3,8 +3,7 @@ DESCRIPTION = "SerDes firmware for Keystone PCIe and 1/10GigE"
LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c"
-PV = "1.0.0"
-PR = "r0"
+PV = "3.3.0.2c"
CLEANBROKEN = "1"
@@ -12,25 +11,19 @@ COMPATIBLE_MACHINE = "keystone"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-SRCREV = "8756d98081e1011a1334b0769f13ffb31d3b41bd"
+SRCREV = "8d861bd8f8f792df60b6873989ff208766fbebae"
BRANCH ?= "ti-linux-firmware-4.1.y"
SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git"
-ORIGINPCIE = "ks2_pcie_serdes_1.0.0.bin"
-ORIGINGBE = "ks2_gbe_serdes_1.0.0.bin"
-ORIGINXGBE = "ks2_xgbe_serdes_1.0.0.bin"
-
-TARGETPCIE = "ks2_pcie_serdes.bin"
-TARGETGBE = "ks2_gbe_serdes.bin"
-TARGETXGBE = "ks2_xgbe_serdes.bin"
+TARGET = "ks2_pcie_serdes.bin ks2_gbe_serdes.bin ks2_xgbe_serdes.bin"
do_install() {
install -d ${D}${base_libdir}/firmware
- install -m 0644 ${S}/ti-keystone/${ORIGINPCIE} ${D}${base_libdir}/firmware/${TARGETPCIE}
- install -m 0644 ${S}/ti-keystone/${ORIGINGBE} ${D}${base_libdir}/firmware/${TARGETGBE}
- install -m 0644 ${S}/ti-keystone/${ORIGINXGBE} ${D}${base_libdir}/firmware/${TARGETXGBE}
+ for f in ${TARGET}; do
+ install -m 0644 ${S}/ti-keystone/$f ${D}${base_libdir}/firmware/$f
+ done
}
FILES_${PN} = "${base_libdir}/firmware"
More information about the meta-ti
mailing list