Skip to content

cisco/meta-cisco-oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This meta layer is designed to be brought in and included in the RDK emulator build.
To enable this meta layer in RDK build, specifically the hybrid build target simply patch 
meta-cmf/setup_environment

with this one line change:
BBLAYERS =+ "\${RDKROOT}/meta-cisco-oss

below is an actual patch file you can use.

--- meta-cmf/orig-setup-environtment    2015-07-08 14:13:27.918167485 -0400
+++ meta-cmf/setup-environment  2015-07-08 14:14:13.602165084 -0400
@@ -22,6 +22,7 @@
 cat >> conf/bblayers.conf <<EOF
 BBLAYERS =+ "\${RDKROOT}/meta-cmf-bsp-emulator"
 BBLAYERS =+ "\${RDKROOT}/meta-cmf"
+BBLAYERS =+ "\${RDKROOT}/meta-cisco-oss"
 EOF
 
 # TEMPORARY HACK: patch opensource layers.


This meta layer brings in the following packages
gstreamer1.0,
gstreamer1.0-plugins-good, 
gstreamer1.0-plugins-bad, 
gstreamer1.0-plugins-base,
Cisco's CGMI interface
Cisco's version of Gst-DLNA-SRC,
Cisco's HLS plugin ( when openned sourced ).
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published