local.conf.sample: Document ASSUME_PROVIDED for linux-libc-headers-native
authorTom Rini <tom_rini@mentor.com>
Wed, 16 Jun 2010 18:18:22 +0000 (11:18 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 16 Jun 2010 18:18:22 +0000 (11:18 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/local.conf.sample

index af20c93..6f2fea6 100644 (file)
@@ -30,6 +30,11 @@ BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}"
 # This is a regulary expression, so be sure to get your parenthesis balanced.
 BBMASK = ""
 
+# Uncomment this if your host distribution has recent enough Linux
+# Kernel header files.  Utilities we use to generate certain types of
+# target filesystems need somewhat recent header files.
+# ASSUME_PROVIDED += "linux-libc-headers-native"
+
 # Uncomment this if you want to use a prebuilt toolchain. You will need to
 # provide packages for toolchain and additional libraries yourself. You also
 # have to set PATH in your environment to make sure BitBake finds additional binaries.