All of lore.kernel.org
 help / color / mirror / Atom feed
* QEMU package list verification
@ 2018-04-02 10:28 Aditya Tayade
  2018-04-02 13:03 ` Aditya Tayade
  2018-04-05  9:08 ` Alexander Kanavin
  0 siblings, 2 replies; 3+ messages in thread
From: Aditya Tayade @ 2018-04-02 10:28 UTC (permalink / raw)
  To: Yocto discussion list

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

Hi ,
Please refer to my below steps to understand how OS components are included in the Qemu image for Yocto 2.5

1) Build core-image-sato for yocto 2.5 ( DISTRO_VERSION = 2.4+snapshot-20180402)
2) I used the bitbake-layers show-recipes to list down the packages .
3) Verify whether the packages are part of the image root fs
4) I use command find ./ -name*<package-name>*

If above command returns *<package-name>*.so or /var/lib/dnf/yumdb/*/*<package-name>* then i consider the the package successfully added to rootfs.
If not then i consider the package not present in the rootfs.

4) I found some packages not present in the rootfs that are listed in the step 2 . I assume that by default meta, meta-poky and meta-yocto-bsp layers are part of yocto 2.5 so  all the packages present in these layers should be present in QEMU as well.

If my assumption is correct how do we ensure that all the packges of the layers meta, meta-poky and meta-yocto-bsp layers are present in the qemu root fs ?

Regards,
Aditya Tayade


This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.

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

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

* QEMU package list verification
  2018-04-02 10:28 QEMU package list verification Aditya Tayade
@ 2018-04-02 13:03 ` Aditya Tayade
  2018-04-05  9:08 ` Alexander Kanavin
  1 sibling, 0 replies; 3+ messages in thread
From: Aditya Tayade @ 2018-04-02 13:03 UTC (permalink / raw)
  To: poky

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

Hi ,
Please refer to my below steps to understand how OS components are included in the Qemu image for Yocto 2.5

1) Build core-image-sato for yocto 2.5 ( DISTRO_VERSION = 2.4+snapshot-20180402)
2) I used the bitbake-layers show-recipes to list down the packages .
3) Verify whether the packages are part of the image root fs
4) I use command find ./ -name*<package-name>*

If above command returns *<package-name>*.so or /var/lib/dnf/yumdb/*/*<package-name>* then i consider the the package successfully added to rootfs.
If not then i consider the package not present in the rootfs.

4) I found some packages not present in the rootfs that are listed in the step 2 . I assume that by default meta, meta-poky and meta-yocto-bsp layers are part of yocto 2.5 so  all the packages present in these layers should be present in QEMU as well.

If my assumption is correct how do we ensure that all the packges of the layers meta, meta-poky and meta-yocto-bsp layers are present in the qemu root fs ?

Regards,
Aditya Tayade


This message contains information that may be privileged or confidential and is the property of the KPIT Technologies Ltd. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. KPIT Technologies Ltd. does not accept any liability for virus infected mails.

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

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

* Re: QEMU package list verification
  2018-04-02 10:28 QEMU package list verification Aditya Tayade
  2018-04-02 13:03 ` Aditya Tayade
@ 2018-04-05  9:08 ` Alexander Kanavin
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2018-04-05  9:08 UTC (permalink / raw)
  To: Aditya Tayade, Yocto discussion list

On 04/02/2018 01:28 PM, Aditya Tayade wrote:
> 1) Build core-image-sato for yocto 2.5 ( DISTRO_VERSION = 
> 2.4+snapshot-20180402)
> 2) I used the bitbake-layers show-recipes to list down the packages .
> 3) Verify whether the packages are part of the image root fs
> 4) I use command *find ./ -name*<package-name>**
> 
> If above command returns **<package-name>*.so or 
> /var/lib/dnf/yumdb/*/*<package-name>** then i consider the the package 
> successfully added to rootfs.
> If not then i consider the package not present in the rootfs.
> 
> 4) I found some packages not present in the rootfs that are listed in 
> the step 2 . I assume that by default meta, meta-poky and meta-yocto-bsp 
> layers are part of yocto 2.5 so  all the packages present in these 
> layers should be present in QEMU as well.
> 
> If my assumption is correct how do we ensure that all the packges of the 
> layers *meta, meta-poky and meta-yocto-bsp* layers are present in the 
> qemu root fs ?

What goes into an image is defined by that image's recipe. In this case, 
it's meta/recipes-sato/images/core-image-sato.bb - have a look and take 
it from there.


Alex


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

end of thread, other threads:[~2018-04-05  9:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-02 10:28 QEMU package list verification Aditya Tayade
2018-04-02 13:03 ` Aditya Tayade
2018-04-05  9:08 ` Alexander Kanavin

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.