diff options
author | 2012-05-17 23:47:35 -0400 | |
---|---|---|
committer | 2012-05-17 23:47:35 -0400 | |
commit | be837d63a43e61b9a1d183daee0cbd4ffe8a4130 (patch) | |
tree | 56cb97ab1822efb2af55313bd85efccea0a963c7 /README | |
parent | 297460c124fbe5542272720202a538e3fb286ced (diff) | |
download | meta-ti-be837d63a43e61b9a1d183daee0cbd4ffe8a4130.tar.gz meta-ti-be837d63a43e61b9a1d183daee0cbd4ffe8a4130.tar.bz2 meta-ti-be837d63a43e61b9a1d183daee0cbd4ffe8a4130.zip |
README: by popular demand add comment on how to avoid systemd breakage
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ layers: meta branch: master +When not depending on meta-openembedded and not using systemd, you may need to +mask few miscellaneous recipes requiring systemd, by adding this to local.conf: + +BBMASK = "meta-ti/recipes-misc" + + The base BSP part of meta-ti should work with different OpenEmbedded/Yocto distributions and layer stacks, such as: distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. |