Blame view

recipes-core/images/smarct335x-rootfs-image.bb 645 Bytes
5fe58ebd5   Eric Lee   SMARC-T335X meta-...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  # Arago TI SDK filesystem image
  COMPATIBLE_MACHINE = "omap3|omapl138|ti33x"
  
  require arago-base-smarct335x-image.bb
  
  IMAGE_INSTALL += "\
      packagegroup-arago-test \
      ${@base_contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics','',d)} \
      packagegroup-arago-tisdk-qte \
      packagegroup-arago-tisdk-addons \
      packagegroup-arago-smarct335x-connectivity \
      packagegroup-arago-tisdk-crypto \
      packagegroup-arago-tisdk-matrix-no-bt-wifi-demos \
      packagegroup-arago-tisdk-multimedia \
      packagegroup-arago-tisdk-amsdk \
      packagegroup-arago-smarct335x-sdk \
  "
  
  export IMAGE_BASENAME = "smarct335x-rootfs-image"