All of lore.kernel.org
 help / color / mirror / Atom feed
* Question on build initial release and getting a root file system for initial testing
@ 2022-08-09 16:37 Patton, Schuyler
  2022-08-09 17:10 ` Patrick Williams
  0 siblings, 1 reply; 2+ messages in thread
From: Patton, Schuyler @ 2022-08-09 16:37 UTC (permalink / raw)
  To: openbmc

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

Hi,

I am looking for any recommendations someone might have on how to just build an initial root file system of openbmc on a platform new to openbmc. We have added machine name and our build is failing at trying to build fit images but believe everything has been built

Is there a recipe that will assemble just a tar file or ext4 image that has all the bmc applications installed? I can add the kernel and modules independently if necessary.

Regards,
Schuyler Patton
Sitara MPU System Applications
Texas Instruments


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

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

* Re: Question on build initial release and getting a root file system for initial testing
  2022-08-09 16:37 Question on build initial release and getting a root file system for initial testing Patton, Schuyler
@ 2022-08-09 17:10 ` Patrick Williams
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Williams @ 2022-08-09 17:10 UTC (permalink / raw)
  To: Patton, Schuyler; +Cc: openbmc

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

On Tue, Aug 09, 2022 at 04:37:04PM +0000, Patton, Schuyler wrote:
> Hi,
> 
> I am looking for any recommendations someone might have on how to just build an initial root file system of openbmc on a platform new to openbmc. We have added machine name and our build is failing at trying to build fit images but believe everything has been built
> 
> Is there a recipe that will assemble just a tar file or ext4 image that has all the bmc applications installed? I can add the kernel and modules independently if necessary.

Usually the pieces will end up in tmp/deploy/image/<machine>.
`obmc-phosphor-image-<machine>.*` are likely the rootfs pieces you're
looking for.  If everything has been built right you'll probably also
see initramfs, kernel, DTS, and u-boot blobs.

For the rootfs you'll likely see a squashfs-xz file, which is derived
from this:

```
classes/image_types_phosphor.bbclass:IMAGE_BASETYPE ?= "squashfs-xz"
```

-- 
Patrick Williams

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-08-09 17:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 16:37 Question on build initial release and getting a root file system for initial testing Patton, Schuyler
2022-08-09 17:10 ` Patrick Williams

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.