[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-369-gb3047dec5
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2023-02-27 14:35:11
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via b3047dec5fd5254eed42784d0a478970096e60c8 (commit)
via b11889aade0d09b97dfede4ef17a7d17d318c884 (commit)
from 83c25cc881d0c35b5bf74b2c5f2f5d6f391e6667 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b3047dec5fd5254eed42784d0a478970096e60c8
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Feb 27 15:34:17 2023 +0100
[ROOTFS] overlay: add /etc/i18n/*.kmap to have correct layout for graphical console login
commit b11889aade0d09b97dfede4ef17a7d17d318c884
Author: Julien BOIBESSOT <jul...@ar...>
Date: Mon Feb 27 15:32:47 2023 +0100
[BUILD] add tips to export_linux_config.sh
-----------------------------------------------------------------------
Summary of changes:
.../{target_skeleton => target_overlay}/etc/i18n/de.kmap | Bin
.../{target_skeleton => target_overlay}/etc/i18n/de_SG.kmap | Bin
.../{target_skeleton => target_overlay}/etc/i18n/es_CA.kmap | Bin
.../{target_skeleton => target_overlay}/etc/i18n/fr.kmap | Bin
scripts/export_linux_config.sh | 2 ++
5 files changed, 2 insertions(+)
copy buildroot/target/device/armadeus/rootfs/{target_skeleton => target_overlay}/etc/i18n/de.kmap (100%)
copy buildroot/target/device/armadeus/rootfs/{target_skeleton => target_overlay}/etc/i18n/de_SG.kmap (100%)
copy buildroot/target/device/armadeus/rootfs/{target_skeleton => target_overlay}/etc/i18n/es_CA.kmap (100%)
copy buildroot/target/device/armadeus/rootfs/{target_skeleton => target_overlay}/etc/i18n/fr.kmap (100%)
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/de.kmap b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/de.kmap
similarity index 100%
copy from buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/de.kmap
copy to buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/de.kmap
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/de_SG.kmap b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/de_SG.kmap
similarity index 100%
copy from buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/de_SG.kmap
copy to buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/de_SG.kmap
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/es_CA.kmap b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/es_CA.kmap
similarity index 100%
copy from buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/es_CA.kmap
copy to buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/es_CA.kmap
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/fr.kmap b/buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/fr.kmap
similarity index 100%
copy from buildroot/target/device/armadeus/rootfs/target_skeleton/etc/i18n/fr.kmap
copy to buildroot/target/device/armadeus/rootfs/target_overlay/etc/i18n/fr.kmap
diff --git a/scripts/export_linux_config.sh b/scripts/export_linux_config.sh
index a23e4098b..fe27942a1 100755
--- a/scripts/export_linux_config.sh
+++ b/scripts/export_linux_config.sh
@@ -33,4 +33,6 @@ echo "Using: $DIFFTOOL"
echo $DIFFTOOL $ARMADEUS_LINUX_DIR/defconfig $ARMADEUS_LINUX_CONFIG
$DIFFTOOL $ARMADEUS_LINUX_DIR/defconfig $ARMADEUS_LINUX_CONFIG
+echo "!! Don't forget to check if your BR configuration isn't using config fragments ;-) !!"
+
exit 0
hooks/post-receive
--
armadeus
|