[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-201-ga926359c1
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-06-11 13:25:19
|
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 a926359c1f8ec90e46eead92ca1cced374eb8818 (commit)
from e2f4ddcfbb5cd43f5da2257cc7d10df88a4758da (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 a926359c1f8ec90e46eead92ca1cced374eb8818
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Jun 11 15:23:41 2020 +0200
[BUILDROOT] disable Armadeus U-Boot post install images hook for i.MX8M
-----------------------------------------------------------------------
Summary of changes:
buildroot/target/device/armadeus/Makefile.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/buildroot/target/device/armadeus/Makefile.in b/buildroot/target/device/armadeus/Makefile.in
index 64fd17e41..940a33458 100644
--- a/buildroot/target/device/armadeus/Makefile.in
+++ b/buildroot/target/device/armadeus/Makefile.in
@@ -13,6 +13,8 @@ LINUX26_KERNEL_NAME:=$(BOARD_NAME)-linux.bin
# !! if you modify the following, please also update scripts/quiltify.sh !!
ifneq ($(BR2_CPU_NAME), "imx6")
ifneq ($(BR2_CPU_NAME), "imx6ul")
+ifneq ($(BR2_CPU_NAME), "imx8mm")
+ifneq ($(BR2_CPU_NAME), "imx8mn")
define UBOOT_UPDATE_CONFIG_HEADER
$(SED) "s,^#define CONFIG_BOARD_NAME.*,#define CONFIG_BOARD_NAME $(BOARD_NAME),g;"\
$(@D)/include/configs/$(UBOOT_BOARD_NAME).h
@@ -47,6 +49,8 @@ define UBOOT_POST_INSTALL_IMAGES_ACTION
endef
UBOOT_POST_INSTALL_IMAGES_HOOKS += UBOOT_POST_INSTALL_IMAGES_ACTION
+endif # BR2_CPU_NAME != imx8mn
+endif # BR2_CPU_NAME != imx8mm
endif # BR2_CPU_NAME != imx6ul
endif # BR2_CPU_NAME != imx6
hooks/post-receive
--
armadeus
|