From 9fde00db049eab7120df97be9290a9f40a8e09fa Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 5 Apr 2018 15:39:25 +0200 Subject: [PATCH] sysmocom-nitb-image: Drop osmo-nitb leftovers osmo-nitb is not used anymore. Furthermore, all new services are enabled by default now. --- recipes-apps/images/sysmocom-nitb-image.bb | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/recipes-apps/images/sysmocom-nitb-image.bb b/recipes-apps/images/sysmocom-nitb-image.bb index 14f7330..1ab5982 100644 --- a/recipes-apps/images/sysmocom-nitb-image.bb +++ b/recipes-apps/images/sysmocom-nitb-image.bb @@ -1,14 +1,3 @@ require sysmocom-image.inc IMAGE_INSTALL_append = " task-sysmocom " - -# This variant of the image will run osmo-bts and osmo-nitb -activate_nitb() { - echo "NO_START=0" > ${IMAGE_ROOTFS}/etc/default/osmo-nitb -} - -activate_systemd_nitb() { - ln -sf ${systemd_system_unitdir}/osmo-nitb.service ${IMAGE_ROOTFS}/etc/systemd/system/multi-user.target.wants/ -} - -IMAGE_PREPROCESS_COMMAND += "${@bb.utils.contains('DISTRO_FEATURES','systemd','activate_systemd_nitb','activate_nitb',d)}; "