Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table Filter
inverse
default
cell-width
sparkNameSparkline
datepatterndd M yy
id1585659836255_-1979643250
limitHeight
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
labels
order
recipelayererror/warningroot causeaction
N/AN/ALayer should set LAYERSERIES_COMPAT in its conf/layer.conf file to list the core layer names it is compatible with.Newer version of bitbake throws warning if we don’t set LAYERSERIES_COMPAT in its conf/layer.conf in the respective layers.

Set LAYERSERIES_COMPAT_<layer name> = "dunfell" in all layers.

E.g LAYERSERIES_COMPAT_rdk = "dunfell" for meta-rdk layer.

N/Ameta-rdk-extbb.data_smart.ExpansionError: Failure expanding variable AVAILABLE_LICENSES[:=], expression was ${@' '.join(available_licenses(d))} which triggered exception FileNotFoundError: [Errno 2] No such file or directory.There is no directory called licenses in the corresponding meta layer.Need to create a licenses directory under the meta-layer and add RDK license file to it
N/A

meta-rdk-restricted

meta-rdk-video

meta-rdk-ext

meta-rdk-containers

meta-rdk

Error due to the usage of base_contains in multiple recipes.base_contains is deprecated.use bb.utils.contains instead of deprecated base_contains in the respective recipes.
N/AN/AError due to the usage of some of the functions in pythonnative.bbclass in multiple recipes.pythonnative.bbclass is not available in newer version.Add meta-python2 layer to get support for legacy pyhton code(E.g pythonnative.bbclass)

openssl.inc

openssl-0.9.inc

image_container_generator.bbclass

rdk.conf

meta-rdk

meta-rdk-ext

Error due to the usage of base_conditional in multiple recipes.base_conditional is deprecated.use oe.utils.conditional instead of deprecated base_conditional in the respective recipes.
uclibc.incmeta-rdk-extError due to the usage of oe_filter_out in multiple recipes.oe_filter_out is deprecated.use oe.utils.str_filter_out instead of deprecated oe_filter_out in the respective recipes.
gssdp_0.14.10.bbmeta-rdk-extCould not include required file recipes-connectivity/gupnp/gssdp.inc in gssdp_0.14.10.bbThe required file is not present in the location.Replace "require" directive to "include" to specify a loose dependency.

rdk-generic-broadband-dev-image.bb

rdk-generic-hybrid-dev-image.bb

rdk-generic-mediaclient-dev-image.bb

meta-rdkErrors due to required files not being present in yocto 3.1(dunfell) oe layers.Those file are not available in newer version of Yocto.Replace "require" directive to "include" to specify a loose dependency.

rmfhalheaders_git.bb


meta-rdk-videoError while parsing LIC_FILES_CHKSUM in rmfhalheadersThe recipe uses "files://" instead "file://" in LIC_FILES_CHKSUM fieldUpdate the LIC_FILES_CHKSUM field accordingly.
busybox_%.bbappendmeta-rdk-extBuild error  in do_package task due to some of the older patches available
Removed old patches that  caused the issue for dunfell branch

glib-networking_2.54.1.bb

rdk.conf

meta-rdk-ext

meta-rdk

New glib-networking require gnutls >= 3.4.6
New glib-networking require gnutls >= 3.4.6. gnutls 3.3.x is the last branch which supports nettle 2.7.1. So it is not possible to increase the version, so use glib-networking-2.54.1 instead.
gstreamer1.0-plugins-bad.incmeta-rdk-exterror while inheriting bluetooth.bbclassbluetooth.bbclass is not available in newer version of yoctoinherited bluetooth.bbclass
glib-2.0_2.62%.bbappendmeta-rdk-ext

rebase RDK patch to glib 2.62.4
openssl_1.1.0g.bbmeta-rdk-ext
Recipe version 1.1.0 is moved to a different location. SRC_URI updated with the new changes.
systemd_216.bbmeta-rdk-extResolve Circular dependency problem with systemd_216
Updated the COMPATIBLE_HOST for dunfell builds.

netsrvmgr_git.bbappend

meta-cmf-video
SRCREV expects a valid revision on dunfell framework
iptables_%.bbappendmeta-rdk-ext
sysint provides it's own iptables systemd service file which gives a conflict on do_rootfs()removed systemd service

dropbear_%.bbappend

0001-Fixed-Race-Conditions-Observed-when-using-port-forwa-v2019.patch

revsshipv6-v2019.78.patch

verbose-v2019.78.patch

meta-rdk-extdropbear - rebase patches for dunfell
rebased patches to build on dunfell
openssl_1.0.2o.bbmeta-rdk-extopenssl: skip 1.0.2o for dunfellopenssl 1.0.2o recipe causing circular dependency error on dunfell buildskipped openssl 1.0.2o for dunfell
setup-environmentmeta-rdk
Bitbake version update for dunfell branch Enabling bitake version for Dunfell
RDKmeta-cmfLicense error expanding the variable AVAILABLE LICENSE in meta-cmf layerThere is no directory called licenses in the corresponding meta layer.Created license file to it
qtbase-native_5.1.1.bbappendmeta-cmf-qt5qtbase-native: fix build error due to gcc 9.xqtbase native pkg throws build error due to gcc 9.2.Added  patch to fix issue 
logrotate_%.bbappendmeta-rdk-extlogrotate: remove systemd servicesas sysint provides logrotate's systemd service, actual recipe's service gives conflictRemoved systemd's logrotate service.
dnsmasq_%.bbappendmeta-rdk-extfix for Postinstall scriptlets of ['systemd'] failed.
as systemd in dunfell provides resolv.conf, no need to install again from dnsmasq. So removed from dnsmasq

Currently, all the changes are being pushed in these branches. Once it is merged, you will be able to follow the build instructions without any error.

...