diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-16 11:18:22 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-16 11:18:22 -0700 |
commit | 0d40d05185f0bae7fa11d342c12344d4b76518a3 (patch) | |
tree | 6ef51a6a575aa7a70a7fd7fc32fab0ff8a251989 | |
parent | 293fa519d1c883e5a65ac298c1011ab95fb96499 (diff) |
local.conf.sample: Document ASSUME_PROVIDED for linux-libc-headers-native
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | conf/local.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index af20c93254..6f2fea6ef1 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -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. |