diff options
-rw-r--r-- | classes/populate_sdk_qt5.bbclass | 2 | ||||
-rw-r--r-- | conf/layer.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/classes/populate_sdk_qt5.bbclass b/classes/populate_sdk_qt5.bbclass index 635dd6d3..c9219830 100644 --- a/classes/populate_sdk_qt5.bbclass +++ b/classes/populate_sdk_qt5.bbclass | |||
@@ -52,3 +52,5 @@ toolchain_create_sdk_env_script_append () { | |||
52 | echo 'HostPrefix = ${SDKPATHNATIVE}' >> $qtconf | 52 | echo 'HostPrefix = ${SDKPATHNATIVE}' >> $qtconf |
53 | echo 'HostBinaries = ${SDKPATHNATIVE}${OE_QMAKE_PATH_HOST_BINS}' >> $qtconf | 53 | echo 'HostBinaries = ${SDKPATHNATIVE}${OE_QMAKE_PATH_HOST_BINS}' >> $qtconf |
54 | } | 54 | } |
55 | |||
56 | PACKAGE_GROUP_qtcreator-debug = "packagegroup-qt5-qtcreator-debug" | ||
diff --git a/conf/layer.conf b/conf/layer.conf index 3b47b7f7..75d13a46 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -22,3 +22,5 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/" | |||
22 | # other layers. | 22 | # other layers. |
23 | 23 | ||
24 | BBFILE_PRIORITY_qt5-layer = "7" | 24 | BBFILE_PRIORITY_qt5-layer = "7" |
25 | |||
26 | IMAGE_FEATURES[validitems] += "qtcreator-debug" | ||