[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-215-gf37497153
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-10-20 17:18:31
|
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 f3749715387fd4db8c308d71858f6a0e836bbe41 (commit)
via e15fb29a476c1057e78e8b258315a97961dd8e4e (commit)
from da799424b02ddff647de382b6e8a514c37f68ecb (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 f3749715387fd4db8c308d71858f6a0e836bbe41
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 20 19:17:53 2020 +0200
[BUILDROOT] opos8mm: enable can-utils and gesftpserver
commit e15fb29a476c1057e78e8b258315a97961dd8e4e
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 20 19:16:09 2020 +0200
[BUILDROOT] opos8mm: fix BR_DL_DIR and enable ccache
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos8mm-legacy-5.4_defconfig | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/buildroot/configs/opos8mm-legacy-5.4_defconfig b/buildroot/configs/opos8mm-legacy-5.4_defconfig
index 24f491a5b..dfa75b987 100644
--- a/buildroot/configs/opos8mm-legacy-5.4_defconfig
+++ b/buildroot/configs/opos8mm-legacy-5.4_defconfig
@@ -1,6 +1,8 @@
BR2_aarch64=y
-BR2_DL_DIR="/home/sszy/development/buildroot-download"
+BR2_DL_DIR="$(BASE_DIR)/../downloads"
BR2_BACKUP_SITE="ftp://ftp2.armadeus.com/armadeusw/download"
+BR2_CCACHE=y
+BR2_CCACHE_DIR="$(TOPDIR)/.$(BR2_BOARD_NAME)-buildroot-ccache"
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_GENERIC_HOSTNAME="opos8mm"
BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
@@ -86,8 +88,10 @@ BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_HEALTH=y
BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_MIDI=y
BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_NFC=y
BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_SAP=y
+BR2_PACKAGE_CAN_UTILS=y
BR2_PACKAGE_CRDA=y
BR2_PACKAGE_DROPBEAR=y
+BR2_PACKAGE_GESFTPSERVER=y
BR2_PACKAGE_IPROUTE2=y
BR2_PACKAGE_IW=y
BR2_PACKAGE_LINKS=y
hooks/post-receive
--
armadeus
|