multimedia-libcamera-image.bb 406 B

12345678910111213141516171819
  1. # Copyright (C) 2020 Madhavan Krishnan <madhavan.krishnan@linaro.org>
  2. # Released under the MIT license (see COPYING.MIT for the terms)
  3. DESCRIPTION = "libcamera image"
  4. LICENSE = "MIT"
  5. require meta-multimedia-image-all.bb
  6. IMAGE_INSTALL += " \
  7. kernel-modules \
  8. xkeyboard-config \
  9. "
  10. IMAGE_INSTALL:append = "\
  11. libcamera \
  12. gstreamer1.0-plugins-good \
  13. gstreamer1.0-plugins-base \
  14. "