Skip to content
Snippets Groups Projects
Commit 92a1e369 authored by David Mondou's avatar David Mondou
Browse files

add SRCREV = "${AUTOREV}" to Rigado recipes to always grab latest revs.

add python-pip to engr-test-image.bb
parent c9591417
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
require recipes-bsp/firmware-vesta/firmware-vesta.inc
#Qualcomm 6234 firmware git
SRCREV = "64230378e8d4ad5a4024524282b85f191721cb23"
SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(imx6ul-vesta-v1|imx6ul-vesta-v2)"
......@@ -16,7 +16,7 @@ PROVIDES += "u-boot"
SRCBRANCH = "master"
#Always update SRCREV based on your last commit
SRCREV = "76cf62a6f018e6fded61b6b9a1787b5e3d8db160"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.rigado.com/vesta/u-boot-2015.04.git;protocol=https;branch=${SRCBRANCH}"
......
......@@ -3,7 +3,7 @@
require recipes-core/scripts-vesta/scripts-vesta.inc
#Rigado scripts
SRCREV = "183dd31d5a058c9d494be31d8cbe6b236610ca9e"
SRCREV = "${AUTOREV}"
COMPATIBLE_MACHINE = "(imx6ul-vesta-v1|imx6ul-vesta-v2)"
......@@ -27,5 +27,6 @@ IMAGE_INSTALL_append += " \
gnutls \
rsyslog \
avahi-daemon \
python3-pip \
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment