Fix i.MX6 71/9871/4
authorTakashi Matsuzawa <tmatsuzawa@xevo.com>
Wed, 28 Jun 2017 06:55:13 +0000 (15:55 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 30 Jun 2017 19:31:59 +0000 (19:31 +0000)
commit1c46fcd4f482be6c114a815d9501adf4b7588d2c
treea6beddf14432b654eeefa55af3b7f8787ec990be
parentcff9db0bcb4226e4c85d48f1208e0042da018693
Fix i.MX6

Bug-AGL: SPEC-704

This is part of the fixe to make i.MX6 buildable again.
Following fixes are included in this change:

- adding build target imx6qsabreauto
- fixing qt5.8 build error
- refine bblayers.conf layer order (for dynamic-layers)
- meta-fsl-arm -> meta-freescale layer name change
- weston.ini lines (use fbdev-backend.so)
- /dev/galcore permission (by /etc/udev/rules.d/zz-dri.rules)
- kernel configuraion to include smack, etc.

Follwings are stil not addressed yet:

- bblayer.conf layer order still have issue re. dynamic-layers
- built and booted on imx6qsabreauto only yet.
  following existing community boards may need update
  (i have imx6qsabrelite, but no notrogen6x)

Note, this fix is prepared independently of nxp or fsl-community,
who should follow-up if there are mistakes to be fixed, or updates
that they find needed.

Update:

Refined on review comment regarding tune settings and
kernel configurations.  The board successfully boots and shows
AGL homescreen.

But I found I still have problem with USB.
lsusb says 'unable to initialize libusb: -99' error which I am
still faling to find the cause.

Update2:

usb issue may be related to dtb configuration in linux-fslc-imx
better to be tracked separately

Change-Id: If5fa4e5f0450385bcb2648d57e63dc1fc14b0574
Signed-off-by: Takashi Matsuzawa <tmatsuzawa@xevo.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9871
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
18 files changed:
meta-agl-bsp/conf/include/agl_imx6qsabreauto.inc [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-graphics/wayland/weston-ini-conf.bbappend [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/0004-Smack-Assign-smack_known_web-label-for-kernel-thread.patch [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/ath9k_htc.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/btusb.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/cgroup.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/namespace.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/ramblock_nbd.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/rtl_sdr.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/tmpfs.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/files/touchscreen.cfg [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-kernel/linux/linux-fslc-imx_%.bbappend [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-qt/qt5/qtbase/0014-Add-IMX-GPU-support.patch [new file with mode: 0644]
meta-agl-bsp/meta-freescale-layer/recipes-qt/qt5/qtbase_%.bbappend [new file with mode: 0644]
meta-agl/recipes-graphics/wayland/weston-init.bbappend
templates/machine/imx6qsabreauto/40_bblayers.conf.inc [new file with mode: 0644]
templates/machine/imx6qsabreauto/50_local.conf.inc [new file with mode: 0644]
templates/machine/imx6qsabreauto/50_setup.sh [new file with mode: 0644]