[meta-ti] Sam Nelson : keystone: Add pci feature to MACHINE Keystone

Arago Project git git at arago-project.org
Wed Feb 5 15:13:21 PST 2014


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

Author: Sam Nelson <sam.nelson at ti.com>
Date:   Fri Jan 31 23:47:58 2014 -0500

keystone: Add pci feature to MACHINE Keystone

- Device support pci interface

Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/include/keystone.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 72e71bf..b961ad3 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -8,7 +8,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 = "r6"
+MACHINE_KERNEL_PR = "r7"
 
 KERNEL_IMAGETYPE = "uImage"
 
@@ -20,4 +20,4 @@ UBOOT_LOADADDRESS = "0x80008000"
 EXTRA_IMAGEDEPENDS += "u-boot"
 EXTRA_IMAGEDEPENDS += "boot-monitor"
 
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci"



More information about the meta-ti mailing list