summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-05-17 23:47:35 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-05-17 23:47:35 -0400
commitbe837d63a43e61b9a1d183daee0cbd4ffe8a4130 (patch)
tree56cb97ab1822efb2af55313bd85efccea0a963c7
parent297460c124fbe5542272720202a538e3fb286ced (diff)
downloadmeta-ti-be837d63a43e61b9a1d183daee0cbd4ffe8a4130.tar.gz
README: by popular demand add comment on how to avoid systemd breakage
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index b376695f..0df391f1 100644
--- a/README
+++ b/README
@@ -11,6 +11,12 @@ layers: meta
11branch: master 11branch: master
12 12
13 13
14When not depending on meta-openembedded and not using systemd, you may need to
15mask few miscellaneous recipes requiring systemd, by adding this to local.conf:
16
17BBMASK = "meta-ti/recipes-misc"
18
19
14The base BSP part of meta-ti should work with different OpenEmbedded/Yocto 20The base BSP part of meta-ti should work with different OpenEmbedded/Yocto
15distributions and layer stacks, such as: 21distributions and layer stacks, such as:
16distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. 22distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago.