Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SUMMARY = "A basic Qt5 qwidgets dev image"
- require console-image.bb
- QT_DEV_TOOLS = " \
- qtbase-dev \
- qtbase-mkspecs \
- qtbase-plugins \
- qtbase-tools \
- qtserialport-dev \
- qtserialport-mkspecs \
- "
- QT_TOOLS = " \
- qtbase \
- qt5-env \
- qtserialport \
- "
- FONTS = " \
- fontconfig \
- fontconfig-utils \
- ttf-bitstream-vera \
- "
- TSLIB = " \
- tslib \
- tslib-conf \
- tslib-calibrate \
- tslib-tests \
- "
- IMAGE_INSTALL += " \
- ${FONTS} \
- gstreamer1.0-plugins-good\
- valgrind\
- ${QT_DEV_TOOLS} \
- ${QT_TOOLS} \
- ${TSLIB} \
- "
- export IMAGE_BASENAME = "qt5-basic-image"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement