[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-338-ga49c5fb24
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2022-08-01 13:49:45
|
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 a49c5fb245a6c1327e5565becced008dd6dbbc0c (commit)
via 8071a32c5330041cc33ecd0d584a7204ccf3065a (commit)
from 220e7de748be08c2c4f2a3b5d72fd5768c63e3fb (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 a49c5fb245a6c1327e5565becced008dd6dbbc0c
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Aug 1 15:39:40 2022 +0200
[BUILDROOT] Bump BR to 2022.02.4
commit 8071a32c5330041cc33ecd0d584a7204ccf3065a
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Jul 26 16:20:27 2022 +0200
[BUILDROOT] opos6ul_defconfig: increase rootfs size to 180MB
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
buildroot/configs/opos6ul_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index d767b410d..f5191d6a1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ export ARMADEUS_TOPDIR
#--- User configurable stuff:
BUILDROOT_MAJOR_VERSION ?= 2022.02
-BUILDROOT_MINOR_VERSION ?= 3
+BUILDROOT_MINOR_VERSION ?= 4
ifneq ($(strip $(BUILDROOT_MINOR_VERSION)),)
BUILDROOT_VERSION := $(BUILDROOT_MAJOR_VERSION).$(BUILDROOT_MINOR_VERSION)
else
diff --git a/buildroot/configs/opos6ul_defconfig b/buildroot/configs/opos6ul_defconfig
index 483a17124..aaf55c6d9 100644
--- a/buildroot/configs/opos6ul_defconfig
+++ b/buildroot/configs/opos6ul_defconfig
@@ -149,7 +149,7 @@ BR2_PACKAGE_NANO=y
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_LABEL="ROOTFS"
-BR2_TARGET_ROOTFS_EXT2_SIZE="160M"
+BR2_TARGET_ROOTFS_EXT2_SIZE="180M"
BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^64bit,^metadata_csum,uninit_bg"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
hooks/post-receive
--
armadeus
|