Versions Compared

Key

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

...


Error/ WarningLayer and RecipeFixReference
1

Unable to start bitbake server (None)

ERROR: Server log for this session
meta-java

In layer.conf

Added

LAYERSERIES_COMPAT_meta-java = " dunfell"
NA
2

Unable to parse Var <AVAILABLE_LICENSES[:=]>


bb.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
meta-cmfNeed to create a licenses directory under the meta-layer and add RDK license file to itNA
3

Deprecated variable(s) found: "IMAGE_DEPENDS_wic". Use do_image_<type>[depends] += "<recipe>:<task>" instead


Failed to parse recipe: /meta-java/recipes-images/images/java-test-image.bb
meta-marvell

In armada38x-base.inc ,

Removed IMAGE_DEPENDS_wic_append_armada38x = " virtual/bootloader"

added WKS_FILE_DEPENDS ?= ""

https://patchwork.openembedded.org/patch

/143213/

4ParseError at /meta-marvell/recipes-kernel/linux/linux-marvell.inc:16: Could not include required file recipes-kernel/linux/linux-dtb.incmeta-turrisIn recipes-kernel/linux, added linux-dtb.inc

https://code.rdkcentral.com/r/plugins/gitiles/rdk/co

mponents/opensource/oe/openembeddedcore/

+/849b67b2e4820564b5e5c9bd4bb293c44351c5f3

/meta/recipes-kernel/linux/linux-dtb.inc

5ExpansionError during parsing / meta-cmf-mesh/recipes-common/mesh-agent/mesh-agent.bb

meta-cmf-mesh

mesh-agent.bb

In mesh-agent.bb

replace base_contains by bb.utils.contains
NA

...