Versions Compared

Key

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

...

Expand
titleAre fonts for closed-captioning provided with RDK?

The font-type used for Closed Captioning belongs to an opensource family called Droid with specific glyphs for closed captions. Internally, Comcast uses exclusively licensed fonts, such as Xfinity Sans, which are not distributed as part of RDKIncase operators are using licensed fonts they have to meet the exclusive license requirements for those fonts.

OEM vendors will need to work with font vendors to provide fonts that comply with FCC standards. RDK Support is looking into whether FCC-compliant open-source fonts are available, and will provide that information in a future update.

...

Expand
titleWhy are so many components built from external source? The recipes for these components build from git but this is then overridden by meta-cmf/conf/distro/include/rdk-external-src.inc which means these components are never saved in the sstate cache making builds much longer than necessary. Also, many of the components compile on every rebuild even though nothing has changed.

There are two versions of manifests:

  • `XXX-extsrc.xml` to facilitate development work using the source code in the source tree.
  • `XXX-nosrc.xml` which only has meta layers in the source tree. Without source code in the source tree, the extsrc for the component becomes inactive.

Please use the `nosrc` version of the manifests if extsrc is not required.The answer can be "extsrc is used to faciliate easy development work. If it is preferred otherwise, there is a XXX-nosrc.xml manifest file which will be retained after the first build and hence saving time 

Expand
titleWhat will be changing in the development environment?

Many developments  & improvements happening in RDK .Few are listed below.

For latest updates see Announcements at https://wiki.rdkcentral.com/ page and  " What is the Roadmap for the RDK?" question in this page to know about the Roadmap of RDK.

...