thead-image-gstreamer.bbclass 368 B

123456789101112131415161718
  1. IMAGE_INSTALL += "image-proprietary"
  2. IMAGE_INSTALL += " \
  3. memtool \
  4. "
  5. IMAGE_INSTALL += " \
  6. gstreamer1.0 \
  7. gstreamer1.0-plugins-base \
  8. gstreamer1.0-plugins-bad \
  9. gstreamer1.0-plugins-good \
  10. gstreamer1.0-plugins-ugly \
  11. gstreamer1.0-omx \
  12. gstreamer-plugin-private-proprietary \
  13. "
  14. IMAGE_FSTYPES:remove = "cpio.gz cpio cpio.gz.u-boot cpio.bz2"