[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-343-gadf264e
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2017-10-12 08:26: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 adf264e1040dde7f1af51d7465a560aa4ae2600e (commit)
from fc105c775744196311bc3a698a5e5ffa9bdeb15e (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 adf264e1040dde7f1af51d7465a560aa4ae2600e
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Oct 12 10:33:17 2017 +0200
[UBOOT] Use sha1 string instead of branch name
With the branch name we cannot make BR download updates of U-Boot.
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/opos6ul_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildroot/configs/opos6ul_defconfig b/buildroot/configs/opos6ul_defconfig
index 294c977..7aa956a 100644
--- a/buildroot/configs/opos6ul_defconfig
+++ b/buildroot/configs/opos6ul_defconfig
@@ -122,7 +122,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="opos6ul"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="f18cf828482830e692c3c71201bcd89d14c3a1e5"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="opos6ul"
BR2_TARGET_UBOOT_FORMAT_IMG=y
BR2_TARGET_UBOOT_SPL=y
hooks/post-receive
--
armadeus
|