Skip to content

Commit b169aa7

Browse files
author
Christopher Clark
committed
OXT-787 : Add optional layers: meta-qt5 and meta-openxt-qt
meta-qt5 : at upstream canonical source meta-openxt-qt : at OpenXT github Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
1 parent 39af3c8 commit b169aa7

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This is the metadata file for an optional OpenXT layer.
2+
# To enable this layer:
3+
# * Rename this file to remove the '.optional' suffix
4+
# * and rerun the setup.sh build script to install it in the build environment.
5+
6+
openxt_layer_meta_qt5_name="meta-qt5"
7+
8+
openxt_layer_meta_qt5_repository="git://github.com/meta-qt5/meta-qt5.git"
9+
# Specify a revision here to freeze the repository
10+
# If not revision is specified, $BRANCH will be used
11+
openxt_layer_meta_qt5_revision="jethro"
12+
13+
openxt_layer_meta_qt5_images=( \
14+
#Machine Step Format \
15+
# None
16+
)
17+
18+
# We *prepend* to openxt_layers, so the list will be sorted
19+
# in priority order (01 is the highest priority)
20+
openxt_layers="meta_qt5 ${openxt_layers}"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This is the metadata file for an optional OpenXT layer.
2+
# To enable this layer:
3+
# * Rename this file to remove the '.optional' suffix
4+
# * and rerun the setup.sh build script to install it in the build environment.
5+
6+
openxt_layer_meta_openxt_qt_name="meta-openxt-qt"
7+
8+
openxt_layer_meta_openxt_qt_repository="https://github.com/OpenXT/meta-openxt-qt.git"
9+
# Specify a revision here to freeze the repository
10+
# If not revision is specified, $BRANCH will be used
11+
#openxt_layer_meta_openxt_qt_revision="master"
12+
13+
openxt_layer_meta_openxt_qt_images=( \
14+
#Machine Step Format \
15+
# None: meta-openxt-qt inherits the existing images
16+
)
17+
18+
# We *prepend* to openxt_layers, so the list will be sorted
19+
# in priority order (01 is the highest priority)
20+
openxt_layers="meta_openxt_qt ${openxt_layers}"

0 commit comments

Comments
 (0)