Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make SDK which includes Qt5. #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 10, 2018

  1. webos-sdk: make test image & SDK including Qt5.

    :Release Notes:
    make test image & SDK which includes Qt5.
    
    :Detailed Notes:
    perl is needed for syncqt.pl
    remove blacklisted packagegroup-qt5-toolchain-target
    then, add all the other possible qt5 libraries.
    
    :Testing Performed:
    
    :QA Notes:
    
    :Issues Addressed:
    sukdo399 committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    b40c50c View commit details
    Browse the repository at this point in the history
  2. webos-sdk: add missing tools for qt5 sdk

    :Release Notes:
    add missing tools for qt5 sdk
    
    :Detailed Notes:
    - add wayland-scanner
    - add qtwaylandscanner
    - add OE_QMAKE_WAYLAND_SCANNER environment variable
    - make 'populate_sdk' include qt5
    
    :Testing Performed:
    Local Test OK, Build OK
    
    :QA Notes:
    None
    sparkleholic authored and sukdo399 committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    a2b98c3 View commit details
    Browse the repository at this point in the history
  3. webos-sdk: delete unnecessary webos-sdk.bb

    :Release Notes:
    delete unnecessary webos-sdk.bb
    
    :Detailed Notes:
    we can use 'bitbake -c populate_sdk webos-image'
    to make qt5 included SDK.
    
    :Testing Performed:
    $ bitbake -c populate_sdk webos-image
    
    :QA Notes:
    
    :Issues Addressed:
    
    Change-Id: I7ac0f05b6e34aaf4ec213379bec334dac4db93d3
    sukdo399 committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    c3254fe View commit details
    Browse the repository at this point in the history