Blame view

recipes-core/images/arago-base-smarct335x-image.bb 430 Bytes
5fe58ebd5   Eric Lee   SMARC-T335X meta-...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  # Arago TI SDK base image
  # gives you an image with Qt/E and other common packages shared by all TI SDKs.
  
  require arago-image.inc
  inherit remove-net-rules
  
  COMPATIBLE_MACHINE = "omap3|ti816x|dm365|omapl138|ti814x|omap4|ti33x"
  
  IMAGE_INSTALL += "\
      packagegroup-arago-smarct335x-base \
      packagegroup-arago-smarct335x-console \
      packagegroup-arago-base-tisdk \
      "
  
  export IMAGE_BASENAME = "arago-base-smarct335x-image"