[meta-ti] Denys Dmytriyenko : dra7xx: add "pci" to MACHINE_FEATURES

Arago Project git git at arago-project.org
Thu Sep 11 08:02:26 PDT 2014


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Wed Sep 10 08:30:09 2014 +0000

dra7xx: add "pci" to MACHINE_FEATURES

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

---

 conf/machine/include/dra7xx.inc   |    2 ++
 conf/machine/include/omap-a15.inc |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc
index fd0ecfe..857e1b3 100644
--- a/conf/machine/include/dra7xx.inc
+++ b/conf/machine/include/dra7xx.inc
@@ -1,2 +1,4 @@
 require conf/machine/include/omap-a15.inc
 SOC_FAMILY_append = ":dra7xx"
+
+MACHINE_FEATURES += "pci"
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index d7ddb62..3654c3a 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -5,7 +5,7 @@ DEFAULTTUNE ?= "cortexa15thf-neon"
 require conf/machine/include/tune-cortexa15.inc
 
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r5"
+MACHINE_KERNEL_PR = "r6"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"



More information about the meta-ti mailing list