-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: reference is not a tree: d2f031808b4e1d51546245ee93cd5524d1ce2f63 when bitbaking #34
Comments
Looks like they removed the raspberry branch. For reference the commit was: commit d2f031808b4e1d51546245ee93cd5524d1ce2f63
|
So what solution do you propose? Using the head of the 0.10 branch? |
Maybe worth a try, but the raspberry branch had some RPi specific fixes, like initializing the bcm chip, and also an RPi specific config; I don't see any of this in the 0.10 branch (the config is not a problem, the Guaca package provides its own). BTW, gst-omx did not work on the RPi last time I tried, due to what looked a bug in the firmware; this might have been fixed recently. I think someone needs to ping the gst-omx developers to find out what the situation is; if it comes to the worst, I can make a fork of the gst-omx repo and push the branch there from my local Yocto download cache and we can switch the recipe over to it. |
Hi , I am working on Galileo board. I want to build Image using Yocto. I used following commands to build . I am getting errors. source poky/oe-init-build-env yocto_buildbitbake image-full-galileoNOTE: Executing SetScene Tasks ERROR: Logfile of failure stored in: sources/meta-clanton_v1.0.0/yocto_build/tmp/work/i586-poky-linux-uclibc/grub/0.97+gitAUTOINC+5775f32a6268dead6939d01cbe72f23972f6d3c0-r0/temp/log.do_unpack.3196 | DEBUG: Python function base_do_unpack finished Help on this.............. |
Any one knows |
I get the error
when trying to do
bitbake guacamayo-image-audioplayer
.When manually trying to checkout from gst-omx with that SHA1 I get the same error. Something tells me
SRCREV_raspberrypi="d2f031808b4e1d51546245ee93cd5524d1ce2f63"
on line 14 in `meta-guacamayo/recipes-multimedia/gstreamer/gst-omx_git.bb``is incorrect.The text was updated successfully, but these errors were encountered: