From 0fe05716831f895f45f4e22ac911ec1d50744b6d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 24 Oct 2014 20:01:30 +0200 Subject: [PATCH] misc-images: Remove images we are rarely/not using The concept of directdisk image is overhauled as we are now having a initramfs that can flash the next image through USB. The dedicated E1/IP images are rarely to never used and did probably bit-rot. For the next time we provide such a system we can simply (write a script to) install the additional feed. --- .../images/sysmocom-bsc-e1-image-directdisk.bb | 13 ------------- recipes-apps/images/sysmocom-bsc-e1-image.bb | 10 ---------- .../images/sysmocom-bsc-ip-image-directdisk.bb | 10 ---------- recipes-apps/images/sysmocom-bsc-ip-image.bb | 7 ------- 4 files changed, 40 deletions(-) delete mode 100644 recipes-apps/images/sysmocom-bsc-e1-image-directdisk.bb delete mode 100644 recipes-apps/images/sysmocom-bsc-e1-image.bb delete mode 100644 recipes-apps/images/sysmocom-bsc-ip-image-directdisk.bb delete mode 100644 recipes-apps/images/sysmocom-bsc-ip-image.bb 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"