Re: [OE-core] git do_unpack

2020-06-29 Thread John Klug
a: (fetch was already run successfully while connected with a VPN). VPN then shut down. $ bitbake -c unpack dhq-client ... NOTE: Executing RunQueue Tasks ERROR: dhq-client-0.32-r11 do_unpack: Fetcher failure: Fetch command export

Re: [OE-core] git do_unpack

2020-06-30 Thread John Klug
We typically use tags to match PV and name our recipes NAME_TAG.bb Recipe name: dhq-client_0.39.bb from bitbake -e dhq-client output: # pre-expansion value: # "${PN}-${PV}" P="dhq-client-0.39" In recipe: SRCREV = "${PV}" SRC_URI =

[OE-core] git do_unpack

2020-06-28 Thread John Klug
Recently it has come to my attention that in morty, and maybe later, do_unpack for git does not use the downloads directory, and attempts to contact the git server. This is unfortunate, as we often do bitbake -c fetchall and give tarballs of our workspace to customers, thinking it would save