summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/system/openrc/etc/issue.linux6
-rw-r--r--packages/system/openrc/openrc.mk2
2 files changed, 6 insertions, 2 deletions
diff --git a/packages/system/openrc/etc/issue.linux b/packages/system/openrc/etc/issue.linux
index 5e37fee..61f8510 100644
--- a/packages/system/openrc/etc/issue.linux
+++ b/packages/system/openrc/etc/issue.linux
@@ -17,5 +17,9 @@
888 888 888 888 Y88b 888 .d8""8b.
88888888 888 888 888 "Y88888 888 888
-{{EMBTK_BUILDER} - {EMBTK_XCOMPILE_ENV} - {EMBTK_CLIBRARY_ENV}}
+{
+ builder : {EMBTK_BUILDER}
+ xcompiler : {EMBTK_XCOMPILE_ENV}
+ C library : {EMBTK_CLIBRARY_ENV}
+}
diff --git a/packages/system/openrc/openrc.mk b/packages/system/openrc/openrc.mk
index 492c9f8..29c83e4 100644
--- a/packages/system/openrc/openrc.mk
+++ b/packages/system/openrc/openrc.mk
@@ -115,7 +115,7 @@ endef
__embtk_rootfs_builder := $$USER@$$(uname -n) $$(date +%Y%m%d.%H%M%S.%Z)
__embtk_rootfs_clibraryenv := $(call __embtk_pkg_name,$(embtk_clib)) v$(call __embtk_pkg_version,$(embtk_clib))
-__embtk_rootfs_xcompileenv = $(embtk_targetcc_name-v)
+__embtk_rootfs_xcompileenv = $(embtk_targetcc_name-v) [$(embtk_host_uname)]
define __embtk_install_openrc_issue
cat $(embtk_openrc_mk)/etc/issue.linux | \
sed -e "s;{EMBTK_VERSION};$(EMBTK_VERSION);" \