Versions Compared

Key

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

...

Code Block
languagebash
titleapply bug fixes
collapsetrue
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/15/48115/25 && git cherry-pick FETCH_HEAD)
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/15/47615/3 && git cherry-pick FETCH_HEAD)
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/60/47460/4 && git cherry-pick FETCH_HEAD)
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/37/48437/1 && git cherry-pick FETCH_HEAD)
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/42/48442/1 && git cherry-pick FETCH_HEAD)
(cd meta-rdk-ext; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-ext" refs/changes/99/47599/2 && git cherry-pick FETCH_HEAD)
(cd meta-cmf-qt5; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-qt5" refs/changes/05/48505/1 && git cherry-pick FETCH_HEAD)

git clone https://code.rdkcentral.com/r/rdk/components/generic/rfc -b rdk-next rdk/components/generic/rfc
(cd rdk/components/generic/rfc; git fetch "https://code.rdkcentral.com/r/rdk/components/generic/rfc" refs/changes/28/47528/1 && git cherry-pick FETCH_HEAD)

git clone https://code.rdkcentral.com/r/rdk/components/generic/rmf_mediastreamer -b rdk-next rdk/components/generic/rmf_mediastreamer
git clone https://code.rdkcentral.com/r/rdk/devices/intel-x86-pc/emulator/rmf_mediastreamer -b rdk-next rdk/components/generic/rmf_mediastreamer/platform/rdkemulator
(cd rdk/components/generic/rmf_mediastreamer; git fetch "https://code.rdkcentral.com/r/rdk/components/generic/rmf_mediastreamer" refs/changes/79/47179/1 && git cherry-pick FETCH_HEAD)

...

Deck of Cards
idframe


Card
labelMedia Client
titleInstruction to build mediaclient image


Code Block
languagebash
themeRDark
titleimage build
MACHINE=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setup-environment
bitbake rdk-generic-mediaclient-wpe-image



Card
labelHybrid Gateway
titleInstruction to build hybrid gateway image


Code Block
languagebash
themeRDark
titleimage build
MACHINE=raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment
bitbake rdk-generic-hybrid-wpe-image


The generated image resides under the directory build-<MACHINE>/tmp/deploy/images/<MACHINE> of the Yocto workspace

Flash Procedure

The micro SD card should not have any partition while flashing the image. The complete memory of the card should be free

...