diff --git a/recipes-apps/images/sysmocom-bsc-image.bb b/recipes-apps/images/sysmocom-bsc-image.bb deleted file mode 100644 index e98d13f..0000000 --- a/recipes-apps/images/sysmocom-bsc-image.bb +++ /dev/null @@ -1,14 +0,0 @@ -require sysmocom-image.inc - -IMAGE_INSTALL_append = " task-sysmocom " - -# This variant of the image will run osmo-bts and osmo-bsc -activate_bsc() { - echo "NO_START=0" > ${IMAGE_ROOTFS}/etc/default/osmo-bsc -} - -activate_systemd_bsc() { - ln -sf ${systemd_system_unitdir}/osmo-bsc.service ${IMAGE_ROOTFS}/etc/systemd/system/multi-user.target.wants/ -} - -IMAGE_PREPROCESS_COMMAND += "${@bb.utils.contains('DISTRO_FEATURES','systemd','activate_systemd_bsc','activate_bsc',d)}; "