bitbake rdk-generic-mediaclient-wpe-image

bitbake is failing due to unavailability of qt src package.

http://download.qt.io/archive/qt/5.1/5.1.1/submodules/qtbase-opensource-src-5.1.1.tar.xz link is not available, is there any work around for this issue/

  • No labels

4 Comments

  1. Sushil Shinde  - Did you managed to resolve this? If yes, it will be great if you can post the solution.

  2. please see the release notes for details on working around this


    Raspberry Pi 4 RDK6 Release Notes

    Patching qtbase fetch failure

    Post 6.1 release qtbase package was removed, please see rdk-oss-deprecated for fixing the qtbase fetch failure.

  3. Thanks James Cooley

    I was able to generate the r-pi binary successfully in a fresh docker instance.

    Let me see if I can create a page with the docker implementation of the build, so that it will be one touch handy for someone in future. 

    Updates: Docker implementation of rdk 6.1 - rpi build

  4. Hi,

    This qtbase package fails to build for me during the configuration step. I am building it for 

    bitbake rdk-generic-ipclient-image
    | Running configuration tests...
    | Failed to process makespec for platform 'linux-oe-g++'
    | Cannot find feature spec_pre.prf
    | Error processing project file: /dev/null
    | ERROR: Configuring qt failed. EXTRA_OECONF was      -dont-process     -prefix /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr     -sysroot /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native     -no-gcc-sysroot     -system-zlib     -no-libjpeg     -no-libpng     -no-gif     -no-accessibility     -no-cups     -no-nis     -no-gui     -no-qml-debug     -no-sql-mysql     -no-sql-sqlite     -no-opengl     -no-openssl     -no-xcb     -no-icu     -verbose     -release     -prefix /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr     -bindir /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr/bin/qt5     -libdir /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr/lib     -headerdir /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr/include/qt5     -archdatadir /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr/lib/qt5     -datadir /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr/share/qt5     -docdir /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/usr/share/doc/qt5     -sysconfdir /home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/recipe-sysroot-native/etc/qt5     -no-glib     -no-iconv     -silent     -nomake examples     -nomake tests     -no-rpath     -platform linux-oe-g++
    | WARNING: exit code 1 from a shell command.
    | ERROR: Execution of '/home/sangel200/rdkv-pi/build-raspberrypi4-64-rdk-android-mc/tmp/work/aarch64-linux/qtbase-native/5.1.1-r0/temp/run.do_configure.601318' failed with exit code 1
    ERROR: Task (/home/sangel200/rdkv-pi/meta-qt5/recipes-qt/qt5/qtbase-native_5.1.1.bb:do_configure) failed with exit code '1'



    Anyone managed to resolve this? If yes, it will be great if you can post the solution. Thanks.