[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-298-g4c1bf5926
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-10-12 11:56:00
|
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 4c1bf59262025631ac6e7e612f34b767c0c9de7d (commit)
via de5650f7d0451f823c73d662bd3b49f10600e943 (commit)
via a9d64032d4b93fe0dcfe9d8757e29218e7c8a385 (commit)
from a5ba0b96b946e60215e3800e67c93fddeee3bfb2 (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 4c1bf59262025631ac6e7e612f34b767c0c9de7d
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 12 13:54:21 2021 +0200
[BUILDROOT] opos8mm-legacy-5.10_defconfig: bump U-boot to cb18cae6ce5d68f995dcdd3b1da2eb91126cc922
commit de5650f7d0451f823c73d662bd3b49f10600e943
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 12 13:53:53 2021 +0200
[BUILDROOT] opos8mm-legacy-5.10_defconfig: bump Linux to 2c9511a144c95405bef26b8fddbeb116a261b772
commit a9d64032d4b93fe0dcfe9d8757e29218e7c8a385
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 12 13:53:29 2021 +0200
[BUILDROOT] opos8mm-legacy-5.10_defconfig: fix Linux git URL
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos8mm-legacy-5.10_defconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildroot/configs/opos8mm-legacy-5.10_defconfig b/buildroot/configs/opos8mm-legacy-5.10_defconfig
index 749af9f8e..a017d0613 100644
--- a/buildroot/configs/opos8mm-legacy-5.10_defconfig
+++ b/buildroot/configs/opos8mm-legacy-5.10_defconfig
@@ -21,8 +21,8 @@ BR2_CPU_NAME="imx8mm"
BR2_TARGET_ARMADEUS_SDRAM_SIZE="1024"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://git.code.sf.net/p/armadeus/linux"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ea9c60eb84c1ef6f7542d3b74d2027999a7ca86f"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.code.sf.net/p/armadeus/linux"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="2c9511a144c95405bef26b8fddbeb116a261b772"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME)-linux-legacy-5.10_defconfig"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -150,7 +150,7 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_BOARDNAME="$(BR2_BOARD_NAME)"
BR2_TARGET_UBOOT_CUSTOM_GIT=y
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.code.sf.net/p/armadeus/u-boot"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="ac5731fad0bc636c90be6a11ca070f5b341eb7e5"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="cb18cae6ce5d68f995dcdd3b1da2eb91126cc922"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="opos8mmdev"
BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
# BR2_TARGET_UBOOT_FORMAT_BIN is not set
hooks/post-receive
--
armadeus
|