diff options
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86-64.conf | 2 | ||||
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index f76e35af67..ceee247bac 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf | |||
@@ -6,3 +6,5 @@ | |||
6 | DEFAULTTUNE ?= "core2-64" | 6 | DEFAULTTUNE ?= "core2-64" |
7 | require conf/machine/include/tune-core2.inc | 7 | require conf/machine/include/tune-core2.inc |
8 | require conf/machine/include/genericx86-common.inc | 8 | require conf/machine/include/genericx86-common.inc |
9 | |||
10 | PREFERRED_VERSION_linux-yocto_genericx86-64 ?= "4.8%" | ||
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index 798b62ec2b..04a7e0b6ad 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf | |||
@@ -8,3 +8,5 @@ require conf/machine/include/tune-core2.inc | |||
8 | require conf/machine/include/genericx86-common.inc | 8 | require conf/machine/include/genericx86-common.inc |
9 | 9 | ||
10 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" | 10 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" |
11 | |||
12 | PREFERRED_VERSION_linux-yocto_genericx86 ?= "4.8%" | ||