[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-443-g85e9d2153
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-11-14 14:27:32
|
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 85e9d21536b31c487a46f087769426543e1a72b1 (commit)
from aaf8d2e816c1872f5b0b341760d5128c9892dbaf (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 85e9d21536b31c487a46f087769426543e1a72b1
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Nov 14 15:25:00 2024 +0100
[BUILDROOT] opos93-legacy: fix defconfig
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos93-legacy-6.1_defconfig | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/buildroot/configs/opos93-legacy-6.1_defconfig b/buildroot/configs/opos93-legacy-6.1_defconfig
index 436555bc9..1073a82ae 100644
--- a/buildroot/configs/opos93-legacy-6.1_defconfig
+++ b/buildroot/configs/opos93-legacy-6.1_defconfig
@@ -3,9 +3,10 @@ BR2_cortex_a55=y
BR2_ARM_FPU_VFPV4D16=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
-BR2_WGET="wget --passive-ftp -nd -t 3"
-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_TARGET_GENERIC_HOSTNAME="opos93"
BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
hooks/post-receive
--
armadeus
|