All of lore.kernel.org
 help / color / mirror / Atom feed
* Error while building image for core-image-sato for raspberrypi4
@ 2020-06-29 13:44 Pankaj  Vinadrao Joshi
  2020-06-29 13:49 ` [OE-core] " Quentin Schulz
  0 siblings, 1 reply; 2+ messages in thread
From: Pankaj  Vinadrao Joshi @ 2020-06-29 13:44 UTC (permalink / raw)
  To: openembedded-core

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

Hi,
i am trying build an image for RPI4 using openembedded-core i have added all the necessary layers into buit when i am trying to build an image i am getting following error

pankaj@exaleap-Inspiron-3584:~/Oe-Raspberrypi4$ bitbake core-image-sato
NOTE: Bitbake server didn't start within 5 seconds, waiting for 90
Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:06:47
Parsing of 2279 .bb files complete (0 cached, 2279 parsed). 3439 targets, 213 skipped, 0 masked, 0 errors.
ERROR: Nothing PROVIDES 'core-image-sato'
core-image-sato was skipped: 'hwcodecstools-debug' in IMAGE_FEATURES is not a valid image feature. Valid features: allow-empty-password allow-root-login bash-completion-pkgs dbg-pkgs debug-tweaks dev-pkgs doc doc-pkgs eclipse-debug empty-root-password hwcodecs nfs-client nfs-server package-management post-install-logging ptest-pkgs read-only-rootfs splash src-pkgs ssh-server-dropbear ssh-server-openssh stateless-rootfs staticdev-pkgs tools-debug tools-profile tools-sdk tools-testapps x11 x11-base x11-sato

i didnt understood why this error is,can someone help me with this????

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

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

* Re: [OE-core] Error while building image for core-image-sato for raspberrypi4
  2020-06-29 13:44 Error while building image for core-image-sato for raspberrypi4 Pankaj  Vinadrao Joshi
@ 2020-06-29 13:49 ` Quentin Schulz
  0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2020-06-29 13:49 UTC (permalink / raw)
  To: Pankaj Vinadrao Joshi; +Cc: openembedded-core

Hi Vinadrao,

On Mon, Jun 29, 2020 at 06:44:49AM -0700, Pankaj  Vinadrao Joshi wrote:
> Hi,
> i am trying build an image for RPI4 using openembedded-core i have added all the necessary layers into buit when i am trying to build an image i am getting following error
> 
> pankaj@exaleap-Inspiron-3584:~/Oe-Raspberrypi4$ bitbake core-image-sato
> NOTE: Bitbake server didn't start within 5 seconds, waiting for 90
> Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:06:47
> Parsing of 2279 .bb files complete (0 cached, 2279 parsed). 3439 targets, 213 skipped, 0 masked, 0 errors.
> ERROR: Nothing PROVIDES 'core-image-sato'
> core-image-sato was skipped: 'hwcodecstools-debug' in IMAGE_FEATURES is not a valid image feature. Valid features: allow-empty-password allow-root-login bash-completion-pkgs dbg-pkgs debug-tweaks dev-pkgs doc doc-pkgs eclipse-debug empty-root-password hwcodecs nfs-client nfs-server package-management post-install-logging ptest-pkgs read-only-rootfs splash src-pkgs ssh-server-dropbear ssh-server-openssh stateless-rootfs staticdev-pkgs tools-debug tools-profile tools-sdk tools-testapps x11 x11-base x11-sato
> 

You probably have a IMAGE_FEATURES_append = "hwcodecs" or _prepend
somewhere. Basically bitbake is concatenating hwcodecs and tools-debug
wrongly (a missing space, for _append a leading space, for _prepend a
trailing one).

So you need to find where this _append or _prepend is and fix it. To
help you with that, use:
bitbake core-image-sato -e

and search for the line starting with IMAGE_FEATURES and read the lines
above, that'll tell you what's being done for this variable and in which
file.

Quentin

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

end of thread, other threads:[~2020-06-29 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29 13:44 Error while building image for core-image-sato for raspberrypi4 Pankaj  Vinadrao Joshi
2020-06-29 13:49 ` [OE-core] " Quentin Schulz

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.