summaryrefslogtreecommitdiffstats
path: root/images/enea-image-accelerated-sdk.bb
blob: 2766dc56cd49c07468af4f40a3eac4f5ac37cd68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Full featured image for the Accelerated profile"

require images/enea-image-accelerated-common.inc
require images/enea-image-extra.inc

TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc umlinx"

IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
IMAGE_OVERHEAD_FACTOR = "1.5"

IMAGE_INSTALL += "kernel-devsrc"

# Don't use the current implementation which provides a minimal subset of
# kernel sources used only to build OOT modules.
BBMASK += "meta/recipes-kernel/linux/kernel-devsrc.bb"