summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_imx6qsabrelite.inc
blob: e686a40607a71370595fa29e48f3dadf724d8d49 (plain)
1
2
3

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /
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 \
"

# prevent of build errors from missing bb files
BBMASK = "meta-boundary/recipes-(browser|mozilla)"

# fix build error
SECURITY_CFLAGS_pn-devil = "${SECURITY_NO_PIE_CFLAGS}"

PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"

PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-boundary"
PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-boundary"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
	u-boot-boundary \
	u-boot-script-boundary \
"

UBOOT_MACHINE = "nitrogen6q_config"
SPL_BINARY = ""
UBOOT_SUFFIX_SDCARD = "imx"
IMAGE_BOOTLOADER = "u-boot"

# generate WIC image also
WKS_FILE = "imx-uboot.wks"
AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum"
AGL_DEFAULT_INITRAMFS_FSTYPES := ""

PREFERRED_VERSION_weston_mx6_forcevariable = "2.0.0"