[meta-ti] Denys Dmytriyenko : dra7xx: add "pci" to MACHINE_FEATURES
Arago Project git
git at arago-project.org
Thu Sep 11 08:02:29 PDT 2014
Module: meta-ti
Branch: daisy
Commit: 0c73d5f10540d396046d192ee9cda7eb8f93e20c
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=0c73d5f10540d396046d192ee9cda7eb8f93e20c
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