mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

The standard ktype was changed to not include EMBEDDED, EXPERT, or DEBUG_KERNEL and a new ktype called developer was added that does include those options. By default we lose a number of debug options but gain a more production- ready kernel. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
11 lines
520 B
Plaintext
11 lines
520 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
#LINUX_VERSION_i586-nlp-32-intel-common = "4.4.3"
|
|
SRCREV_meta-i586-nlp-32-intel-common = "da47accec6c17c22cecf064be1da29b5bf3d7583"
|
|
SRCREV_machine-i586-nlp-32-intel-common = "ff4c4ef15b51f45b9106d71bf1f62fe7c02e63c2"
|
|
|
|
COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
|
|
KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc"
|
|
KMACHINE_i586-nlp-32-intel-common = "intel-quark"
|
|
KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|