summaryrefslogtreecommitdiffstats
path: root/meta-netboot/recipes-core/images/initramfs-netboot-image_netboot.inc
blob: b98024de6a822b78b1eb2b3efb05dda7c67b1aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Netboot initramfs image.
DESCRIPTION = "Netboot initrd image"

PACKAGE_INSTALL = "initramfs-netboot busybox base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"

# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""

export IMAGE_BASENAME = "initramfs-netboot-image"
IMAGE_LINGUAS = ""

LICENSE = "MIT"

IMAGE_FSTYPES := "${NETBOOT_FSTYPES}"
inherit core-image

# hotfix for dragonboard (which uses _append in the bsp) 
IMAGE_FSTYPES:remove = "wic.gz"

IMAGE_ROOTFS_SIZE = "8192"
IMAGE_ROOTFS_EXTRA_SPACE = "256"

BAD_RECOMMENDATIONS += "busybox-syslog"