diff options
-rw-r--r-- | recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb (renamed from recipes-bsp/pmmc-fw/pmmc-fw_git.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index 8d862349..4294c6b5 100644 --- a/recipes-bsp/pmmc-fw/pmmc-fw_git.bb +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "PMMC firmware" | 1 | DESCRIPTION = "TI SCI firmware" |
2 | 2 | ||
3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
4 | LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" | 4 | LIC_FILES_CHKSUM = "file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c" |
5 | 5 | ||
6 | PV = "0.1.0.63" | 6 | PV = "0.1.0.70" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | CLEANBROKEN = "1" | 9 | CLEANBROKEN = "1" |
@@ -12,13 +12,13 @@ COMPATIBLE_MACHINE = "k2g-evm" | |||
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | SRCREV = "474abaf61ef4778df84b74c4a50f740149b38115" | 15 | SRCREV = "a5b1c3d043fef5869eaa937276976c0e3e23b966" |
16 | BRANCH ?= "master" | 16 | BRANCH ?= "master" |
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | TARGET = "pmmc-firmware.bin" | 21 | TARGET = "ti-sci-firmware-k2g.bin" |
22 | 22 | ||
23 | do_install() { | 23 | do_install() { |
24 | install -d ${D}/boot | 24 | install -d ${D}/boot |