edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 38 forks source link

u-boot-internal.inc: Do not check the SHA validation for branch #1

Closed floion closed 7 years ago

floion commented 7 years ago

Specifying the branch name and having the tag set as SRCREV makes bitbake error out:

WARNING: u-boot-edison-v2017.03-r0 do_fetch: Failed to fetch URL git://github.com/andy-shev/u-boot.git;branch=edison;protocol=https, attempting MIRRORS if available ERROR: u-boot-edison-v2017.03-r0 do_fetch: Fetcher failure: Unable to find revision 506270615cf8e567b0b153bd5c2de47c35f671f8 in branch edison even from upstream ERROR: u-boot-edison-v2017.03-r0 do_fetch: Fetcher failure for URL: 'git://github.com/andy-shev/u-boot.git;branch=edison;protocol=https'. Unable to fetch URL from any source. ERROR: u-boot-edison-v2017.03-r0 do_fetch: Function failed: base_do_fetch

From http://git.yoctoproject.org/cgit.cgi/poky/plain/bitbake/lib/bb/fetch2/git.py:

Signed-off-by: Florin Sarbu florin@resin.io

floion commented 7 years ago

Hi @htot I guess this also needs to go to master if code review is okay

floion commented 7 years ago

Yeah, without it u-boot was hanged when booting. Will have a follow up PR with some more changes early next week.