Use separate kernel recipe for minimal image

In order to keep only one official kernel variant, we splitted it from
kernel used for initramfs images.

BugzID: 69147
This commit is contained in:
Alexandre Bard 2020-11-27 14:19:08 +01:00
parent ab5401029a
commit 671d3d95f9
2 changed files with 4 additions and 1 deletions

View File

@ -2,9 +2,11 @@ require netmodule-linux.conf
DISTRO = "netmodule-linux-minimal"
DISTRO_VARIANT = " for minimal fitImage"
INITRAMFS_IMAGE = "netmodule-linux-image-minimal"
INCLUDE_PYCS_pn-python3 = "0"
INHERIT += "reproducible_build_simple"
export SOURCE_DATE_EPOCH ?= "0"
REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
PREFERRED_PROVIDER_virtual/netmodule-image = "linux-netmodule-initramfs"
INITRAMFS_IMAGE_pn-linux-netmodule-initramfs = "netmodule-linux-image-minimal"

View File

@ -3,6 +3,7 @@ require includes/image-preprocessing.inc
require includes/firmware.inc
SUMMARY = "NetModule Linux Distro Image"
PROVIDES += "virtual/netmodule-image"
IMAGE_FSTYPES += "tar.gz"