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:
parent
ab5401029a
commit
671d3d95f9
|
|
@ -2,9 +2,11 @@ require netmodule-linux.conf
|
||||||
DISTRO = "netmodule-linux-minimal"
|
DISTRO = "netmodule-linux-minimal"
|
||||||
DISTRO_VARIANT = " for minimal fitImage"
|
DISTRO_VARIANT = " for minimal fitImage"
|
||||||
|
|
||||||
INITRAMFS_IMAGE = "netmodule-linux-image-minimal"
|
|
||||||
INCLUDE_PYCS_pn-python3 = "0"
|
INCLUDE_PYCS_pn-python3 = "0"
|
||||||
|
|
||||||
INHERIT += "reproducible_build_simple"
|
INHERIT += "reproducible_build_simple"
|
||||||
export SOURCE_DATE_EPOCH ?= "0"
|
export SOURCE_DATE_EPOCH ?= "0"
|
||||||
REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
|
REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
|
||||||
|
|
||||||
|
PREFERRED_PROVIDER_virtual/netmodule-image = "linux-netmodule-initramfs"
|
||||||
|
INITRAMFS_IMAGE_pn-linux-netmodule-initramfs = "netmodule-linux-image-minimal"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@ require includes/image-preprocessing.inc
|
||||||
require includes/firmware.inc
|
require includes/firmware.inc
|
||||||
|
|
||||||
SUMMARY = "NetModule Linux Distro Image"
|
SUMMARY = "NetModule Linux Distro Image"
|
||||||
|
PROVIDES += "virtual/netmodule-image"
|
||||||
|
|
||||||
IMAGE_FSTYPES += "tar.gz"
|
IMAGE_FSTYPES += "tar.gz"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue