diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-31 16:05:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-31 16:05:45 +0200 |
commit | 761213e8244a84254df5471033d4f6f1b7f5bf15 (patch) | |
tree | d8614de937fffcbadc7c3556da1e6c546d7f7fd0 | |
parent | fc6700a1427398d466a902455711cfd745f856da (diff) | |
download | meta-ti-761213e8244a84254df5471033d4f6f1b7f5bf15.tar.gz |
add COPYING.MIT and README
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | COPYING.MIT | 17 | ||||
-rw-r--r-- | README | 27 |
2 files changed, 44 insertions, 0 deletions
diff --git a/COPYING.MIT b/COPYING.MIT new file mode 100644 index 00000000..fb950dc6 --- /dev/null +++ b/COPYING.MIT | |||
@@ -0,0 +1,17 @@ | |||
1 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
2 | of this software and associated documentation files (the "Software"), to deal | ||
3 | in the Software without restriction, including without limitation the rights | ||
4 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
5 | copies of the Software, and to permit persons to whom the Software is | ||
6 | furnished to do so, subject to the following conditions: | ||
7 | |||
8 | The above copyright notice and this permission notice shall be included in | ||
9 | all copies or substantial portions of the Software. | ||
10 | |||
11 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
12 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
13 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
14 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
15 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
16 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
17 | THE SOFTWARE. | ||
@@ -0,0 +1,27 @@ | |||
1 | This layer depends on: | ||
2 | |||
3 | URI: git://git.openembedded.org/openembedded-core | ||
4 | branch: master | ||
5 | revision: HEAD | ||
6 | |||
7 | URI: git://git.angstrom-distribution.org/meta-angstrom | ||
8 | branch: master | ||
9 | revision: HEAD | ||
10 | |||
11 | URI: git://git.openembedded.net/meta-openembedded | ||
12 | branch: master | ||
13 | revision: HEAD | ||
14 | |||
15 | It is recommended to follow the instruction at http://www.angstrom-distribution.org/building-angstrom with one important difference: | ||
16 | |||
17 | After "Step 1" go into the newl created 'setup-scripts' directory and do | ||
18 | |||
19 | git checkout origin/oe-core -b oe-core | ||
20 | |||
21 | This will set it up for the OpenEmbedded-core layout instead of the old OpenEmbedded-dev layout. | ||
22 | |||
23 | Send pull requests to openembedded-core@lists.openembedded.org | ||
24 | |||
25 | Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net> | ||
26 | |||
27 | |||