Open eddie-dunn opened 11 years ago
Looks like they removed the raspberry branch. For reference the commit was:
commit d2f031808b4e1d51546245ee93cd5524d1ce2f63 Merge: ac077b2 27a711d Author: George Kiagiadakis george.kiagiadakis@collabora.com Date: Mon Sep 3 12:34:41 2012 +0300
Merge branch '0.10' into raspberry
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.
NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output: fatal: reference is not a tree: 5775f32a6268dead6939d01cbe72f23972f6d3c0
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 Log data follows: | DEBUG: Executing python function do_unpack | DEBUG: Executing python function base_do_unpack
DEBUG: Python function base_do_unpack finished | DEBUG: Python function do_unpack finished | ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 128, output: | fatal: reference is not a tree: 5775f32a6268dead6939d01cbe72f23972f6d3c0 |
---|
ERROR: Task 68 (sources/meta-clanton_v1.0.0/meta-clanton-bsp/recipes-bsp/grub/grub_0.97.bb, do_unpack) failed with exit code '1'
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.