All of lore.kernel.org
 help / color / mirror / Atom feed
* Distro name
@ 2020-06-25 10:52 Pankaj  Vinadrao Joshi
  2020-06-25 16:12 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Pankaj  Vinadrao Joshi @ 2020-06-25 10:52 UTC (permalink / raw)
  To: openembedded-core

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

Hi,
i have built image for raspberrypi4-64 using openembedded-core and i am trying to run some test specific to lkp but i am getting issue with the distro
which is nodistro.0 but the test needs distro for it

i am attaching the output of  os-realease
*ID=nodistro*
*NAME="OpenEmbedded"*
*VERSION="nodistro.0"*
*VERSION_ID=nodistro.0*
*PRETTY_NAME="OpenEmbedded nodistro.0"

* i am getting following error with respect to lkp

ERROR: "Not a supported system, cannot install packages."

detect_system distro=$_system_name_lowercase
DISTRO=$distro export DISTRO
[ -x $LKP_SRC/distro/installer/$distro ] || {     echo "Not a supported system, cannot install packages."     exit 1 }

can somebody help me how i can add distro for raspberrypi??

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

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

* Re: [OE-core] Distro name
  2020-06-25 10:52 Distro name Pankaj  Vinadrao Joshi
@ 2020-06-25 16:12 ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2020-06-25 16:12 UTC (permalink / raw)
  To: Pankaj Vinadrao Joshi, openembedded-core



On 6/25/20 3:52 AM, Pankaj Vinadrao Joshi wrote:
> Hi,
> i have built image for raspberrypi4-64 using openembedded-core and i am
> trying to run some test specific to lkp but i am getting issue with the
> distro
> which is nodistro.0 but the test needs distro for it
> 
> i am attaching the output of  os-realease 
> *ID=nodistro*
> *NAME="OpenEmbedded"*
> *VERSION="nodistro.0"*
> *VERSION_ID=nodistro.0*
> *PRETTY_NAME="OpenEmbedded nodistro.0"
> 
> *i am getting following error with respect to lkp
> [3:43 PM] Ankita Anil Kulkarni
> ERROR: "Not a supported system, cannot install packages."
> ​
> [3:43 PM] Ankita Anil Kulkarni
> detect_system distro=$_system_name_lowercase
> DISTRO=$distro export DISTRO
> [ -x $LKP_SRC/distro/installer/$distro ] || {     echo "Not a supported
> system, cannot install packages."     exit 1 }
> 
> 

Please look at what this installer script is doing, I am suspecting that
it has notion of common binary distributions which have package managers
you might be able to use rpm or deb backend

and ride on "nodistro" string to use the appropriate package manager.

> can somebody help me how i can add distro for raspberrypi??
>  
> 
> 
> 

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

* Re: [OE-core] Distro name
       [not found] <Groupsio.1.QkZO.1593082325223977941.NSzh@lists.openembedded.org>
@ 2020-06-25 11:52 ` Paul Barker
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Barker @ 2020-06-25 11:52 UTC (permalink / raw)
  To: Pankaj Vinadrao Joshi; +Cc: openembedded-core

On Thu, 25 Jun 2020 at 11:52, Pankaj Vinadrao Joshi
<pankaj.vj@exaleapsemi.com> wrote:
>
> [Edited Message Follows]
>
> Hi,
> i have built image for raspberrypi4-64 using openembedded-core and i am trying to run some test specific to lkp but i am getting issue with the distro
> which is nodistro.0 but the test needs distro for it
>
> i am attaching the output of  os-realease
> ID=nodistro
> NAME="OpenEmbedded"
> VERSION="nodistro.0"
> VERSION_ID=nodistro.0
> PRETTY_NAME="OpenEmbedded nodistro.0"
>
> i am getting following error with respect to lkp
>
> ERROR: "Not a supported system, cannot install packages."
>
> detect_system distro=$_system_name_lowercase
> DISTRO=$distro export DISTRO
> [ -x $LKP_SRC/distro/installer/$distro ] || {     echo "Not a supported system, cannot install packages."     exit 1 }
>
>
> can somebody help me how i can add distro for raspberrypi??

If you're unsure what a distro is in the context of Yocto Project /
OpenEmbedded then I recommend you find one of the many tutorials
online and work through it. Also, his question is not specific to
openembedded-core, please use a more appropriate list like
https://lists.yoctoproject.org/g/yocto for questions like this.

-- 
Paul Barker
Konsulko Group

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

end of thread, other threads:[~2020-06-25 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25 10:52 Distro name Pankaj  Vinadrao Joshi
2020-06-25 16:12 ` [OE-core] " Khem Raj
     [not found] <Groupsio.1.QkZO.1593082325223977941.NSzh@lists.openembedded.org>
2020-06-25 11:52 ` Paul Barker

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.