diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-09 14:41:46 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-09 14:41:46 +0200 |
commit | 55dff304eff64e77338a82cfc5a0cb1ed5a07342 (patch) | |
tree | 7e345ef85f51b95c85f5bdf9ddd569b3d9d995e1 | |
parent | 05ed65d22578296d5ef145ec20e6e7bb7b434c9b (diff) | |
download | meta-qt5-55dff304eff64e77338a82cfc5a0cb1ed5a07342.tar.gz |
README: update for daisy release
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,22 +1,22 @@ | |||
1 | This layer depends on: | 1 | This layer depends on: |
2 | 2 | ||
3 | URI: git://github.com/openembedded/oe-core.git | 3 | URI: git://github.com/openembedded/oe-core.git |
4 | branch: master | 4 | branch: daisy |
5 | revision: HEAD | 5 | revision: HEAD |
6 | 6 | ||
7 | URI: git://github.com/openembedded/meta-oe.git | 7 | URI: git://github.com/openembedded/meta-oe.git |
8 | layers: meta-ruby | 8 | layers: meta-ruby |
9 | branch: master | 9 | branch: daisy |
10 | revision: HEAD | 10 | revision: HEAD |
11 | 11 | ||
12 | When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that | 12 | When building stuff like qtdeclarative, qtquick, qtwebkit, make sure that |
13 | you have required PACKAGECONFIG options enabled in qtbase build, see qtbase.inc | 13 | you have required PACKAGECONFIG options enabled in qtbase build, see qtbase.inc |
14 | for detail. | 14 | for detail. |
15 | 15 | ||
16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5]' in the subject' | 16 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-qt5][daisy][PATCH]' in the subject' |
17 | 17 | ||
18 | When sending single patches, please using something like: | 18 | When sending single patches, please using something like: |
19 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][PATCH' | 19 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-qt5][daisy][PATCH' |
20 | 20 | ||
21 | You are encouraged to fork the mirror on github[1] to share your | 21 | You are encouraged to fork the mirror on github[1] to share your |
22 | patches. This is preferred for patch sets consisting of more than one | 22 | patches. This is preferred for patch sets consisting of more than one |