diff options
author | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-03-12 14:23:07 +0000 |
---|---|---|
committer | g2@giantshoulder.com <g2@giantshoulder.com> | 2005-03-12 14:23:07 +0000 |
commit | 7a7d1666be0940bdcf4790c72d84484c9fc5b60a (patch) | |
tree | a9c4d57cf8381e1e95a3d1cad59a66fb3433d734 /conf | |
parent | d8d59e0c716b96b2275aad70750aa3563e399ed9 (diff) |
Merge nslu2-linux@nslu2-linux.bkbits.net:openembedded
into giantshoulder.com:/home/tom/dev/openslug/openembedded
2005/03/12 03:41:05-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/12 12:27:12+01:00 (none)!koen
local.conf.sample:
note on leading spaces
2005/03/12 11:43:28+01:00 (none)!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into lieve.(none):/data/build/oe/clean-tree/openembedded
2005/03/12 11:43:02+01:00 (none)!koen
libmatchbox_svn.bb:
update to 1.6
2005/03/11 19:41:18-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 21:57:25-05:00 handhelds.org!kergoth
Gcc 3.4.0, 3.4.1, 3.4.2:
* Remove old versions.
Gcc 3.4.3:
* Adjust the gcc build to patch away the STMP_FIXINC/STMP_FIXPERM screwup when not setting --with-sysroot, and stop passing --with-sysroot .. setting it was resulting in our g++ binary adding -L/lib and -L /usr/lib to its link lines, which caused lots of problems.
2005/03/11 16:41:04-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 13:41:54-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 12:41:05-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/11 11:41:06-08:00 bkbits.net!nslu2-linux.adm
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
BKrev: 4232fb4bz0F18QK-4Xxxw237qdrUng
Diffstat (limited to 'conf')
-rw-r--r-- | conf/local.conf.sample | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 245cffa2e8..4ff306d79d 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -9,8 +9,11 @@ # # Once you have done that, remove the line at the end of this # file and build away. +# +# WARNING: lines starting with a space (' ') will result in parse failures. +# Remove '# ' from commented lines to activate them. # -# NOTE: Do NOT use ~ in your paths, BitBake does NOT expand ~ for you. If you +# NOTE: Do NOT use $HOME in your paths, BitBake does NOT expand ~ for you. If you # must have paths relative to your homedir use ${HOME} (note the {}'s there # you MUST have them for the variable expansion to be done by BitBake). Your # paths should all be absolute paths (They should all start with a / after |