OpenSolo/meta-3dr/recipes-bsp/u-boot/u-boot-imx_2013.04.bbappend
Buzz abbe08fc18 bugfixes for error/s that were occuring in 'vagrant up'.
this pins the git version used to 2.32.2 as it seems to work ok with the patches, and latest one from releases didn't. 
it also changes the url schema to http: from git: as per github guidlines change/s.
bitbake recipies need protocol=http, to tell bitbake that git
should use the http protocol
2022-05-10 19:12:19 +10:00

9 lines
227 B
Plaintext

SRC_URI = "git://github.com/OpenSolo/imx6-uboot/;protocol=http"
SRCREV = "solo_v1.0.0"
# save UBOOT_CONFIG as separate names
do_deploy_append() {
install ${S}/${UBOOT_BINARY} ${DEPLOYDIR}/${UBOOT_IMAGE}_${UBOOT_CONFIG}
}