Versions Compared

Key

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

...

Deck of Cards
idvariant
effectTypeslide
Card
idmc
labelMedia Client
effectTypeslide
Deck of Cards
idmc-image
effectTypeslide
Card
defaulttrue
idgeneric-mc
labelGeneric Image

Generic Image

To build the image with the default compositor.

Choose hybrid machine configuration to build the image with default compositor
Code Block
languagebash
themeRDark
titlegeneric image
MACHINE=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setup-environment

bitbake
# both rdk-generic-mediaclient-image

Choose the hybrid westeros machine configuration to build the image with westeros compositor

Image with Westeros compositor

Code Block
languagebash
themeRDark
titlegeneric image
MACHINE=raspberrypi-rdk-mc-westeros source meta-cmf-raspberrypi/setup-environment
 and rdk-generic-mediaclient-wpe-image are same now
bitbake rdk-generic-mediaclient-
westeros-wpe-
image

Note: Westeros is now the default compositor, so both images behave in the same way

TDK Image
Card
defaulttrue
labelGeneric Image with TDK
Code Block
languagebash
themeRDark
titleTDK image
MACHINE=raspberrypi-rdk-mc source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-mediaclient-wpe-tdk-image
Card
defaulttrue
idhybrid
labelMedia Gateway (Hybrid)
effectTypeslide
Deck of Cards
idmc-image
effectTypeslide
Card
defaulttrue
idgeneric-mc
labelGeneric Image

To build the image with the default compositor.

Choose hybrid machine configuration to build the image with default compositor
Code Block
languagebash
themeRDark
titlegeneric image
MACHINE=raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment

bitbake
#both rdk-generic-hybrid-image

Choose the hybrid westeros machine configuration to build the image with westeros compositor

Image with Westeros compositor

Code Block
languagebash
themeRDark
titlegeneric image
MACHINE=raspberrypi-rdk-hybrid-westeros source meta-cmf-raspberrypi/setup-environment
 and rdk-generic-hybrid-wpe-image are same now
bitbake rdk-generic-hybrid-
westeros-wpe-
image

Note: Westeros is now the default compositor, so both images behave in the same way

TDK Image
Card
defaulttrue
labelGeneric Image with TDK
Code Block
languagebash
themeRDark
titleTDK image
MACHINE=raspberrypi-rdk-hybrid source meta-cmf-raspberrypi/setup-environment

bitbake rdk-generic-hybrid-wpe-tdk-image

The Kernel image and root filesystem file-system collectively created as an image and it will be available availble under build-<MACHINE>/tmp/deploy/images/raspberrypi-rdk-hybrid<MACHINE> folder.

Development Branch

...