rpi-test-image.bb 163 B

123456
  1. # Base this image on core-image-base
  2. include recipes-core/images/core-image-base.bb
  3. COMPATIBLE_MACHINE = "^rpi$"
  4. IMAGE_INSTALL:append = " packagegroup-rpi-test"