summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-08-21 16:41:46 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-08-30 22:06:53 -0300
commit23fffcaed5a88a511af84071d8213ec59b2e2efc (patch)
treea0eeefa3e9e98e8ca56dec19ef3e228ae26fbbfd /recipes-bsp
parent063154a7783aeafd299739c450e9fef754ead7a8 (diff)
downloadmeta-freescale-23fffcaed5a88a511af84071d8213ec59b2e2efc.tar.gz
uefi: inherit fsl-eula-unpack class
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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index ce022b98..f157d03d 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -3,9 +3,9 @@ SECTION = "bootloaders"
3LICENSE = "NXP-Binary-EULA" 3LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315" 4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
5 5
6inherit deploy 6inherit deploy fsl-eula-unpack
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;fsl-eula=true;nobranch=1"
9SRCREV= "e48de4f75d51efcc29cd47a6c295ae680b1babe9" 9SRCREV= "e48de4f75d51efcc29cd47a6c295ae680b1babe9"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"