File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 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}"
Original file line number Diff line number Diff line change 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}"
You can’t perform that action at this time.
0 commit comments