diff options
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 8 |
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 @@ | |||
1 | DESCRIPTION = "Unified Extensible Firmware Interface" | 1 | DESCRIPTION = "Unified Extensible Firmware Interface" |
2 | SECTION = "bootloaders" | 2 | SECTION = "bootloaders" |
3 | LICENSE = "MIT" | 3 | LICENSE = "NXP-Binary-EULA" |
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315" |
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://github.com/qoriq-open-source/uefi-binary.git;nobranch=1" | 8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" |
9 | SRCREV= "a812f178646464f316032249cdb104265141dfa2" | 9 | SRCREV= "100cdac2d760be7aead1dfb24a4fa6317db9d6f7" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||