summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-21 16:32:56 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-02 10:30:13 -0300
commit9218cc8aa576ca556992b7129ebb00e61ddd2a36 (patch)
tree225239afbf99f23059ec694b2a2d9d60f9cbd401 /recipes-bsp
parent9546e300e536d7fceaa305554891fee9f216e7ed (diff)
downloadmeta-freescale-9218cc8aa576ca556992b7129ebb00e61ddd2a36.tar.gz
uefi: update to 100cdac
*Include the following changes 100cdac - ls2088ardb: update binary for LSDK 1803 daf1656 - add license NXP-Binary-EULA *Update license and md5 *Update SRC_URL Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/uefi/uefi_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index a11b3e3e..c242f2d6 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -1,12 +1,12 @@
1DESCRIPTION = "Unified Extensible Firmware Interface" 1DESCRIPTION = "Unified Extensible Firmware Interface"
2SECTION = "bootloaders" 2SECTION = "bootloaders"
3LICENSE = "MIT" 3LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
5 5
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/qoriq-open-source/uefi-binary.git;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
9SRCREV= "a812f178646464f316032249cdb104265141dfa2" 9SRCREV= "100cdac2d760be7aead1dfb24a4fa6317db9d6f7"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12