[meta-ti] Denys Dmytriyenko : conf/machine: update legacy machines to use latest mainline kernel and u-boot

Arago Project git git at arago-project.org
Tue Jun 24 16:35:09 PDT 2014


Module: meta-ti
Branch: master
Commit: 4cb36eead6dd7051de8a6a2ddf82daa9c81d09c5
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=4cb36eead6dd7051de8a6a2ddf82daa9c81d09c5

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Jun 24 04:23:52 2014 +0000

conf/machine: update legacy machines to use latest mainline kernel and u-boot

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/am180x-evm.conf     |    4 ----
 conf/machine/am3517-evm.conf     |    5 -----
 conf/machine/am37x-evm.conf      |    4 ----
 conf/machine/beagleboard.conf    |    4 ----
 conf/machine/include/davinci.inc |    2 +-
 conf/machine/include/omap3.inc   |    2 +-
 conf/machine/omap3evm.conf       |    2 --
 7 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index 44ca0c6..3182e8a 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -12,7 +12,3 @@ UBOOT_LOADADDRESS = "0xc0008000"
 IMAGE_FSTYPES += "tar.gz"
 
 SERIAL_CONSOLE = "115200 ttyS2"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-omapl138-psp"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am180x"
-PREFERRED_PROVIDER_u-boot = "u-boot-am180x"
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
index b9b6d17..7295c1f 100644
--- a/conf/machine/am3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -15,11 +15,6 @@ EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
 SERIAL_CONSOLE = "115200 ttyO2"
 USE_VT = "2"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
-
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am3517"
-PREFERRED_PROVIDER_u-boot = "u-boot-am3517"
-
 UBOOT_MACHINE = "am3517_evm_config"
 XLOAD_MACHINE = "am3517evm_config"
 
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index 0d53d50..16ce73c 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -14,10 +14,6 @@ EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
 
 SERIAL_CONSOLE = "115200 ttyO0"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am37x"
-PREFERRED_PROVIDER_u-boot = "u-boot-am37x"
-
 # NOTE: there are NAND and OneNAND versions of this board...
 # do ubiattach /dev/ubi_ctrl -m 4
 # From dmesg:
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index f923119..32985b3 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -7,10 +7,6 @@ require conf/machine/include/omap3.inc
 # Only has DVI connector for external screen
 GUI_MACHINE_CLASS = "bigscreen"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-beagleboard"
-PREFERRED_PROVIDER_u-boot = "u-boot-beagleboard"
-
 IMAGE_FSTYPES += "tar.gz ubi"
 EXTRA_IMAGECMD_jffs2 = "-lnp"
 
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
index 6be5eb7..9f90f24 100644
--- a/conf/machine/include/davinci.inc
+++ b/conf/machine/include/davinci.inc
@@ -5,7 +5,7 @@ MACHINE_KERNEL_PR = "r53"
 
 KERNEL_IMAGETYPE = "uImage"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-davinci"
+PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
 
 UBOOT_MACHINE = "davinci_dvevm_config"
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index e71630b..0757b43 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -22,7 +22,7 @@ MACHINE_KERNEL_PR = "r126"
 KERNEL_IMAGETYPE = "uImage"
 
 # Default providers, may need to override for specific machines
-PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
+PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
 
 UBOOT_ARCH = "arm"
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index 584866c..6bfd808 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -15,8 +15,6 @@ EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
 SERIAL_CONSOLE = "115200 ttyS0"
 USE_VT = "0"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
-
 EXTRA_IMAGEDEPENDS += "x-load"
 
 # NOTE: there are NAND and OneNAND versions of this board...



More information about the meta-ti mailing list