Revert "Force OLDEST_KERNEL to 4.4.0"
Setting the OLDEST_KERNEL also impacts the SDK and causes all SDK
programs to also require the same kernel level. If the SDK is ran on a
machine with an older kernel it gives the message:
FATAL: kernel too old
The current OLDEST_KERNEL from Yocto is the same as the RHEL6 kernel
and we have a number of developers using that distro. Therefore, we
will just revert this change and keep with the base Yocto level.
Setting the OLDEST_KERNEL to 4.4 only saved us around 7k of space
anyhow, so it does not seem worth the effort to try to figure out how
separate SDK vs image values for this variable.
This reverts commit d011f6882aeebe627950e8ed4fe5a9b5b9806e26.
Change-Id: Ic78b503ac9027c62ce2c45161717f1c0d4fdad03
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed