All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] build-appliance-image revival
@ 2023-02-21 20:44 Trevor Woerner
  2023-02-21 20:44 ` [PATCH 01/11] packagegroup-self-hosted: alphabetize Trevor Woerner
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Trevor Woerner @ 2023-02-21 20:44 UTC (permalink / raw)
  To: openembedded-core

Revive the build-appliance.

The build-appliance-image produces an image that contains all the necessary
pieces in order to perform a bitbake build. This patch series contains a
number of small tweaks that were needed in order for the build of the
appliance to succeed, and then for a build within the appliance to succeed as
well.

Trevor Woerner (11):
  packagegroup-self-hosted: alphabetize
  packagegroup-self-hosted: add zstd
  build-appliance-image: add support for qemu
  build-appliance-image: set TERM
  build-appliance-image kernel: linux-yocto: qemuall: add taskstats
  build-appliance-image: fix HOMEPAGE
  build-appliance-image: add /lib64 symlink
  build-appliance-image: use a real /tmp
  build-appliance-image: QB_MEM: allow user config
  QB_SMP: allow user modification
  build-appliance-image: check for xattr feature

 meta/conf/machine/include/riscv/qemuriscv.inc |  2 +-
 .../conf/machine/include/x86/qemuboot-x86.inc |  2 +-
 meta/conf/machine/qemuarm.conf                |  2 +-
 meta/conf/machine/qemuarm64.conf              |  2 +-
 meta/conf/machine/qemuppc64.conf              |  2 +-
 .../images/build-appliance-image_15.0.0.bb    | 27 ++++++++++++++-----
 .../packagegroups/packagegroup-self-hosted.bb | 11 ++++----
 meta/recipes-kernel/linux/linux-yocto.inc     |  2 +-
 8 files changed, 33 insertions(+), 17 deletions(-)

-- 
2.36.0.rc2.17.g4027e30c53



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

end of thread, other threads:[~2023-02-25 13:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 20:44 [PATCH 00/11] build-appliance-image revival Trevor Woerner
2023-02-21 20:44 ` [PATCH 01/11] packagegroup-self-hosted: alphabetize Trevor Woerner
2023-02-21 20:44 ` [PATCH 02/11] packagegroup-self-hosted: add zstd Trevor Woerner
2023-02-21 20:44 ` [PATCH 03/11] build-appliance-image: add support for qemu Trevor Woerner
2023-02-24 16:05   ` [OE-core] " Richard Purdie
2023-02-25 13:17     ` Trevor Woerner
     [not found]   ` <1746CE49489610B4.29542@lists.openembedded.org>
2023-02-24 17:26     ` Richard Purdie
2023-02-21 20:44 ` [PATCH 04/11] build-appliance-image: set TERM Trevor Woerner
2023-02-21 20:44 ` [PATCH 05/11] build-appliance-image kernel: linux-yocto: qemuall: add taskstats Trevor Woerner
2023-02-21 20:44 ` [PATCH 06/11] build-appliance-image: fix HOMEPAGE Trevor Woerner
2023-02-21 20:44 ` [PATCH 07/11] build-appliance-image: add /lib64 symlink Trevor Woerner
2023-02-21 20:44 ` [PATCH 08/11] build-appliance-image: use a real /tmp Trevor Woerner
2023-02-21 20:44 ` [PATCH 09/11] build-appliance-image: QB_MEM: allow user config Trevor Woerner
2023-02-22  2:12   ` [OE-core] " Khem Raj
2023-02-21 20:44 ` [PATCH 10/11] QB_SMP: allow user modification Trevor Woerner
2023-02-21 20:44 ` [PATCH 11/11] build-appliance-image: check for xattr feature Trevor Woerner
     [not found] ` <1745F1D06F6A6D6B.17041@lists.openembedded.org>
2023-02-22  2:25   ` [OE-core] [PATCH 08/11] build-appliance-image: use a real /tmp Trevor Woerner
2023-02-22 14:46     ` Richard Purdie
2023-02-22 20:40       ` Trevor Woerner

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.