From 822f15f414cb46f88b29e784fa8739599e12e971 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 3 Aug 2017 17:09:44 +0200 Subject: [PATCH] sysmobts2100.conf: Avoid dropping virtual/bootloader from EXTRA_IMAGEDEPENDS Append to EXTRA_IMAGEDEPENDS instead of overriding it, as it is being previously set by included litecell15.conf. --- conf/machine/sysmobts2100.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/sysmobts2100.conf b/conf/machine/sysmobts2100.conf index 4ac183b..04d5463 100644 --- a/conf/machine/sysmobts2100.conf +++ b/conf/machine/sysmobts2100.conf @@ -23,4 +23,4 @@ MACHINE_EXTRA_RDEPENDS = "\ task-sysmocom-bts \ ${@['watchdog', ''][d.getVar('VIRTUAL-RUNTIME_init_manager', True) == 'systemd']} \ " -EXTRA_IMAGEDEPENDS = "sysmobts2100-devtools" +EXTRA_IMAGEDEPENDS += "sysmobts2100-devtools"