he upstream git repo.
Looks like this is a known issue (
https://bugzilla.yoctoproject.org/show_bug.cgi?id=11350). We are looking at
using specific
revisions of the upstream repo to fix this.
Thanks for your help
Best
Sunil Mukundan
On Tue, Oct 23, 2018 at 8:58 AM Sunil Mukundan
wrote:
>
I usually build using bitbake -c populate_ext_sdk core-image-minimal
This builds the SDK in tmp/deploy/sdk in the form of a shell script
(which is actually a tar file with a script wrapper as a preamble).
running the script installs the sdk (interactively). Hope this helps.
Thanks
Sunil Mukundan
Thanks Chen Qi for the response. Please find my response below
>What does the SRC_URI for the recipe look like?
SRC_URI = "git://github.com/luigirizzo/netmap.git"
Thanks
Sunil Mukundan
On Tue, Oct 23, 2018 at 6:58 AM ChenQi wrote:
>
> I think the main problem is do_fetch s
attempted to execute unexpectedly
and should have been setscened
Could someone help me with what could be going wrong?
I used the usual 'bitbake -c populate_sdk_ext core-image-minimal'
command to build the SDK.
thanks,
Sunil Mukundan
--
___
yocto ma
lass
+++ b/meta/classes/package_deb.bbclass
@@ -320,6 +320,8 @@ def deb_write_pkg(pkg, d):
stderr=subprocess.STDOUT,
shell=True)
+except:
+bb.note("error packaging %s" %(root))