diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-14 09:16:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-05 11:24:01 +0000 |
commit | df0d06a941bd571af29fe8ccd6c35981072f28f3 (patch) | |
tree | db727f75ef4f1b67c70adb738942fbcc7aac8b39 /README | |
parent | c7ecb1ebbd0a05343bf5c16eeab8edb9bba32a5e (diff) | |
download | tizen-distro-df0d06a941bd571af29fe8ccd6c35981072f28f3.tar.gz tizen-distro-df0d06a941bd571af29fe8ccd6c35981072f28f3.tar.bz2 tizen-distro-df0d06a941bd571af29fe8ccd6c35981072f28f3.zip |
README: add short description of OE-Core
(From OE-Core rev: 5ebaabe8ed518b92515ab74963a4849410be44aa)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,6 +20,10 @@ The Yocto Project has extensive documentation about the system including a reference manual which can be found at: http://yoctoproject.org/community/documentation -For information about OpenEmbedded see their website: +OpenEmbedded-Core is a layer containing the core metadata for current versions +of OpenEmbedded. It is distro-less (can build a functional image with +DISTRO = "") and contains only emulated machine support. + +For information about OpenEmbedded, see the OpenEmbedded website: http://www.openembedded.org/ |