diff options
author | Mihail Grigorov <michael.grigorov@konsulko.com> | 2017-10-26 17:23:40 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-31 15:44:05 +0000 |
commit | 08a721eea2cb480e6879a7de15dea68e5a236570 (patch) | |
tree | 1107f5dd8e99e5d71a539075c6e5f54524de3954 /meta-agl-bsp/conf | |
parent | 0f54abc7c532cc14974b72512f01e51fbeea1b1e (diff) |
meta-agl-bsp: templates: update of nitrogen6x machine template
Bug-AGL: SPEC-905
Change-Id: I959a9f8d085b0fb247998790191c3dcf2e4e34fa
Signed-off-by: Mihail Grigorov <michael.grigorov@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11567
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_nitrogen6x.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc index 4fb05725c..9f2345330 100644 --- a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc +++ b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc @@ -3,3 +3,8 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx6" PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx6" AGL_DEFAULT_IMAGE_FSTYPES = "sdcard.gz" + +# prevent of build errors from missing bb files +BBMASK = "meta-boundary/recipes-(browser|mozilla)" + +PREFERRED_VERSION_weston_mx6_forcevariable = "2.0.0" |