diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 1f64a1b062..edbb1e6572 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -8,10 +8,8 @@ DL_DIR = "${HOME}/sources" # Use this to specify what .oe files to consider for builds OEFILES = "*/*.oe" -# Note that only recent oemake's obey OEMASK directly. In earlier versions -# you had to filter by hand and populate OEFILES accordingly # Use the OEMASK below unless you want to build something else than the default glibc based setup -OEMASK = "(toolchain-external)" +OEMASK = "" # Uncomment this if you want to use a prebuilt toolchain. # You will need to provide packages for toolchain and additional libraries yourself |