From 73bcda3f97be61a8e2d7e27a2e3444a1d732354c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 3 May 2012 03:56:13 +0800 Subject: [PATCH] bts: Build a jffs2 image as well, make sure the firmware is built --- conf/machine/include/sysmobts.inc | 4 ++-- conf/machine/sysmobts-v1.conf | 2 +- conf/machine/sysmobts-v2.conf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/sysmobts.inc b/conf/machine/include/sysmobts.inc index d6d6d53..e678432 100644 --- a/conf/machine/include/sysmobts.inc +++ b/conf/machine/include/sysmobts.inc @@ -30,9 +30,9 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\ kernel-module-nls-utf8 \ kernel-module-rtfifo " -IMAGE_FSTYPES ?= "tar.bz2 cpio.gz ubifs ubi" +IMAGE_FSTYPES ?= "tar.bz2 cpio.gz ubifs ubi jffs2" -MACHINE_EXTRA_RDEPENDS = "task-sysmocom-bts sysmobts-firmware" +MACHINE_EXTRA_RDEPENDS = "task-sysmocom-bts sysmobts-firmware watchdog" #MACHINE_EXTRA_RRECOMMENDS = "dsplink-module" require conf/machine/include/tune-arm926ejs.inc diff --git a/conf/machine/sysmobts-v1.conf b/conf/machine/sysmobts-v1.conf index 17be46b..08ebe78 100644 --- a/conf/machine/sysmobts-v1.conf +++ b/conf/machine/sysmobts-v1.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: sysmocom - systems for mobile communications GmbH GSM BTS # Make sure we build these too -EXTRA_IMAGEDEPENDS = "dvnixload-native ubl u-boot" +EXTRA_IMAGEDEPENDS = "dvnixload-native ubl u-boot sysmobts-firmware" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 --no-cleanmarkers --pad=0x2000000 -n" # ubifs config diff --git a/conf/machine/sysmobts-v2.conf b/conf/machine/sysmobts-v2.conf index cf44842..d0cddce 100644 --- a/conf/machine/sysmobts-v2.conf +++ b/conf/machine/sysmobts-v2.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: sysmocom - systems for mobile communications GmbH GSM Superfemto # Make sure we build these too -EXTRA_IMAGEDEPENDS = "dvnixload-native ubl u-boot" +EXTRA_IMAGEDEPENDS = "dvnixload-native ubl u-boot sysmobts-firmware" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 --no-cleanmarkers --pad=0x2000000 -n" # ubifs config