[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-400-g1ee3179d9
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-03-01 14:43:33
|
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 1ee3179d996a563d22c4e1a36455d6d479ba16d3 (commit)
via 33b1ea5386c9e2795c41ebe4c922acd42278c15c (commit)
from e891faf9746089c7b8e2dcd2c009b567682d40f6 (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 1ee3179d996a563d22c4e1a36455d6d479ba16d3
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Mar 1 15:37:47 2024 +0100
[BUILDROOT] apf27_defconfig: add fb-test-app and evtest
commit 33b1ea5386c9e2795c41ebe4c922acd42278c15c
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Mar 1 15:31:55 2024 +0100
[BUILDROOT] Bump BR to 2023.11.2
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
buildroot/configs/apf27_defconfig | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fee1f37e4..21a4a04a9 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ export ARMADEUS_TOPDIR
#--- User configurable stuff:
BUILDROOT_MAJOR_VERSION ?= 2023.11
-BUILDROOT_MINOR_VERSION ?= 1
+BUILDROOT_MINOR_VERSION ?= 2
ifneq ($(strip $(BUILDROOT_MINOR_VERSION)),)
BUILDROOT_VERSION := $(BUILDROOT_MAJOR_VERSION).$(BUILDROOT_MINOR_VERSION)
else
diff --git a/buildroot/configs/apf27_defconfig b/buildroot/configs/apf27_defconfig
index c9934f1f7..ff3f68348 100644
--- a/buildroot/configs/apf27_defconfig
+++ b/buildroot/configs/apf27_defconfig
@@ -52,6 +52,8 @@ BR2_PACKAGE_MTD_JFFS2DUMP=y
BR2_PACKAGE_MTD_MKFSJFFS2=y
BR2_PACKAGE_MTD_SUMTOOL=y
BR2_PACKAGE_ASCII_INVADERS=y
+BR2_PACKAGE_FB_TEST_APP=y
+BR2_PACKAGE_EVTEST=y
BR2_PACKAGE_UBOOT_TOOLS=y
BR2_PACKAGE_DTC=y
BR2_PACKAGE_DTC_PROGRAMS=y
hooks/post-receive
--
armadeus
|