You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Build Step

repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-nosrc.xml
repo sync -j `nproc` -c --no-clone-bundle --no-tags
MACHINE=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setupenvironment

# remove meta-wpe from BBLAYERS (as it provides wpeframework-plugins)
sed -i '/meta-wpe/d' conf/bblayers.conf

# enable rdkshell distro feature
echo 'DISTRO_FEATURES_append = " rdkshell"' >> conf/local.conf

# firebolt-image build
bitbake rdk-firebolt-mediaclient-image


Issues

S. No.Issue Description / logRoot CauseChanges atRemarks
1ERROR: Layer 'cmf-raspberrypi' depends on layer 'wpe-layer', but this layer is not enabled in your configurationmeta-cmf-raspberrypi's layer has wpe layer dependencyRemoved wpe dependency from meta-cmf-raspberrypi/conf/layer.conf
2ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-ugly' (but meta-rdk/recipes-core/packagegroups/packagegroup-rdk-media-common.bb RDEPENDS on or otherwise requires it)
ERROR: gstreamer1.0-plugins-ugly was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST
RDK Media common package group has GStreamer ugly plugins run-time dependencyRemoved dependency
3ERROR: Nothing RPROVIDES 'gstreamer1.0-plugins-ugly-mpg123' (but /mnt/home/mbaska691/moorthy/rpi/cmf/mc/rdkservices/1208/meta-rdk-ext/recipes-extended/wpe-webkit/wpe-webkit_0.4.4.bb RDEPENDS on or otherwise requires it)wpe-webkit has Gstreamer ugly plugins run-time dependencyRemoved dependency
4build-raspberrypi-rdk-mc/tmp/work/cortexa7t2hf-neon-vfpv4-rdk-linux-gnueabi/wpe-webkit/0.4.4+gitAUTOINC+5f899bc2e0-r0/git/Source/WebCore/platform/graphics/cairo/CairoUtilities.cpp:46:22: fatal error: cairo-gl.h: No such file or directory
| #include <cairo-gl.h>
| ^
| compilation terminated.
cairo bbappend from meta-rdk-ext is masked from meta-cmf-raspberrypi as meta-wpe has the same bbappendMasking was removed
  • No labels