blob: 5252c558b2948d82fea7e3434875474340a2501d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# This config is for the Sancloud BBE, adapted from the config provider for the
# standard Beaglebone
#AGL_DEFAULT_IMAGE_FSTYPES += "tar.xz"
CORE_IMAGE_EXTRA_INSTALL += "packagegroup-machine-base"
#-------------------------------------------------
## Multimedia section ##
#-------------------------------------------------
# DEFAULTTUNE for cortex-a8
DISTRO_FEATURES:append = " agl-medium-arm-compiler"
SECURITY_CFLAGS:pn-mozjs = ""
SECURITY_LDFLAGS:pn-mozjs = ""
SECURITY_CFLAGS:pn-gpm = ""
SECURITY_LDFLAGS:pn-gpm = ""
SECURITY_CFLAGS:pn-libatasmart = ""
SECURITY_LDFLAGS:pn-libatasmart = ""
# meta-ti-bsp layer conf does break expectations wrt common folders
# meta-ti-bsp/conf/layer.conf:TI_COMMON_DEPLOY ?= "${TOPDIR}/deploy-ti"
TI_COMMON_DEPLOY := "${TMPDIR}/deploy"
|