summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-sota/50_bblayers.conf.inc
blob: 0a5440b95acb8ccb94d86e67f602637637130346 (plain)
1
2
3
4
5
6
7
BBLAYERS =+ " \
	${METADIR}/meta-agl-extra/meta-sota \
	${METADIR}/meta-openembedded/meta-filesystems \
	${METADIR}/meta-openembedded/meta-ruby \
	${METADIR}/meta-rust \
	"
ng.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Caution: Hand-merge needed when original recipes are updated
#
# Here we only have selected lines from the following (and
# their included) files
#
# fslc-wayland.conf
# fsl-image-multimedia-full.bb
#

# fslc-wayland.conf

#
# Followings were intentionally removed from the original recipe
# to make our set simpler
# 
# gtk+3-demo clutter-1.0-examples
#

IMAGE_INSTALL_append = " \
    packagegroup-fsl-tools-gpu \
    packagegroup-fsl-gstreamer1.0 \
    packagegroup-imx-tools-audio \
    weston weston-init weston-examples \
"

# fsl-image-multimedia-full.bb

IMAGE_INSTALL_append = " \
    packagegroup-fsl-gstreamer1.0-full \
"

# fix build error

SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}"

# since krogoth, u-boot-fslc does not seem to handle imx6qsabreauto correctly

PREFERRED_PROVIDER_u-boot = "u-boot-imx"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx"

# force generate sdcard image also

AGL_DEFAULT_IMAGE_FSTYPES := "sdcard.xz"
AGL_DEFAULT_INITRAMFS_FSTYPES := ""