aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb')
-rw-r--r--recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
index fd53807f..c01bfd4c 100644
--- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
+++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
@@ -7,8 +7,8 @@ INHIBIT_DEFAULT_DEPS = "1"
inherit deploy
-SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1"
-SRCREV = "d3a8ef0760c54ddc243039c86389497e37be90ab"
+SRC_URI = "git://github.com/NXP/qoriq-engine-pfe-bin.git;nobranch=1;protocol=https"
+SRCREV = "f55ee9f72090309bbb7ab71f48a498fc02909234"
S = "${WORKDIR}/git"
@@ -27,8 +27,8 @@ do_deploy () {
addtask deploy after do_install
-FILES_${PN} += "/lib/firmware /boot/"
-INSANE_SKIP_${PN} += "arch already-stripped"
+FILES:${PN} += "/lib/firmware /boot/"
+INSANE_SKIP:${PN} += "arch already-stripped"
INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_SYSROOT_STRIP = "1"