-
Notifications
You must be signed in to change notification settings - Fork 8
cisco/meta-cisco-oss
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published