diff --git a/recipes-apps/images/sysmocom-bsc-e1-image-directdisk.bb b/recipes-apps/images/sysmocom-bsc-e1-image-directdisk.bb deleted file mode 100644 index 4ae1318..0000000 --- a/recipes-apps/images/sysmocom-bsc-e1-image-directdisk.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "sysmocom BSC/E1 image" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -LICENSE = "MIT" - -inherit boot-directdisk - - -ROOTFS = "${DEPLOY_DIR_IMAGE}/sysmocom-bsc-e1-image-${MACHINE}.ext3" -do_bootdirectdisk[depends] += "sysmocom-bsc-e1-image:do_rootfs" - - diff --git a/recipes-apps/images/sysmocom-bsc-e1-image.bb b/recipes-apps/images/sysmocom-bsc-e1-image.bb deleted file mode 100644 index f3491ea..0000000 --- a/recipes-apps/images/sysmocom-bsc-e1-image.bb +++ /dev/null @@ -1,10 +0,0 @@ -IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom \ - task-sysmocom-debug task-sysmocom-tools task-sysmocom-e1 task-gprscore \ - e2fsprogs-mke2fs e2fsprogs-tune2fs e2fsprogs-e2fsck e2fsprogs-fsck \ - kernel-module-nls-iso8859-1 kernel-module-nls-cp437" -IMAGE_LINGUAS = " " -LICENSE = "MIT" - -inherit core-image - -IMAGE_ROOTFS_SIZE = "524288" diff --git a/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb b/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb deleted file mode 100644 index cd80ae6..0000000 --- a/recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb +++ /dev/null @@ -1,10 +0,0 @@ -DESCRIPTION = "sysmocom BSC/IP image" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -LICENSE = "MIT" - -inherit boot-directdisk - -ROOTFS = "${DEPLOY_DIR_IMAGE}/sysmocom-bsc-ip-image-${MACHINE}.ext4" -do_bootdirectdisk[depends] += "sysmocom-bsc-ip-image:do_rootfs" diff --git a/recipes-apps/images/sysmocom-bsc-ip-image.bb b/recipes-apps/images/sysmocom-bsc-ip-image.bb deleted file mode 100644 index c52f824..0000000 --- a/recipes-apps/images/sysmocom-bsc-ip-image.bb +++ /dev/null @@ -1,7 +0,0 @@ -IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools task-gprscore sysmocom-udhcpd-config busybox-udhcpd" -IMAGE_LINGUAS = " " -LICENSE = "MIT" - -inherit core-image - -IMAGE_ROOTFS_SIZE = "262144"