All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 04/11] build-appliance-image: set TERM
Date: Tue, 21 Feb 2023 15:44:38 -0500	[thread overview]
Message-ID: <20230221204445.23931-5-twoerner@gmail.com> (raw)
In-Reply-To: <20230221204445.23931-1-twoerner@gmail.com>

Choose a nicer terminal for the build appliance so that build warnings and
errors show up in colour instead of:

	$<50>Setscene tasks: 2844 of 2844
	$<50>WARNING: mesa-2_22.3.3-r0 do_fetch: Failed to fetch URL https://mesa.freedesktop.org/archive/mesa-22.3.3.tar.xz, attempting MIRRORS if available
	$<50>WARNING: glslang-native-1_1.3.236.0-r0 do_fetch: Failed to fetch URL git://github.com/KhronosGroup/glslang.git;protocol=https;branch=master, attempting MIRRORS if available

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 meta/recipes-core/images/build-appliance-image_15.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/images/build-appliance-image_15.0.0.bb b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
index e28096758b9b..b000ea0c4d70 100644
--- a/meta/recipes-core/images/build-appliance-image_15.0.0.bb
+++ b/meta/recipes-core/images/build-appliance-image_15.0.0.bb
@@ -63,6 +63,7 @@ fakeroot do_populate_poky_src () {
 
 	echo "INHERIT += \"rm_work\"" >> ${IMAGE_ROOTFS}/home/builder/poky/build/conf/auto.conf
 	echo "export LC_ALL=en_US.utf8" >> ${IMAGE_ROOTFS}/home/builder/.bashrc
+	echo "export TERM=xterm-color" >> ${IMAGE_ROOTFS}/home/builder/.bashrc
 
 	# Also save (for reference only) the actual SRCREV used to create this image
 	echo "export BA_SRCREV=${SRCREV}" >> ${IMAGE_ROOTFS}/home/builder/.bashrc
-- 
2.36.0.rc2.17.g4027e30c53



  parent reply	other threads:[~2023-02-21 20:45 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Trevor Woerner [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230221204445.23931-5-twoerner@gmail.com \
    --to=twoerner@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.