summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-05 21:48:28 -0700
committerKhem Raj <raj.khem@gmail.com>2012-07-09 19:20:20 -0700
commitd599b67e344862e9e030509657ea58f45db66938 (patch)
tree0348881d4d2c1a46752717192a3fe797fe1dc380
parent34ec6f64ba751604b68e9127e3a7960da3c40cce (diff)
downloadmeta-fsl-ppc-d599b67e344862e9e030509657ea58f45db66938.tar.gz
fsl.conf: Let linux-qoriq-sdk-headers-nativesdk provide linux-libc-headers-nativesdk
If not set by user then let distro policy be to use linux-qoriq-sdk-headers-nativesdk for linux-libc-headers-nativesdk Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/distro/fsl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index 6d4dc34..8bfb272 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -83,6 +83,7 @@ IMAGE_CLASSES = "image_types_uboot"
83 83
84PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06" 84PREFERRED_VERSION_u-boot-mkimage-native_powerpc = "2011.06"
85PREFERRED_PROVIDER_virtual/libx11 = "libx11" 85PREFERRED_PROVIDER_virtual/libx11 = "libx11"
86PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-qoriq-sdk-headers-nativesdk"
86 87
87SYSVINIT_ENABLED_GETTYS = "" 88SYSVINIT_ENABLED_GETTYS = ""
88USE_VT = "" 89USE_VT = ""