Blame view

recipes-core/images/smarct335x-amsdk-image.bb 1.03 KB
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
20
21
22
23
24
25
26
27
28
29
30
31
32
  LICENSE = "MIT"
  LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
  
  IMAGE_FSTYPES = "tar.gz"
  
  inherit tisdk-image
  
  COMPATIBLE_MACHINE = "omap3|omapl138|ti33x"
  
  # List of packages to remove from the host package.  This is usually due to
  # licensing issues and unneeded dependencies.
  HOST_CLEANUP_PACKAGES = ""
  TOOLCHAIN_CLEANUP_PACKAGES = "libgnutls-dev libgnutls-extra26 libgnutls-openssl27 libtasn1-dev"
  
  SECONDARY_BOOTLOADER_NAME_omapl138 = ""
  
  # List of target side images to build for the SDK
  TARGET_IMAGES = "arago-base-tisdk-image smarct335x-rootfs-image"
  
  TISDK_TOOLCHAIN = "meta-toolchain-smarct335x-sdk"
  
  IMAGE_INSTALL = "\
      packagegroup-arago-tisdk-addons-sdk-host \
      packagegroup-arago-tisdk-connectivity-sdk-host \
      packagegroup-arago-tisdk-crypto-sdk-host \
      packagegroup-arago-tisdk-matrix-sdk-host \
      packagegroup-arago-tisdk-multimedia-sdk-host \
      packagegroup-arago-tisdk-qte-sdk-host \
      packagegroup-arago-tisdk-amsdk-sdk-host \
  "
  
  export IMAGE_BASENAME = "smarct335x-amsdk-image"