I haven't tried the patches, but I really like this idea (I was suggesting
something like that since 2011
http://permalink.gmane.org/gmane.comp.handhelds.openembedded.core/10327)
and I'm glad you weren't discouraged attempting to do this.
It also implements 3) b) idea from
https://bugzilla.yoctopr
This problem causes the following error :
ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary
Signed-off-by: Pierre FICHEUX
---
.../target/arch/layer/recipes-example/example/example-recipe-0.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/s
Hi everybody,
I'm completely new to the Yocto project, just started playing with it
and my rpi3 two days ago.
As an exercise to learn how Yocto works, I'm trying to build a rpi image
which can launch kodi.
Right now I'm able of building an image which contains kodi,but when I
try to launch
Hello! I'm trying to add openjre-8 to my armv8 image. When I try to build,
it seems to fail with this error: http://paste.ubuntu.com/24996638/.
Illegal instruction seems to suggest it was built for another architecture.
I tried to investigate a bit and it seems like the javac being used is not
the
On 7/1/17 12:52 AM, Pierre FICHEUX wrote:
> This problem causes the following error :
>
> ERROR: example-0.1-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary
>
> Signed-off-by: Pierre FICHEUX
> ---
> .../target/arch/layer/recipes-example/example/example-recipe-0.1.bb | 2
> +-
> 1
On 7/1/17 4:10 AM, Juan José Casafranca wrote:
> Hi everybody,
>
> I'm completely new to the Yocto project, just started playing with it
> and my rpi3 two days ago.
>
> As an exercise to learn how Yocto works, I'm trying to build a rpi image
> which can launch kodi.
>
> Right now I'm able of bui
Ive just tried adding X11 as you suggested (opengl was already added)
but still not working. Something strange I'm finding is that there isn't
any libGL.so in /usr/lib (in the rpi device). There is a libGLESv2.
I'm not sure what I'm doing wrong. I have also tried to add Qt to the
image to see
When scraping the build targets from refkit-ci.inc, grep would only
return the first line of the search result. By replacing grep with
awk, we are now searching for multi-line variables, and should now
scrape build targets even if they have line breaks between them.
Signed-off-by: Stephano Cetola
> From: Andrea Galbusera [mailto:giz...@gmail.com]
>
> Could you please post the exact source code of your test
> program and the steps you take to (a) build the SDK and (b)
> build your test executable? Is your running image a pretty
> standard one (core-image-minimal, rpi-test-image or so) o