blob: 2ce4f3642a02315a8b06eecbc7e05f9cd692a756 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# We do not use kernel image or kernel modules in the image, so remove the
# dependency on the kernel
KERNELDEPMODDEPEND = ""
KERNEL_DEPLOY_DEPEND = ""
IMAGE_LINGUAS = ""
LICENSE = "MIT"
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
IMAGE_NAME_SUFFIX ?= ""
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
IMAGE_ROOTFS_EXTRA_SPACE = "0"
# Inhibit installing /init
IMAGE_BUILDING_DEBUGFS = "true"
|