1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-09 21:11:16 +00:00

dra7xx: add "pci" to MACHINE_FEATURES

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2014-09-10 08:30:09 +00:00
parent ec7902f7ef
commit 9c2ae7b791
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,2 +1,4 @@
require conf/machine/include/omap-a15.inc
SOC_FAMILY_append = ":dra7xx"
MACHINE_FEATURES += "pci"
+1 -1
View File
@@ -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"