All of lore.kernel.org
 help / color / mirror / Atom feed
* Hello world recipe
@ 2021-08-09 15:24 yasminebenghozzi6
  2021-08-09 15:34 ` Bel Hadj Salem Talel
  0 siblings, 1 reply; 2+ messages in thread
From: yasminebenghozzi6 @ 2021-08-09 15:24 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 333 bytes --]

Hello everyone,
SO i ve been following this tutorial to be able to execute hello world on the raspberry pi, but i tried so much and still not working, please any help? e
I followed the tutorial from the Scripts et modules PYthon part: https://www.blaess.fr/christophe/yocto-lab/sequence-III-1/index.html#scripts-et-modules-python

[-- Attachment #1.2: Type: text/html, Size: 582 bytes --]

[-- Attachment #2: Screenshot from 2021-08-09 16-23-13.png --]
[-- Type: image/png, Size: 68401 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Hello world recipe
  2021-08-09 15:24 Hello world recipe yasminebenghozzi6
@ 2021-08-09 15:34 ` Bel Hadj Salem Talel
  0 siblings, 0 replies; 2+ messages in thread
From: Bel Hadj Salem Talel @ 2021-08-09 15:34 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

It is clear that the build system cannot find anything that is providing 'python-hello' recipe.

Which means it parsed all layers in bblayers.conf and it didn't find any python-hello_*.bb file (the _* is the version)

It is mentioned in the tutorial that you provided that the recipe should be in meta-layer/recipes-custom/python-hello

So, you need to create that layer, follow:

bitbake-layers create-layer meta-custom
bitbake-layers add-layer meta-custom

Now, in that layer create folders: recipes-custom/python-hello, in that you should have:

1. another folder: files in that you put python-hello.py
2. python-hello.bb

the content of all of that is in the tutorial .

[-- Attachment #2: Type: text/html, Size: 755 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-09 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 15:24 Hello world recipe yasminebenghozzi6
2021-08-09 15:34 ` Bel Hadj Salem Talel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.