mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
This reverts commit de9c533d73.
Removing this completely makes it much more difficult to use layers that
depend on linux-yocto. Keep the default 4.9 kernel as linux-intel, but
have linux-yocto available as an option.
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
14 lines
577 B
Plaintext
14 lines
577 B
Plaintext
KERNEL_FEATURES_INTEL_COMMON = ""
|
|
|
|
COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
|
|
KMACHINE_core2-32-intel-common = "intel-core2-32"
|
|
KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
|
|
KMACHINE_corei7-64-intel-common = "intel-corei7-64"
|
|
KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
|
|
KMACHINE_i586-nlp-32-intel-common = "intel-quark"
|
|
KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
|