Module: meta-ti Branch: master Commit: 721aad503b2c6ad8555b4c70f564b8d83481bf47 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=721aad503b2c6ad8555b4c70f564b8d83481bf47
Author: Denys Dmytriyenko <[email protected]> Date: Fri Jun 20 22:33:44 2014 +0000 machine configs: set optimized hardfp DEFAULTTUNE if not set Signed-off-by: Denys Dmytriyenko <[email protected]> --- conf/machine/include/keystone.inc | 3 ++- conf/machine/include/omap-a15.inc | 3 ++- conf/machine/include/omap3.inc | 3 ++- conf/machine/include/omap4.inc | 3 ++- conf/machine/include/ti33x.inc | 3 ++- conf/machine/include/ti43x.inc | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index a9449b2..9a5c11f 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc @@ -1,6 +1,7 @@ SOC_FAMILY = "keystone" require conf/machine/include/soc-family.inc +DEFAULTTUNE ?= "cortexa15thf-neon" require conf/machine/include/tune-cortexa15.inc PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" @@ -8,7 +9,7 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone" PREFERRED_PROVIDER_u-boot = "u-boot-keystone" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r7" +MACHINE_KERNEL_PR = "r8" KERNEL_IMAGETYPE = "uImage" diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc index dcf973e..3fef64e 100644 --- a/conf/machine/include/omap-a15.inc +++ b/conf/machine/include/omap-a15.inc @@ -1,10 +1,11 @@ SOC_FAMILY = "omap-a15" require conf/machine/include/soc-family.inc +DEFAULTTUNE ?= "cortexa15thf-neon" require conf/machine/include/tune-cortexa15.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r3" +MACHINE_KERNEL_PR = "r4" PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index c80939a..e71630b 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,6 +1,7 @@ SOC_FAMILY = "omap3" require conf/machine/include/soc-family.inc +DEFAULTTUNE ?= "cortexa8thf-neon" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" @@ -16,7 +17,7 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r125" +MACHINE_KERNEL_PR = "r126" KERNEL_IMAGETYPE = "uImage" diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index cf71be1..066acca 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc @@ -1,6 +1,7 @@ SOC_FAMILY = "omap4" require conf/machine/include/soc-family.inc +DEFAULTTUNE ?= "cortexa9thf-neon" require conf/machine/include/tune-cortexa9.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" @@ -13,7 +14,7 @@ XSERVER = "xserver-xorg \ xf86-video-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r1" +MACHINE_KERNEL_PR = "r2" KERNEL_IMAGETYPE = "uImage" diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 17b968d..53f38c9 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc @@ -1,6 +1,7 @@ SOC_FAMILY = "ti33x" require conf/machine/include/soc-family.inc +DEFAULTTUNE ?= "cortexa8thf-neon" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" @@ -16,7 +17,7 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r21" +MACHINE_KERNEL_PR = "r22" # Default providers, may need to override for specific machines PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 8913380..8c5fa2d 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc @@ -1,6 +1,7 @@ SOC_FAMILY = "ti43x" require conf/machine/include/soc-family.inc +DEFAULTTUNE ?= "cortexa9thf-neon" require conf/machine/include/tune-cortexa9.inc PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" @@ -16,7 +17,7 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r2" +MACHINE_KERNEL_PR = "r3" # Default providers, may need to override for specific machines PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
