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.hfreyther/master-next
parent
0f9508c924
commit
0fe0571683
@ -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" |
||||
|
||||
|
@ -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" |
@ -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" |
@ -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" |
Loading…
Reference in new issue