[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-328-g7cea9a93d
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2022-04-22 10:25:50
|
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 7cea9a93dab519115a8f3abc32a6349af8d997f6 (commit)
from 60a8947d8966dff69bcf8c0871f507b5a45ef14d (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 7cea9a93dab519115a8f3abc32a6349af8d997f6
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Apr 22 12:21:47 2022 +0200
[BUILDROOT] Fixes builds on opos6ulnano and opos8mm (legacy 5.4)
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos6ulnano_defconfig | 2 +-
buildroot/configs/opos8mm-legacy-5.4_defconfig | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildroot/configs/opos6ulnano_defconfig b/buildroot/configs/opos6ulnano_defconfig
index d3237588b..815bc35e5 100644
--- a/buildroot/configs/opos6ulnano_defconfig
+++ b/buildroot/configs/opos6ulnano_defconfig
@@ -127,7 +127,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="128M"
+BR2_TARGET_ROOTFS_EXT2_SIZE="150M"
BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^64bit,^metadata_csum,uninit_bg"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
diff --git a/buildroot/configs/opos8mm-legacy-5.4_defconfig b/buildroot/configs/opos8mm-legacy-5.4_defconfig
index 8ea718a6b..03228d2c4 100644
--- a/buildroot/configs/opos8mm-legacy-5.4_defconfig
+++ b/buildroot/configs/opos8mm-legacy-5.4_defconfig
@@ -109,6 +109,7 @@ BR2_PACKAGE_LIBGPIOD_TOOLS=y
BR2_PACKAGE_LIBV4L=y
BR2_PACKAGE_LIBV4L_UTILS=y
BR2_PACKAGE_TSLIB=y
+BR2_PACKAGE_LIBTIRPC=y
BR2_PACKAGE_BLUEZ_TOOLS=y
BR2_PACKAGE_BLUEZ5_UTILS=y
BR2_PACKAGE_BLUEZ5_UTILS_OBEX=y
hooks/post-receive
--
armadeus
|