summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-10-13 18:25:19 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-10-14 12:32:52 -0400
commitb3df09902da0d2469a02e9975d404e26c4c5ec0e (patch)
tree48364a64fc8a5804659a373c378a7624cc086cd3 /README
parent466575a7e7312b57c4b43241d16894dea8692049 (diff)
downloadmeta-ti-b3df09902da0d2469a02e9975d404e26c4c5ec0e.tar.gz
recipes: cruft removal and seasonal cleanup
* Eliminate need for BBMASK - remove images requiring systemd/angstrom dependency * Move ti-test packagegroup to proper location and update from latest Arago * Move BoneScript and Bone GSG recipes to recipes-ti/beagleboard * README in recipes-ti warns about unsupported nature of those packages Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 0 insertions, 7 deletions
diff --git a/README b/README
index 0df391f1..61ed5a37 100644
--- a/README
+++ b/README
@@ -11,12 +11,6 @@ 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
20The base BSP part of meta-ti should work with different OpenEmbedded/Yocto 14The base BSP part of meta-ti should work with different OpenEmbedded/Yocto
21distributions and layer stacks, such as: 15distributions and layer stacks, such as:
22distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. 16distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago.
@@ -27,4 +21,3 @@ Please follow the recommended setup procedures of your OE distribution.
27Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org 21Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org
28 22
29Maintainers: Denys Dmytriyenko <denys@ti.com> 23Maintainers: Denys Dmytriyenko <denys@ti.com>
30 Koen Kooi <koen@dominion.thruhere.net>