From de88c1b1e06c8a10f1c6b18851ee1ffde94281fb Mon Sep 17 00:00:00 2001
From: Ronny Nilsson <ronny.nilsson@iopsys.eu>
Date: Mon, 23 Mar 2020 16:04:40 +0100
Subject: [PATCH] cfe: temporary workaround for letting CFE accept the .y3
 image.

When everybody has upgraded we can revert this commit and thus remove JFFS2 from the .y3 image.
---
 iopsys-brcm63xx-arm/image/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/iopsys-brcm63xx-arm/image/Makefile b/iopsys-brcm63xx-arm/image/Makefile
index ef886d3bc..4d02b1ce3 100644
--- a/iopsys-brcm63xx-arm/image/Makefile
+++ b/iopsys-brcm63xx-arm/image/Makefile
@@ -396,13 +396,14 @@ define Image/Build/imgY3
 	# Generate regular Iopsys .y3
 	# header
 	$(call Image/Build/HeaderY3,header.y3,cfe$(CONFIG_BCM_CHIP_ID)_nand.v,	\
-		void,void,root.ubi,pkginfo, \
+		vmlinux.jffs2,void,root.ubi,pkginfo, \
 		bundled-upgrade-script.tar.gz,rescue.ubi)
 
 	# Concat header, cfe, vmlinux and ubi together
 	cat $(KDIR)/header.y3 \
 		$(KDIR)/cfe$(CONFIG_BCM_CHIP_ID)_nand.v \
 		$(KDIR)/rescue.ubi \
+		$(KDIR)/vmlinux.jffs2 \
 		$(KDIR)/root.ubi \
 		$(KDIR)/pkginfo \
 		$(KDIR)/bundled-upgrade-script.tar.gz >$(BIN_DIR)/$(IHGSP_BUILD_VERSION).y3
-- 
GitLab