IMX6 / LinuxImageV2.8 / QT5 / EGLFS / egl surface: error = 0x300b

Hello,

I try to start the Qt5_CinematicExperience demo with eglfs without x11.

I have init the BSP 2.8.

repo init -b LinuxImageV2.8
repo sync
. export

Then as explained in OpenEmbedded , I changed the build/conf/local.conf :

MACHINE = "apalis-imx6"

IMAGE_INSTALL_append = " qtbase qtbase-fonts qtbase-plugins cinematicexperience"
PACKAGECONFIG_FONTS_append_pn-qtbase = " fontconfig"

DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_remove = "eglinfo-x11"

I have successfully built a core-image-minimal.

TARGET_SYS           = "arm-angstrom-linux-gnueabi"
MACHINE              = "apalis-imx6"
DISTRO               = "angstrom"
DISTRO_VERSION       = "v2017.12"
TUNE_FEATURES        = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU           = "hard"
meta-angstrom        = "HEAD:2a246b9f26126a662caef79a99845ff8379145b9"
meta-toradex-nxp     = "HEAD:53fdf58e0a31c94ef446fe7c9e20585dad763099"
meta-freescale       = "HEAD:bf7fd9cfe0788fe2f819a4ae2cc7db8327fe161a"
meta-freescale-3rdparty = "HEAD:37c79046d13d10ab16561dddc764c0164ee5deaa"
meta-toradex-tegra   = "HEAD:4931a667e17a72819331265ca8b3b0f176ef6293"
meta-jetson-tk1      = "HEAD:e8b87fe8da7c6fcffa37ab245f50082953cc1ee1"
meta-toradex-bsp-common = "HEAD:eb87aec937ab520da8162c89e69d33faf9bc29a2"
meta-snappy          = "HEAD:a0432dcff49e35af9175c5bdd57d6b5871062ecf"
meta-oe              
meta-filesystems     
meta-gnome           
meta-xfce            
meta-initramfs       
meta-networking      
meta-multimedia      
meta-python          = "HEAD:6e3fc5b8d904d06e3aa77e9ec9968ab37a798188"
meta-lxde            = "HEAD:dbcbbfd9539a9a017bb6c9b7fd67c3ca22c4cacf"
meta-browser         = "HEAD:8cc24caa56f254e09ccb2311b59d054d1f016014"
meta-qt4             = "HEAD:f313dbee2ac3d5fcc9801407947d3cb6cfb90b5d"
meta-qt5             = "HEAD:d87335a50a9dd35d890786edbd79b8953fdaa11a"
meta-freescale-distro = "HEAD:3f958b6a9a4c4120f241e431fec8e5ba616fcc73"
meta-toradex-demos   = "HEAD:51cb154f4219a918590994bcbe0e14f9545120cc"
meta-imx6-sensGit    = "<unknown>:<unknown>"
meta                 = "HEAD:39fc1150e74173fc6d73c464c141dba0b7ac2930"

Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:04
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: libpng-native-1.6.31-r0 do_fetch: Failed to fetch URL 
WARNING: libpng-native-1.6.31-r0 do_fetch: Invalid mirror data NOTE: Tasks Summary: Attempted 2715 tasks of which 6 didn't need to be rerun and all succeeded.
NOTE: Writing buildhistory

Summary: There were 4 WARNING messages shown.

But when I now try to start the Qt5_CinematicExperience I get:

root@apalis-imx6:~# Qt5_CinematicExperience -platform eglfs
QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync.
 If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1
[   29.799322] mxc_sdc_fb fb@0: 1280x320 h_sync,r,l: 10,72,20  v_sync,l,u: 10,20,70 pixclock=36001000 Hz
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
EGL Error : Could not create the egl surface: error = 0x300b

Aborted (core dumped)
root@apalis-imx6:~#

I have tried to analyse the Problem via GOOGLE you find some people with a problem like me IMX_FORUM QT5_FORUM. I have tried multiple build/patch solutions but I have got the error = 0x300b every time.

I think it is not only a QT Problem. I have built images without QT but with eglinfo-fb. The program eglinfo does also crash with error = 0x300b every time. I have tested multiple displays (HDMI, LVDS, RGB) but no difference.

Why do I get every time the error = 0x300b error?
What is your preferred qt5-platform (eglfs, x11 …) to build a multi display program?
You have DISTRO_FEATURES_remove = "wayland" in your example local.conf. Do you plan to add wayland support for LinuxImageV2.8?

Thanks

Hi

Why do I get every time the error = 0x300b error?

Vivante provides separate binary drivers for each supported backend (x11, eglfs …). If you built an image with x11 in distro features and then change distro features you may get the wrong binaries or you may compile against wrong headers. This might be the case here.

Did you head the advice from the OE page:

Note: Every time one changes the DISTRO_FEATURES, one has to remove all build output and sstate cache, in our setup remove the directories build/out-*libc and build/sstate-cache, if present from any previous build.

What is your preferred qt5-platform (eglfs, x11 …) to build a multi display program?

eglfs.

You have DISTRO_FEATURES_remove = “wayland” in your example local.conf. Do you plan to add wayland support for LinuxImageV2.8?

We do not plan to support a wayland image in the near future or putting time into documenting how one would do so. Having said that I guess that the building blocks are all there in meta-freescale to use wayland.

Max

P.S. Are you sure that you successfully built an image with qtbase-fonts in IMAGE_INSTALL?

P.S. Are you sure that you successfully built an image with qtbase-fonts in IMAGE_INSTALL?
No this was a copy error from me. Sorry for that.


Thank you for your answer. I have now created a reproducible log for you.

My local.conf is:

WARN_QA_remove = "host-user-contaminated"

# meta-freescale otherwise defaults to wayland
DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_remove = "eglinfo-x11"

ACCEPT_FSL_EULA = "1"

# This file is your local configuration file and is where all local user settings
# are placed. The comments in this file give some guide to the options a new user
# to the system might want to change but pretty much any configuration option can
# be set in this file. More adventurous users can look at local.conf.extended 
# which contains other examples of configuration which can be placed in this file
# but new users likely won't need any of them initially.
#
# Lines starting with the '#' character are commented out and in some cases the 
# default values are provided as comments to show people example syntax. Enabling
# the option is a question of removing the # character and making any change to the
# variable as required.

#
# Parallelism Options
#
# These two options control how much parallelism BitBake should use. The first 
# option determines how many tasks bitbake should run in parallel:
#
#BB_NUMBER_THREADS ?= "4"
#
# Default to setting automatically based on cpu count
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
# 
# The second option controls how many processes make should run in parallel when
# running compile tasks:
#
#PARALLEL_MAKE ?= "-j 4"
#
# Default to setting automatically based on cpu count
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
#
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate for example.

#
# Machine Selection
#
# You need to select a specific machine to target the build with. These are the
# machines which for the Toradex Colibri and Apalis computer on module families
#
MACHINE = "apalis-imx6"
#MACHINE ?= "apalis-t30"
#MACHINE ?= "apalis-tk1"
#MACHINE ?= "apalis-tk1-mainline"
#
#MACHINE ?= "colibri-imx6"
#MACHINE ?= "colibri-imx7"
#MACHINE ?= "colibri-t20"
#MACHINE ?= "colibri-t30"
#MACHINE ?= "colibri-vf"

#
# There are also a selection of emulated machines available which can boot and run
# in the QEMU emulator:
#
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemumips"
#MACHINE ?= "qemuppc"
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"

#
# Where to place downloads
#
# During a first build the system will download many different source code tarballs
# from various upstream projects. This can take a while, particularly if your network
# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you
# can preserve this directory to speed up this part of subsequent builds. This directory
# is safe to share between multiple builds on the same machine too.
#
# The default is a downloads directory under TOPDIR which is the build directory.
#
DL_DIR ?= "${TOPDIR}/downloads"

#
# Where to place shared-state files
#
# BitBake has the capability to accelerate builds based on previously built output.
# This is done using "shared state" files which can be thought of as cache objects
# and this option determines where those files are placed.
#
# You can wipe out TMPDIR leaving this directory intact and the build would regenerate
# from these files if no changes were made to the configuration. If changes were made
# to the configuration, only shared state files where the state was still valid would
# be used (done using checksums).
#
# The default is a sstate-cache directory under TOPDIR.
#
#SSTATE_DIR ?= "${TOPDIR}/sstate-cache"

#
# Where to place the build output
#
# This option specifies where the bulk of the building work should be done and
# where BitBake should place its temporary files and output. Keep in mind that
# this includes the extraction and compilation of many applications and the toolchain
# which can use Gigabytes of hard disk space.
#
# The default is a tmp directory under TOPDIR.
#
#TMPDIR = "${TOPDIR}/tmp"

#
# Where to place images and sw packages
#
# This places the build output in parallel to build and layers thus
# if you have several build directories you need to adjust deploy
# to something unique, e.g. "${TOPDIR}/../deploy_fb" "${TOPDIR}/../deploy_x11"
DEPLOY_DIR = "${TOPDIR}/../deploy"

#
# Package Management configuration
#
# This variable lists which packaging formats to enable. Multiple package backends 
# can be enabled at once and the first item listed in the variable will be used 
# to generate the root filesystems.
# Options are:
#  - 'package_deb' for debian style deb files
#  - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
#  - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to ipk:
PACKAGE_CLASSES ?= "package_ipk"

#
# SDK/ADT target architecture
#
# This variable specifies the architecture to build SDK/ADT items for and means
# you can build the SDK packages for architectures other than the machine you are 
# running the build on (i.e. building i686 packages on an x86_64 host).
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"

#
# Extra image configuration defaults
#
# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated 
# images. Some of these options are added to certain image types automatically. The
# variable can contain the following options:
#  "dbg-pkgs"       - add -dbg packages for all installed packages
#                     (adds symbol information for debugging/profiling)
#  "dev-pkgs"       - add -dev packages for all installed packages
#                     (useful if you want to develop against libs in the image)
#  "ptest-pkgs"     - add -ptest packages for all ptest-enabled packages
#                     (useful if you want to run the package test suites)
#  "tools-sdk"      - add development tools (gcc, make, pkgconfig etc.)
#  "tools-debug"    - add debugging tools (gdb, strace)
#  "eclipse-debug"  - add Eclipse remote debugging support
#  "tools-profile"  - add profiling tools (oprofile, exmap, lttng, valgrind)
#  "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
#  "debug-tweaks"   - make an image suitable for development
#                     e.g. ssh root access has a blank password
# There are other application targets that can be used here too, see
# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks.
# package-management deploys the package meta data of deployed packeges
EXTRA_IMAGE_FEATURES = "debug-tweaks package-management"

#
# Additional image features
#
# The following is a list of additional classes to use when building images which
# enable extra features. Some available options which can be included in this variable 
# are:
#   - 'buildstats' collect build statistics
#   - 'image-mklibs' to reduce shared library files size for an image
#   - 'image-prelink' in order to prelink the filesystem image
#   - 'image-swab' to perform host system intrusion detection
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
USER_CLASSES ?= "buildstats image-mklibs image-prelink"

#
# Runtime testing of images
#
# The build system can test booting virtual machine images under qemu (an emulator)
# after any root filesystems are created and run tests against those images. To
# enable this uncomment this line. See classes/testimage(-auto).bbclass for
# further details.
#TEST_IMAGE = "1"

#
# Interactive shell configuration
#
# Under certain circumstances the system may need input from you and to do this it 
# can launch an interactive shell. It needs to do this since the build is 
# multithreaded and needs to be able to handle the case where more than one parallel
# process may require the user's attention. The default is iterate over the available
# terminal types to find one that works.
#
# Examples of the occasions this may happen are when resolving patches which cannot
# be applied, to use the devshell or the kernel menuconfig
#
# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none
# Note: currently, Konsole support only works for KDE 3.x due to the way
# newer Konsole versions behave
#OE_TERMINAL = "auto"
# By default disable interactive patch resolution (tasks will just fail instead):
PATCHRESOLVE = "noop"

#
# Disk Space Monitoring during the build
#
# Monitor the disk space during the build. If there is less that 1GB of space or less
# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
# of the build. The reason for this is that running completely out of space can corrupt
# files and damages the build in ways which may not be easily recoverable.
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    STOPTASKS,${DL_DIR},1G,100K \
    STOPTASKS,${SSTATE_DIR},1G,100K \
    ABORT,${TMPDIR},100M,1K \
    ABORT,${DL_DIR},100M,1K \
    ABORT,${SSTATE_DIR},100M,1K" 

#
# Shared-state files from other locations
#
# As mentioned above, shared state files are prebuilt cache data objects which can 
# used to accelerate build time. This variable can be used to configure the system
# to search other mirror locations for these objects before it builds the data itself.
#
# This can be a filesystem directory, or a remote url such as http or ftp. These
# would contain the sstate-cache results from previous builds (possibly from other 
# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the 
# cache locations to check for the shared objects.
# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH
# at the end as shown in the examples below. This will be substituted with the
# correct path within the directory structure.
#SSTATE_MIRRORS ?= "\
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
#file://.* file:///some/local/dir/sstate/PATH"


#
# Qemu configuration
#
# By default qemu will build with a builtin VNC server where graphical output can be
# seen. The two lines below enable the SDL backend too. This assumes there is a
# libsdl library available on your build system.
PACKAGECONFIG_pn-qemu-native = "sdl"
ASSUME_PROVIDED += "libsdl-native"


# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"

# Delete the the source/object/binary files once a package is built to preserve disk space
INHERIT += "rm_work"

# Add Toradex source mirror
INHERIT += "toradex-mirrors"

# Use this distro (filename from meta-angstrom/conf/distro/xx.conf)
DISTRO = "angstrom"

# What image type(s) are to be built?
IMAGE_FSTYPES += "tar.bz2"

# Don't generate the mirror tarball for SCM repos, the snapshot is enough
# BB_GENERATE_MIRROR_TARBALLS = "0"

PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"

DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_remove = "eglinfo-x11"

IMAGE_INSTALL_append = " qtbase qtbase-plugins cinematicexperience liberation-fonts"
PACKAGECONFIG_FONTS_append_pn-qtbase = " fontconfig"

# This file does not need to exist, if it does it can be used to influence machine specific
# configurations without copying the machine file.
include conf/machine/include/${MACHINE}.inc

DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_remove = "eglinfo-x11"

My is bblayers.conf:

# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "7"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  ${TOPDIR}/../layers/meta-angstrom \
  \
  \
  ${TOPDIR}/../layers/meta-toradex-nxp \
  ${TOPDIR}/../layers/meta-freescale \
  ${TOPDIR}/../layers/meta-freescale-3rdparty \
  \
  ${TOPDIR}/../layers/meta-toradex-tegra \
  ${TOPDIR}/../layers/meta-jetson-tk1 \
  \
  ${TOPDIR}/../layers/meta-toradex-bsp-common \
  \
  ${TOPDIR}/../layers/meta-snappy \
  \
  ${TOPDIR}/../layers/meta-openembedded/meta-oe \
  ${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
  ${TOPDIR}/../layers/meta-openembedded/meta-gnome \
  ${TOPDIR}/../layers/meta-openembedded/meta-xfce \
  ${TOPDIR}/../layers/meta-openembedded/meta-initramfs \
  ${TOPDIR}/../layers/meta-openembedded/meta-networking \
  ${TOPDIR}/../layers/meta-openembedded/meta-multimedia \
  ${TOPDIR}/../layers/meta-openembedded/meta-python \
  ${TOPDIR}/../layers/meta-lxde \
  ${TOPDIR}/../layers/meta-browser \
  ${TOPDIR}/../layers/meta-qt4 \
  ${TOPDIR}/../layers/meta-qt5 \
  ${TOPDIR}/../layers/meta-freescale-distro \
  ${TOPDIR}/../layers/meta-toradex-demos \
  \
  ${TOPDIR}/../layers/meta-imx6-sens \
  \
  \
  ${TOPDIR}/../layers/openembedded-core/meta \
"

The meta-imx6-sens looks like :

layers/meta-imx6-sens/
  |
  conf
      |
      layer.conf
  |
  recipes-kernel
      |
      linux
      |
      linux-toradex_4.9-1.0.x.bbappend
      |
      linux-toradex-4.9-1.0.x
          |
          Add_lvds_support.patch

The complete Build and create log is:

x@ubuntudragon:~$ sudo rm -fr oe-core/
[sudo] Passwort für x: 
x@ubuntudragon:~$ mkdir oe-core
x@ubuntudragon:~$ 
x@ubuntudragon:~$ 
x@ubuntudragon:~$ cd oe-core/
x@ubuntudragon:~/oe-core$ 
x@ubuntudragon:~/oe-core$ 
x@ubuntudragon:~/oe-core$ repo init -u http://git.toradex.com/toradex-bsp-platform.git -b LinuxImageV2.8
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo

... A new repo command ( 1.23) is available.
... You should upgrade soon:

    cp /home/x/oe-core/.repo/repo/repo /usr/bin/repo

Get http://git.toradex.com/toradex-bsp-platform.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
Von http://git.toradex.com/toradex-bsp-platform
 * [neuer Branch]    LinuxImageV2.1 -> origin/LinuxImageV2.1
 * [neuer Branch]    LinuxImageV2.2 -> origin/LinuxImageV2.2
 * [neuer Branch]    LinuxImageV2.3 -> origin/LinuxImageV2.3
 * [neuer Branch]    LinuxImageV2.4 -> origin/LinuxImageV2.4
 * [neuer Branch]    LinuxImageV2.5 -> origin/LinuxImageV2.5
 * [neuer Branch]    LinuxImageV2.6 -> origin/LinuxImageV2.6
 * [neuer Branch]    LinuxImageV2.6-next -> origin/LinuxImageV2.6-next
 * [neuer Branch]    LinuxImageV2.6.1 -> origin/LinuxImageV2.6.1
 * [neuer Branch]    LinuxImageV2.7 -> origin/LinuxImageV2.7
 * [neuer Branch]    LinuxImageV2.7-integration -> origin/LinuxImageV2.7-integration
 * [neuer Branch]    LinuxImageV2.7-next -> origin/LinuxImageV2.7-next
 * [neuer Branch]    LinuxImageV2.8 -> origin/LinuxImageV2.8
 * [neuer Branch]    LinuxImageV2.8-integration -> origin/LinuxImageV2.8-integration
 * [neuer Branch]    LinuxImageV2.8-next -> origin/LinuxImageV2.8-next
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b2-20170410 -> Apalis-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b3-20170630 -> Apalis-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b4-20171005 -> Apalis-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-T30_LXDE-Image_2.8b1.64-20171229 -> Apalis-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005 -> Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b2-20170410 -> Apalis-TK1_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b3-20170630 -> Apalis-TK1_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b4-20171007 -> Apalis-TK1_LXDE-Image_2.7b4-20171007
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b5-20171201 -> Apalis-TK1_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b2-20170410 -> Apalis-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b3-20170630 -> Apalis-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b4-20171005 -> Apalis-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.8b1.64-20171229 -> Apalis-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis_T30_LinuxImageV2.1Beta1_20131022 -> Apalis_T30_LinuxImageV2.1Beta1_20131022
 * [neues Tag]       Apalis_T30_LinuxImageV2.1Beta2_20140206 -> Apalis_T30_LinuxImageV2.1Beta2_20140206
 * [neues Tag]       Apalis_T30_LinuxImageV2.1Beta3_20140318 -> Apalis_T30_LinuxImageV2.1Beta3_20140318
 * [neues Tag]       Apalis_T30_LinuxImageV2.3Beta1_20140804 -> Apalis_T30_LinuxImageV2.3Beta1_20140804
 * [neues Tag]       Apalis_T30_LinuxImageV2.3Beta2_20140903 -> Apalis_T30_LinuxImageV2.3Beta2_20140903
 * [neues Tag]       Apalis_T30_LinuxImageV2.3Beta3_20141031 -> Apalis_T30_LinuxImageV2.3Beta3_20141031
 * [neues Tag]       Apalis_T30_LinuxImageV2.3Beta5_20141219 -> Apalis_T30_LinuxImageV2.3Beta5_20141219
 * [neues Tag]       Apalis_T30_LinuxImageV2.4Beta1_20150518 -> Apalis_T30_LinuxImageV2.4Beta1_20150518
 * [neues Tag]       Apalis_T30_LinuxImageV2.5Beta2_20151106 -> Apalis_T30_LinuxImageV2.5Beta2_20151106
 * [neues Tag]       Apalis_T30_LinuxImageV2.5Beta3_20151215 -> Apalis_T30_LinuxImageV2.5Beta3_20151215
 * [neues Tag]       Apalis_T30_LinuxImageV2.6.1Beta1_20160929 -> Apalis_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_T30_LinuxImageV2.6Beta1_20160331 -> Apalis_T30_LinuxImageV2.6Beta1_20160331
 * [neues Tag]       Apalis_T30_LinuxImageV2.6Beta2_20160701 -> Apalis_T30_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Apalis_T30_LinuxImageV2.7Beta1_20170112 -> Apalis_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta1_20160929 -> Apalis_TK1_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta2_20161122 -> Apalis_TK1_LinuxImageV2.6.1Beta2_20161122
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6Beta2_20160701 -> Apalis_TK1_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Apalis_TK1_LinuxImageV2.7Beta1_20170112 -> Apalis_TK1_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.2Beta1_20140404 -> Apalis_iMX6_LinuxImageV2.2Beta1_20140404
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.3Beta1_20140804 -> Apalis_iMX6_LinuxImageV2.3Beta1_20140804
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.3Beta3_20141031 -> Apalis_iMX6_LinuxImageV2.3Beta3_20141031
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.3Beta5_20141219 -> Apalis_iMX6_LinuxImageV2.3Beta5_20141219
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.3Beta6_20150112 -> Apalis_iMX6_LinuxImageV2.3Beta6_20150112
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.4Beta1_20150518 -> Apalis_iMX6_LinuxImageV2.4Beta1_20150518
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.5Beta2_20151106 -> Apalis_iMX6_LinuxImageV2.5Beta2_20151106
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.5Beta3_20151215 -> Apalis_iMX6_LinuxImageV2.5Beta3_20151215
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.6Beta1_20160331 -> Apalis_iMX6_LinuxImageV2.6Beta1_20160331
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.6Beta2_20160701 -> Apalis_iMX6_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.7Beta1_20170112 -> Apalis_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b2-20170410 -> Colibri-T20_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b3-20170630 -> Colibri-T20_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b4-20171005 -> Colibri-T20_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T20_LXDE-Image_2.8b1.64-20171229 -> Colibri-T20_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b2-20170410 -> Colibri-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b3-20170630 -> Colibri-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b4-20171005 -> Colibri-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T30_LXDE-Image_2.8b1.64-20171229 -> Colibri-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b2-20170410 -> Colibri-VF_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b3-20170630 -> Colibri-VF_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b4-20171005 -> Colibri-VF_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-VF_LXDE-Image_2.8b1.64-20171229 -> Colibri-VF_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201 -> Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b2-20170410 -> Colibri-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b3-20170630 -> Colibri-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b4-20171005 -> Colibri-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b2-20170410 -> Colibri-iMX7_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b3-20170630 -> Colibri-iMX7_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b4-20171005 -> Colibri-iMX7_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX7_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri_T20_LinuxImageV2.1Beta1_20131022 -> Colibri_T20_LinuxImageV2.1Beta1_20131022
 * [neues Tag]       Colibri_T20_LinuxImageV2.1Beta2_20140207 -> Colibri_T20_LinuxImageV2.1Beta2_20140207
 * [neues Tag]       Colibri_T20_LinuxImageV2.1Beta3_20140318 -> Colibri_T20_LinuxImageV2.1Beta3_20140318
 * [neues Tag]       Colibri_T20_LinuxImageV2.3Beta1_20140804 -> Colibri_T20_LinuxImageV2.3Beta1_20140804
 * [neues Tag]       Colibri_T20_LinuxImageV2.3Beta3_20141031 -> Colibri_T20_LinuxImageV2.3Beta3_20141031
 * [neues Tag]       Colibri_T20_LinuxImageV2.3Beta5_20141219 -> Colibri_T20_LinuxImageV2.3Beta5_20141219
 * [neues Tag]       Colibri_T20_LinuxImageV2.3Beta7_20150203 -> Colibri_T20_LinuxImageV2.3Beta7_20150203
 * [neues Tag]       Colibri_T20_LinuxImageV2.3_20150320 -> Colibri_T20_LinuxImageV2.3_20150320
 * [neues Tag]       Colibri_T20_LinuxImageV2.4Beta1_20150518 -> Colibri_T20_LinuxImageV2.4Beta1_20150518
 * [neues Tag]       Colibri_T20_LinuxImageV2.5Beta2_20151106 -> Colibri_T20_LinuxImageV2.5Beta2_20151106
 * [neues Tag]       Colibri_T20_LinuxImageV2.5Beta3_20151215 -> Colibri_T20_LinuxImageV2.5Beta3_20151215
 * [neues Tag]       Colibri_T20_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T20_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T20_LinuxImageV2.6Beta1_20160331 -> Colibri_T20_LinuxImageV2.6Beta1_20160331
 * [neues Tag]       Colibri_T20_LinuxImageV2.6Beta2_20160701 -> Colibri_T20_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Colibri_T20_LinuxImageV2.7Beta1_20170112 -> Colibri_T20_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_T30_LinuxImageV2.1Beta1_20131022 -> Colibri_T30_LinuxImageV2.1Beta1_20131022
 * [neues Tag]       Colibri_T30_LinuxImageV2.1Beta2_20140206 -> Colibri_T30_LinuxImageV2.1Beta2_20140206
 * [neues Tag]       Colibri_T30_LinuxImageV2.1Beta3_20140318 -> Colibri_T30_LinuxImageV2.1Beta3_20140318
 * [neues Tag]       Colibri_T30_LinuxImageV2.3Beta1_20140804 -> Colibri_T30_LinuxImageV2.3Beta1_20140804
 * [neues Tag]       Colibri_T30_LinuxImageV2.3Beta3_20141031 -> Colibri_T30_LinuxImageV2.3Beta3_20141031
 * [neues Tag]       Colibri_T30_LinuxImageV2.3Beta5_20141219 -> Colibri_T30_LinuxImageV2.3Beta5_20141219
 * [neues Tag]       Colibri_T30_LinuxImageV2.4Beta1_20150518 -> Colibri_T30_LinuxImageV2.4Beta1_20150518
 * [neues Tag]       Colibri_T30_LinuxImageV2.5Beta2_20151106 -> Colibri_T30_LinuxImageV2.5Beta2_20151106
 * [neues Tag]       Colibri_T30_LinuxImageV2.5Beta3_20151215 -> Colibri_T30_LinuxImageV2.5Beta3_20151215
 * [neues Tag]       Colibri_T30_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T30_LinuxImageV2.6Beta1_20160331 -> Colibri_T30_LinuxImageV2.6Beta1_20160331
 * [neues Tag]       Colibri_T30_LinuxImageV2.6Beta2_20160701 -> Colibri_T30_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Colibri_T30_LinuxImageV2.7Beta1_20170112 -> Colibri_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_VF50_LinuxImageV2.1Beta1_20131022 -> Colibri_VF50_LinuxImageV2.1Beta1_20131022
 * [neues Tag]       Colibri_VF_LinuxImageV2.1Beta2_20131129 -> Colibri_VF_LinuxImageV2.1Beta2_20131129
 * [neues Tag]       Colibri_VF_LinuxImageV2.1Beta3_20140318 -> Colibri_VF_LinuxImageV2.1Beta3_20140318
 * [neues Tag]       Colibri_VF_LinuxImageV2.2Beta1_20140603 -> Colibri_VF_LinuxImageV2.2Beta1_20140603
 * [neues Tag]       Colibri_VF_LinuxImageV2.3Beta1_20140804 -> Colibri_VF_LinuxImageV2.3Beta1_20140804
 * [neues Tag]       Colibri_VF_LinuxImageV2.3Beta3_20141031 -> Colibri_VF_LinuxImageV2.3Beta3_20141031
 * [neues Tag]       Colibri_VF_LinuxImageV2.3Beta5_20141219 -> Colibri_VF_LinuxImageV2.3Beta5_20141219
 * [neues Tag]       Colibri_VF_LinuxImageV2.3Beta7_20150203 -> Colibri_VF_LinuxImageV2.3Beta7_20150203
 * [neues Tag]       Colibri_VF_LinuxImageV2.4Beta1_20150518 -> Colibri_VF_LinuxImageV2.4Beta1_20150518
 * [neues Tag]       Colibri_VF_LinuxImageV2.5Beta1_20150813 -> Colibri_VF_LinuxImageV2.5Beta1_20150813
 * [neues Tag]       Colibri_VF_LinuxImageV2.5Beta2_20151106 -> Colibri_VF_LinuxImageV2.5Beta2_20151106
 * [neues Tag]       Colibri_VF_LinuxImageV2.5Beta3_20151215 -> Colibri_VF_LinuxImageV2.5Beta3_20151215
 * [neues Tag]       Colibri_VF_LinuxImageV2.6.1Beta1_20161001 -> Colibri_VF_LinuxImageV2.6.1Beta1_20161001
 * [neues Tag]       Colibri_VF_LinuxImageV2.6Beta1_20160331 -> Colibri_VF_LinuxImageV2.6Beta1_20160331
 * [neues Tag]       Colibri_VF_LinuxImageV2.6Beta2_20160701 -> Colibri_VF_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Colibri_VF_LinuxImageV2.7Beta1_20170112 -> Colibri_VF_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.3Beta4_20141113 -> Colibri_iMX6_LinuxImageV2.3Beta4_20141113
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.3Beta5_20141219 -> Colibri_iMX6_LinuxImageV2.3Beta5_20141219
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.4Beta1_20150518 -> Colibri_iMX6_LinuxImageV2.4Beta1_20150518
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.5Beta2_20151106 -> Colibri_iMX6_LinuxImageV2.5Beta2_20151106
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.5Beta3_20151215 -> Colibri_iMX6_LinuxImageV2.5Beta3_20151215
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.6Beta1_20160331 -> Colibri_iMX6_LinuxImageV2.6Beta1_20160331
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.6Beta2_20160701 -> Colibri_iMX6_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.6Alpha1_20160315 -> Colibri_iMX7_LinuxImageV2.6Alpha1_20160315
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.6Beta2_20160701 -> Colibri_iMX7_LinuxImageV2.6Beta2_20160701
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX7_LinuxImageV2.7Beta1_20170112

Your identity is: Benjamin x <b.x@yahoo.de>
If you want to change this, please re-run 'repo init' with --config-name

repo has been initialized in /home/x/oe-core
x@ubuntudragon:~/oe-core$ repo sync

... A new repo command ( 1.23) is available.
... You should upgrade soon:

    cp /home/x/oe-core/.repo/repo/repo /usr/bin/repo

Fetching project meta-toradex-demos.git
Fetching project meta-freescale-3rdparty.git
Fetching project bitbake.git
Fetching project meta-toradex-bsp-common.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 4409, done.        
Von http://git.toradex.com/meta-toradex-bsp-common
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b2-20170410 -> Apalis-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b3-20170630 -> Apalis-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b4-20171005 -> Apalis-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-T30_LXDE-Image_2.8b1.64-20171229 -> Apalis-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005 -> Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b2-20170410 -> Apalis-TK1_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b3-20170630 -> Apalis-TK1_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b4-20171007 -> Apalis-TK1_LXDE-Image_2.7b4-20171007
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b5-20171201 -> Apalis-TK1_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b2-20170410 -> Apalis-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b3-20170630 -> Apalis-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b4-20171005 -> Apalis-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.8b1.64-20171229 -> Apalis-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis_T30_LinuxImageV2.6.1Beta1_20160929 -> Apalis_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_T30_LinuxImageV2.7Beta1_20170112 -> Apalis_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta1_20160929 -> Apalis_TK1_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta2_20161122 -> Apalis_TK1_LinuxImageV2.6.1Beta2_20161122
 * [neues Tag]       Apalis_TK1_LinuxImageV2.7Beta1_20170112 -> Apalis_TK1_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.7Beta1_20170112 -> Apalis_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b2-20170410 -> Colibri-T20_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b3-20170630 -> Colibri-T20_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b4-20171005 -> Colibri-T20_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T20_LXDE-Image_2.8b1.64-20171229 -> Colibri-T20_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b2-20170410 -> Colibri-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b3-20170630 -> Colibri-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b4-20171005 -> Colibri-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T30_LXDE-Image_2.8b1.64-20171229 -> Colibri-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b2-20170410 -> Colibri-VF_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b3-20170630 -> Colibri-VF_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b4-20171005 -> Colibri-VF_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-VF_LXDE-Image_2.8b1.64-20171229 -> Colibri-VF_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201 -> Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b2-20170410 -> Colibri-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b3-20170630 -> Colibri-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b4-20171005 -> Colibri-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b2-20170410 -> Colibri-iMX7_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b3-20170630 -> Colibri-iMX7_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b4-20171005 -> Colibri-iMX7_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX7_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri_T20_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T20_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T20_LinuxImageV2.7Beta1_20170112 -> Colibri_T20_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_T30_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T30_LinuxImageV2.7Beta1_20170112 -> Colibri_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_VF_LinuxImageV2.6.1Beta1_20161001 -> Colibri_VF_LinuxImageV2.6.1Beta1_20161001
 * [neues Tag]       Colibri_VF_LinuxImageV2.7Beta1_20170112 -> Colibri_VF_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX7_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       meta-toradex_split -> meta-toradex_split
Fetching projects:   5% (1/17)  Fetching project meta-freescale.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Empfange Objekte:  56% (2470/4409), 524.01 KiB | 363.00 KiB/s   
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
Von http://git.toradex.com/meta-toradex-demos
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    jethro-next -> repo/jethro-next
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b2-20170410 -> Apalis-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b3-20170630 -> Apalis-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b4-20171005 -> Apalis-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-T30_LXDE-Image_2.8b1.64-20171229 -> Apalis-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005 -> Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b2-20170410 -> Apalis-TK1_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b3-20170630 -> Apalis-TK1_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b4-20171007 -> Apalis-TK1_LXDE-Image_2.7b4-20171007
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b5-20171201 -> Apalis-TK1_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b2-20170410 -> Apalis-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b3-20170630 -> Apalis-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b4-20171005 -> Apalis-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.8b1.64-20171229 -> Apalis-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis_T30_LinuxImageV2.6.1Beta1_20160929 -> Apalis_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_T30_LinuxImageV2.7Beta1_20170112 -> Apalis_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta1_20160929 -> Apalis_TK1_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta2_20161122 -> Apalis_TK1_LinuxImageV2.6.1Beta2_20161122
 * [neues Tag]       Apalis_TK1_LinuxImageV2.7Beta1_20170112 -> Apalis_TK1_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.7Beta1_20170112 -> Apalis_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b2-20170410 -> Colibri-T20_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b3-20170630 -> Colibri-T20_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b4-20171005 -> Colibri-T20_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T20_LXDE-Image_2.8b1.64-20171229 -> Colibri-T20_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b2-20170410 -> Colibri-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b3-20170630 -> Colibri-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b4-20171005 -> Colibri-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T30_LXDE-Image_2.8b1.64-20171229 -> Colibri-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b2-20170410 -> Colibri-VF_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b3-20170630 -> Colibri-VF_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b4-20171005 -> Colibri-VF_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-VF_LXDE-Image_2.8b1.64-20171229 -> Colibri-VF_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201 -> Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b2-20170410 -> Colibri-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b3-20170630 -> Colibri-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b4-20171005 -> Colibri-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b2-20170410 -> Colibri-iMX7_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b3-20170630 -> Colibri-iMX7_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b4-20171005 -> Colibri-iMX7_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX7_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri_T20_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T20_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T20_LinuxImageV2.7Beta1_20170112 -> Colibri_T20_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_T30_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T30_LinuxImageV2.7Beta1_20170112 -> Colibri_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_VF_LinuxImageV2.6.1Beta1_20161001 -> Colibri_VF_LinuxImageV2.6.1Beta1_20161001
 * [neues Tag]       Colibri_VF_LinuxImageV2.7Beta1_20170112 -> Colibri_VF_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX7_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       meta-toradex_split -> meta-toradex_split
Fetching projects:  11% (2/17)  Fetching project openembedded-core.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0remote: Counting objects: 24143, done.        
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Total 4409 (delta 0), reused 0 (delta 0), pack-reused 4409        
Empfange Objekte: 100% (4409/4409), 2.29 MiB | 639.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (2509/2509), Fertig.
Von http://github.com/Freescale/meta-freescale-3rdparty
 * [neuer Branch]    daisy      -> repo/daisy
 * [neuer Branch]    danny      -> repo/danny
 * [neuer Branch]    denzil     -> repo/denzil
 * [neuer Branch]    dizzy      -> repo/dizzy
 * [neuer Branch]    dora       -> repo/dora
 * [neuer Branch]    dylan      -> repo/dylan
 * [neuer Branch]    fido       -> repo/fido
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    master-next -> repo/master-next
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    rocko      -> repo/rocko
 * [neues Tag]       1.2        -> 1.2
 * [neues Tag]       1.2-rc1    -> 1.2-rc1
 * [neues Tag]       1.3        -> 1.3
 * [neues Tag]       1.4        -> 1.4
 * [neues Tag]       1.5        -> 1.5
 * [neues Tag]       1.6        -> 1.6
 * [neues Tag]       1.7        -> 1.7
 * [neues Tag]       1.8        -> 1.8
 * [neues Tag]       2.0        -> 2.0
 * [neues Tag]       2.1        -> 2.1
 * [neues Tag]       2.2        -> 2.2
Fetching projects:  17% (3/17)  Fetching project meta-angstrom.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Empfange Objekte:   4% (966/24143)   
remote: Counting objects: 49657, done.         | 5.68 MiB/s     --:--:--     0Empfange Objekte:  46% (11106/24143), 676.01 KiB | 1.23 MiB/s   
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Compressing objects: 100% (75/75), done.        
remote: Counting objects: 309507, done.        
remote: Compressing objects: 100% (527/527), done.        
remote: Counting objects: 7040, done.        iB | 7.33 MiB/s      
remote: Compressing objects: 100% (6/6), done.        
remote: Total 7040 (delta 2), reused 3 (delta 0), pack-reused 7033        
Empfange Objekte: 100% (7040/7040), 2.38 MiB | 771.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (3280/3280), Fertig.
Von http://github.com/Angstrom-distribution/meta-angstrom/s    
 * [neuer Branch]    angstrom-v2012.05-yocto1.2 -> repo/angstrom-v2012.05-yocto1.2
 * [neuer Branch]    angstrom-v2012.12-yocto1.3 -> repo/angstrom-v2012.12-yocto1.3
 * [neuer Branch]    angstrom-v2013.06-yocto1.4 -> repo/angstrom-v2013.06-yocto1.4
 * [neuer Branch]    angstrom-v2013.12-yocto1.5 -> repo/angstrom-v2013.12-yocto1.5
 * [neuer Branch]    angstrom-v2014.06-yocto1.6 -> repo/angstrom-v2014.06-yocto1.6
 * [neuer Branch]    angstrom-v2014.12-yocto1.7 -> repo/angstrom-v2014.12-yocto1.7
 * [neuer Branch]    angstrom-v2015.06-yocto1.8 -> repo/angstrom-v2015.06-yocto1.8
 * [neuer Branch]    angstrom-v2015.12-yocto2.0 -> repo/angstrom-v2015.12-yocto2.0
 * [neuer Branch]    angstrom-v2016.06-yocto2.1 -> repo/angstrom-v2016.06-yocto2.1
 * [neuer Branch]    angstrom-v2016.12-yocto2.2 -> repo/angstrom-v2016.12-yocto2.2
 * [neuer Branch]    angstrom-v2017.06-yocto2.3 -> repo/angstrom-v2017.06-yocto2.3
 * [neuer Branch]    angstrom-v2017.12-rocko -> repo/angstrom-v2017.12-rocko
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    staging    -> repo/staging
 * [neuer Branch]    work       -> repo/work
Fetching projects:  23% (4/17)  Fetching project meta-toradex-tegra.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Empfange Objekte:  68% (33767/49657), 10.74 MiB | 2.83 MiB/s   
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Total 49657 (delta 99), reused 99 (delta 82), pack-reused 49500        
Empfange Objekte: 100% (49657/49657), 17.56 MiB | 3.09 MiB/s, Fertig.
Löse Unterschiede auf: 100% (34500/34500), Fertig.
Von http://git.toradex.com/meta-toradex-tegraMiB | 2.18 MiB/s   
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b2-20170410 -> Apalis-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b3-20170630 -> Apalis-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-T30_LXDE-Image_2.7b4-20171005 -> Apalis-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-T30_LXDE-Image_2.8b1.64-20171229 -> Apalis-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005 -> Apalis-TK1-Mainline_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1-Mainline_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b2-20170410 -> Apalis-TK1_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b3-20170630 -> Apalis-TK1_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b4-20171007 -> Apalis-TK1_LXDE-Image_2.7b4-20171007
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.7b5-20171201 -> Apalis-TK1_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Apalis-TK1_LXDE-Image_2.8b1.64-20171229 -> Apalis-TK1_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis_T30_LinuxImageV2.6.1Beta1_20160929 -> Apalis_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_T30_LinuxImageV2.7Beta1_20170112 -> Apalis_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta1_20160929 -> Apalis_TK1_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta2_20161122 -> Apalis_TK1_LinuxImageV2.6.1Beta2_20161122
 * [neues Tag]       Apalis_TK1_LinuxImageV2.7Beta1_20170112 -> Apalis_TK1_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b2-20170410 -> Colibri-T20_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b3-20170630 -> Colibri-T20_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T20_LXDE-Image_2.7b4-20171005 -> Colibri-T20_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T20_LXDE-Image_2.8b1.64-20171229 -> Colibri-T20_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b2-20170410 -> Colibri-T30_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b3-20170630 -> Colibri-T30_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-T30_LXDE-Image_2.7b4-20171005 -> Colibri-T30_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-T30_LXDE-Image_2.8b1.64-20171229 -> Colibri-T30_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri_T20_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T20_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T20_LinuxImageV2.7Beta1_20170112 -> Colibri_T20_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_T30_LinuxImageV2.6.1Beta1_20160929 -> Colibri_T30_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_T30_LinuxImageV2.7Beta1_20170112 -> Colibri_T30_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       meta-toradex_split -> meta-toradex_split
Fetching projects:  29% (5/17)  Fetching project meta-browser.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Von http://github.com/openembedded/bitbake
 * [neuer Branch]    1.10       -> repo/1.10
 * [neuer Branch]    1.12       -> repo/1.12
 * [neuer Branch]    1.14       -> repo/1.14
 * [neuer Branch]    1.16       -> repo/1.16
 * [neuer Branch]    1.18       -> repo/1.18
 * [neuer Branch]    1.20       -> repo/1.20
 * [neuer Branch]    1.22       -> repo/1.22
 * [neuer Branch]    1.24       -> repo/1.24
 * [neuer Branch]    1.26       -> repo/1.26
 * [neuer Branch]    1.28       -> repo/1.28
 * [neuer Branch]    1.3        -> repo/1.3
 * [neuer Branch]    1.30       -> repo/1.30
 * [neuer Branch]    1.32       -> repo/1.32
 * [neuer Branch]    1.34       -> repo/1.34
 * [neuer Branch]    1.36       -> repo/1.36
 * [neuer Branch]    1.4        -> repo/1.4
 * [neuer Branch]    1.6        -> repo/1.6
 * [neuer Branch]    1.8        -> repo/1.8
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    master-next -> repo/master-next
 * [neuer Branch]    master-poky -> repo/master-poky
 * [neuer Branch]    next       -> repo/next
 * [neuer Branch]    pristine-tar -> repo/pristine-tar
 * [neuer Branch]    wmat       -> repo/wmat
 * [neuer Branch]    wmat2      -> repo/wmat2
 * [neues Tag]       1.0        -> 1.0
 * [neues Tag]       1.1        -> 1.1
 * [neues Tag]       1.10.0     -> 1.10.0
 * [neues Tag]       1.10.1     -> 1.10.1
 * [neues Tag]       1.10.2     -> 1.10.2
 * [neues Tag]       1.12.0     -> 1.12.0
 * [neues Tag]       1.13.1     -> 1.13.1
 * [neues Tag]       1.13.2     -> 1.13.2
 * [neues Tag]       1.13.3     -> 1.13.3
 * [neues Tag]       1.14.0     -> 1.14.0
 * [neues Tag]       1.15.1     -> 1.15.1
 * [neues Tag]       1.15.2     -> 1.15.2
 * [neues Tag]       1.15.3     -> 1.15.3
 * [neues Tag]       1.16.0     -> 1.16.0
 * [neues Tag]       1.17.0     -> 1.17.0
 * [neues Tag]       1.2        -> 1.2
 * [neues Tag]       1.2.1      -> 1.2.1
 * [neues Tag]       1.26.0     -> 1.26.0
 * [neues Tag]       1.3.0      -> 1.3.0
 * [neues Tag]       1.3.1      -> 1.3.1
 * [neues Tag]       1.3.2      -> 1.3.2
 * [neues Tag]       1.3.3      -> 1.3.3
 * [neues Tag]       1.4.2      -> 1.4.2
 * [neues Tag]       1.4.4      -> 1.4.4
 * [neues Tag]       1.6.0      -> 1.6.0
 * [neues Tag]       1.6.2      -> 1.6.2
 * [neues Tag]       1.6.4      -> 1.6.4
 * [neues Tag]       1.6.6      -> 1.6.6
 * [neues Tag]       1.6.8      -> 1.6.8
 * [neues Tag]       1.7.2      -> 1.7.2
 * [neues Tag]       1.8.0      -> 1.8.0
 * [neues Tag]       1.8.10     -> 1.8.10
 * [neues Tag]       1.8.12     -> 1.8.12
 * [neues Tag]       1.8.14     -> 1.8.14
 * [neues Tag]       1.8.16     -> 1.8.16
 * [neues Tag]       1.8.18     -> 1.8.18
 * [neues Tag]       1.8.19     -> 1.8.19
 * [neues Tag]       1.8.2      -> 1.8.2
 * [neues Tag]       1.8.4      -> 1.8.4
 * [neues Tag]       1.8.6      -> 1.8.6
 * [neues Tag]       1.8.8      -> 1.8.8
Fetching projects:  35% (6/17)  Fetching project meta-snappy.git
remote: Total 24143 (delta 0), reused 0 (delta 0), pack-reused 24143        
Empfange Objekte: 100% (24143/24143), 40.84 MiB | 3.79 MiB/s, Fertig.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
Löse Unterschiede auf: 100% (12700/12700), Fertig.-:-- --:--:-- --:--:--     0Löse Unterschiede auf:   4% (516/12700)   
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Von http://github.com/Freescale/meta-freescaleiB | 2.24 MiB/s   
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    master-next -> repo/master-next
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    rocko      -> repo/rocko
 * [neues Tag]       2.1        -> 2.1
 * [neues Tag]       2.2        -> 2.2
Fetching projects:  41% (7/17)  Fetching project meta-jetson-tk1.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 3929, done.        MiB | 2.29 MiB/s   
remote: Compressing objects: 100% (6/6), done.        
remote: Counting objects: 388, done.        
remote: Compressing objects: 100% (8/8), done.        
remote: Total 388 (delta 1), reused 6 (delta 1), pack-reused 379        
Empfange Objekte: 100% (388/388), 78.97 KiB | 0 bytes/s, Fertig.
Löse Unterschiede auf: 100% (149/149), Fertig.
Von http://github.com/morphis/meta-snappy
 * [neuer Branch]    f/2.25-for-morty -> repo/f/2.25-for-morty
 * [neuer Branch]    f/2.25-for-pyro -> repo/f/2.25-for-pyro
 * [neuer Branch]    f/support-for-pyro -> repo/f/support-for-pyro
 * [neuer Branch]    f/upgrade-to-2.23.6 -> repo/f/upgrade-to-2.23.6
 * [neuer Branch]    f/upgrade-to-2.24 -> repo/f/upgrade-to-2.24
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    update-snapd-2.16 -> repo/update-snapd-2.16
 * [neuer Branch]    upgrade-to-2.21 -> repo/upgrade-to-2.21
 * [neuer Branch]    upgrade-to-2.23 -> repo/upgrade-to-2.23
Fetching projects:  47% (8/17)  Fetching project meta-lxde.git
remote: Counting objects: 566, done.        
remote: Total 3929 (delta 0), reused 2 (delta 0), pack-reused 3923        
Empfange Objekte: 100% (3929/3929), 965.70 KiB | 1.50 MiB/s, Fertig.
ime  Current % Received % Xferd  Average Speed   Time    Time     TLöse Unterschiede auf:   2% (53/2539)   
                                 Dload  Upload   Total   Spent    Left  Speed
Löse Unterschiede auf: 100% (2539/2539), Fertig.de auf:   4% (110/2539)   84/2539)   
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
Von http://github.com/OSSystems/meta-browser
 * [neuer Branch]    danny      -> repo/danny
 * [neuer Branch]    dora       -> repo/dora
 * [neuer Branch]    dylan      -> repo/dylan
 * [neuer Branch]    jansa/master -> repo/jansa/master
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    morty      -> repo/morty
remote: Total 566 (delta 0), reused 0 (delta 0), pack-reused 566        
Empfange Objekte: 100% (566/566), 95.25 KiB | 0 bytes/s, Fertig.
Löse Unterschiede auf: 100% (222/222), Fertig.
Fetching projects:  52% (9/17)  Fetching project meta-freescale-distro.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Von http://github.com/watatuki/meta-jetson-tk1
 * [neuer Branch]    Morty      -> repo/Morty
 * [neuer Branch]    dizzy      -> repo/dizzy
 * [neuer Branch]    fido       -> repo/fido
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    pyro       -> repo/pyro
 * [neues Tag]       R21.1.0-stable -> R21.1.0-stable
 * [neues Tag]       R21.2.0-stable -> R21.2.0-stable
 * [neues Tag]       R21.3.0-stable -> R21.3.0-stable
 * [neues Tag]       R21.4.0-stable -> R21.4.0-stable
 * [neues Tag]       R21.4.0-unstable-krogoth -> R21.4.0-unstable-krogoth
Fetching projects:  58% (10/17)  Fetching project meta-qt5.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Von http://git.toradex.com/meta-lxde
 * [neuer Branch]    daisy      -> repo/daisy
 * [neuer Branch]    dizzy      -> repo/dizzy
 * [neuer Branch]    dora       -> repo/dora
 * [neuer Branch]    dylan      -> repo/dylan
 * [neuer Branch]    fido       -> repo/fido
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    krogoth-next -> repo/krogoth-next
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
Fetching projects:  64% (11/17)  Fetching project meta-qt4
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Counting objects: 1376, done.        
remote: Counting objects: 8510, done.        MiB | 2.83 MiB/s   
remote: Compressing objects: 100% (107/107), done.        
remote: Total 1376 (delta 0), reused 0 (delta 0), pack-reused 1376        
Empfange Objekte: 100% (1376/1376), 311.23 KiB | 0 bytes/s, Fertig.
Löse Unterschiede auf: 100% (772/772), Fertig.
Von http://github.com/Freescale/meta-freescale-distro83 MiB/s   
 * [neuer Branch]    daisy      -> repo/daisy
 * [neuer Branch]    danny      -> repo/danny
 * [neuer Branch]    denzil     -> repo/denzil
 * [neuer Branch]    dizzy      -> repo/dizzy
 * [neuer Branch]    dora       -> repo/dora
 * [neuer Branch]    dylan      -> repo/dylan
 * [neuer Branch]    fido       -> repo/fido
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    master-next -> repo/master-next
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    rocko      -> repo/rocko
 * [neues Tag]       1.2        -> 1.2
 * [neues Tag]       1.2-rc1    -> 1.2-rc1
 * [neues Tag]       1.3        -> 1.3
 * [neues Tag]       1.4        -> 1.4
 * [neues Tag]       1.5        -> 1.5
 * [neues Tag]       1.6        -> 1.6
 * [neues Tag]       1.7        -> 1.7
 * [neues Tag]       1.8        -> 1.8
 * [neues Tag]       2.0        -> 2.0
 * [neues Tag]       2.1        -> 2.1
 * [neues Tag]       2.2        -> 2.2
Fetching projects:  70% (12/17)  Fetching project meta-toradex-nxp.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Empfange Objekte:  13% (1107/8510)   
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Total 8510 (delta 23), reused 16 (delta 2), pack-reused 8401        
Empfange Objekte: 100% (8510/8510), 2.45 MiB | 3.70 MiB/s, Fertig.
Löse Unterschiede auf: 100% (5322/5322), Fertig.
Von http://github.com/meta-qt5/meta-qt533.80 MiB | 3.01 MiB/s   
 * [neuer Branch]    daisy      -> repo/daisy
 * [neuer Branch]    dizzy      -> repo/dizzy
 * [neuer Branch]    dora       -> repo/dora
 * [neuer Branch]    dora-next  -> repo/dora-next
 * [neuer Branch]    dylan      -> repo/dylan
 * [neuer Branch]    fido       -> repo/fido
 * [neuer Branch]    fido-next  -> repo/fido-next
 * [neuer Branch]    jansa/daisy -> repo/jansa/daisy
 * [neuer Branch]    jansa/dizzy -> repo/jansa/dizzy
 * [neuer Branch]    jansa/fido -> repo/jansa/fido
 * [neuer Branch]    jansa/jethro -> repo/jansa/jethro
 * [neuer Branch]    jansa/krogoth -> repo/jansa/krogoth
 * [neuer Branch]    jansa/master -> repo/jansa/master
 * [neuer Branch]    jansa/morty -> repo/jansa/morty
 * [neuer Branch]    jansa/pyro -> repo/jansa/pyro
 * [neuer Branch]    jansa/rocko -> repo/jansa/rocko
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    jethro-next -> repo/jethro-next
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    krogoth-next -> repo/krogoth-next
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    master-next -> repo/master-next
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    otavio/master -> repo/otavio/master
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    pyro-next  -> repo/pyro-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
 * [neues Tag]       5.2.1+origin/release -> 5.2.1+origin/release
 * [neues Tag]       jansa/test-2013-10-08 -> jansa/test-2013-10-08
 * [neues Tag]       master-next-2014-02-19 -> master-next-2014-02-19
Fetching projects:  76% (13/17)  Fetching project meta-openembedded.git
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
remote: Counting objects: 310, done.        
remote: Compressing objects: 100% (244/244), done.        
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Server does not provide clone.bundle; ignoring.
remote: Total 310 (delta 141), reused 228 (delta 59)        
Empfange Objekte: 100% (310/310), 105.66 KiB | 98.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (141/141), Fertig.
Von https://git.yoctoproject.org/git/meta-qt4
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    rocko      -> repo/rocko
 * [neues Tag]       2.1_M1     -> 2.1_M1
 * [neues Tag]       2.2_M1     -> 2.2_M1
 * [neues Tag]       2.2_M2     -> 2.2_M2
 * [neues Tag]       2.2_M3     -> 2.2_M3
 * [neues Tag]       2.3_M1     -> 2.3_M1
 * [neues Tag]       2.3_M2     -> 2.3_M2
 * [neues Tag]       2.3_M3     -> 2.3_M3
 * [neues Tag]       2.4_M1     -> 2.4_M1
 * [neues Tag]       2.4_M2     -> 2.4_M2
 * [neues Tag]       2.4_M3     -> 2.4_M3
 * [neues Tag]       2.5_M1     -> 2.5_M1
 * [neues Tag]       krogoth-15.0.0 -> krogoth-15.0.0
 * [neues Tag]       krogoth-15.0.1 -> krogoth-15.0.1
 * [neues Tag]       krogoth-15.0.2 -> krogoth-15.0.2
 * [neues Tag]       krogoth-15.0.3 -> krogoth-15.0.3
 * [neues Tag]       morty-16.0.0 -> morty-16.0.0
 * [neues Tag]       morty-16.0.1 -> morty-16.0.1
 * [neues Tag]       morty-16.0.2 -> morty-16.0.2
 * [neues Tag]       pyro-17.0.0 -> pyro-17.0.0
 * [neues Tag]       pyro-17.0.1 -> pyro-17.0.1
 * [neues Tag]       pyro-17.0.3 -> pyro-17.0.3
 * [neues Tag]       rocko-18.0.0 -> rocko-18.0.0
 * [neues Tag]       rocko-18.0.1 -> rocko-18.0.1
 * [neues Tag]       yocto-2.1  -> yocto-2.1
 * [neues Tag]       yocto-2.1.1 -> yocto-2.1.1
 * [neues Tag]       yocto-2.1.2 -> yocto-2.1.2
 * [neues Tag]       yocto-2.1.3 -> yocto-2.1.3
 * [neues Tag]       yocto-2.2  -> yocto-2.2
 * [neues Tag]       yocto-2.2.1 -> yocto-2.2.1
 * [neues Tag]       yocto-2.2.2 -> yocto-2.2.2
 * [neues Tag]       yocto-2.3  -> yocto-2.3
 * [neues Tag]       yocto-2.3.1 -> yocto-2.3.1
 * [neues Tag]       yocto-2.3.3 -> yocto-2.3.3
 * [neues Tag]       yocto-2.4  -> yocto-2.4
 * [neues Tag]       yocto-2.4.1 -> yocto-2.4.1
remote: Counting objects: 87326, done.        iB | 3.34 MiB/s   09507), 38.80 MiB | 3.26 MiB/s   
remote: Compressing objects: 100% (5/5), done.        
Von http://git.toradex.com/meta-toradex-nxp5 MiB | 3.49 MiB/s   
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    jethro-next -> repo/jethro-next
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b2-20170410 -> Apalis-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b3-20170630 -> Apalis-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.7b4-20171005 -> Apalis-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Apalis-iMX6_LXDE-Image_2.8b1.64-20171229 -> Apalis-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Apalis_TK1_LinuxImageV2.6.1Beta2_20161122 -> Apalis_TK1_LinuxImageV2.6.1Beta2_20161122
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Apalis_iMX6_LinuxImageV2.7Beta1_20170112 -> Apalis_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b2-20170410 -> Colibri-VF_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b3-20170630 -> Colibri-VF_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-VF_LXDE-Image_2.7b4-20171005 -> Colibri-VF_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-VF_LXDE-Image_2.8b1.64-20171229 -> Colibri-VF_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201 -> Colibri-iMX6ULL_LXDE-Image_2.7b5-20171201
 * [neues Tag]       Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6ULL_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b2-20170410 -> Colibri-iMX6_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b3-20170630 -> Colibri-iMX6_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.7b4-20171005 -> Colibri-iMX6_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX6_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX6_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b2-20170410 -> Colibri-iMX7_LXDE-Image_2.7b2-20170410
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b3-20170630 -> Colibri-iMX7_LXDE-Image_2.7b3-20170630
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.7b4-20171005 -> Colibri-iMX7_LXDE-Image_2.7b4-20171005
 * [neues Tag]       Colibri-iMX7_LXDE-Image_2.8b1.64-20171229 -> Colibri-iMX7_LXDE-Image_2.8b1.64-20171229
 * [neues Tag]       Colibri_VF_LinuxImageV2.6.1Beta1_20161001 -> Colibri_VF_LinuxImageV2.6.1Beta1_20161001
 * [neues Tag]       Colibri_VF_LinuxImageV2.7Beta1_20170112 -> Colibri_VF_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX6_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX6_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929 -> Colibri_iMX7_LinuxImageV2.6.1Beta1_20160929
 * [neues Tag]       Colibri_iMX7_LinuxImageV2.7Beta1_20170112 -> Colibri_iMX7_LinuxImageV2.7Beta1_20170112
 * [neues Tag]       meta-toradex_split -> meta-toradex_split
remote: Total 87326 (delta 5), reused 4 (delta 4), pack-reused 87317        
Empfange Objekte: 100% (87326/87326), 32.24 MiB | 4.93 MiB/s, Fertig.
Löse Unterschiede auf: 100% (49937/49937), Fertig.| 4.25 MiB/s   
Von http://github.com/openembedded/meta-openembedded4.51 MiB/s   
 * [neuer Branch]    daisy      -> repo/daisy
 * [neuer Branch]    daisy-next -> repo/daisy-next
 * [neuer Branch]    danny      -> repo/danny
 * [neuer Branch]    danny-next -> repo/danny-next
 * [neuer Branch]    denzil     -> repo/denzil
 * [neuer Branch]    denzil-next -> repo/denzil-next
 * [neuer Branch]    dizzy      -> repo/dizzy
 * [neuer Branch]    dizzy-next -> repo/dizzy-next
 * [neuer Branch]    dora       -> repo/dora
 * [neuer Branch]    dora-next  -> repo/dora-next
 * [neuer Branch]    dylan      -> repo/dylan
 * [neuer Branch]    dylan-next -> repo/dylan-next
 * [neuer Branch]    fido       -> repo/fido
 * [neuer Branch]    fido-next  -> repo/fido-next
 * [neuer Branch]    jansa/dizzy -> repo/jansa/dizzy
 * [neuer Branch]    jansa/fido -> repo/jansa/fido
 * [neuer Branch]    jansa/master -> repo/jansa/master
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    jethro-next -> repo/jethro-next
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    krogoth-next -> repo/krogoth-next
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    master-next -> repo/master-next
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    pyro-next  -> repo/pyro-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
remote: Total 309507 (delta 599), reused 916 (delta 553), pack-reused 308401         4.51 MiB/s   
Empfange Objekte: 100% (309507/309507), 118.72 MiB | 7.39 MiB/s, Fertig.
Löse Unterschiede auf: 100% (212893/212893), Fertig.
Von http://github.com/openembedded/openembedded-core
 * [neuer Branch]    2011-1     -> repo/2011-1
 * [neuer Branch]    daisy      -> repo/daisy
 * [neuer Branch]    danny      -> repo/danny
 * [neuer Branch]    denzil     -> repo/denzil
 * [neuer Branch]    dizzy      -> repo/dizzy
 * [neuer Branch]    dora       -> repo/dora
 * [neuer Branch]    dylan      -> repo/dylan
 * [neuer Branch]    fido       -> repo/fido
 * [neuer Branch]    jethro     -> repo/jethro
 * [neuer Branch]    krogoth    -> repo/krogoth
 * [neuer Branch]    krogoth-next -> repo/krogoth-next
 * [neuer Branch]    master     -> repo/master
 * [neuer Branch]    master-next -> repo/master-next
 * [neuer Branch]    master-next-1.9 -> repo/master-next-1.9
 * [neuer Branch]    master-next-2.5 -> repo/master-next-2.5
 * [neuer Branch]    master-next2 -> repo/master-next2
 * [neuer Branch]    morty      -> repo/morty
 * [neuer Branch]    morty-next -> repo/morty-next
 * [neuer Branch]    pyro       -> repo/pyro
 * [neuer Branch]    pyro-next  -> repo/pyro-next
 * [neuer Branch]    rocko      -> repo/rocko
 * [neuer Branch]    rocko-next -> repo/rocko-next
 * [neues Tag]       2011-1     -> 2011-1
 * [neues Tag]       2015-4     -> 2015-4
 * [neues Tag]       2016-10    -> 2016-10
 * [neues Tag]       2016-4     -> 2016-4
 * [neues Tag]       2017-10    -> 2017-10
 * [neues Tag]       uninative-1.0 -> uninative-1.0
 * [neues Tag]       uninative-1.3 -> uninative-1.3
 * [neues Tag]       uninative-1.4 -> uninative-1.4
 * [neues Tag]       uninative-1.5 -> uninative-1.5
 * [neues Tag]       uninative-1.6 -> uninative-1.6
 * [neues Tag]       uninative-1.7 -> uninative-1.7
Fetching projects: 100% (17/17), done.  
Syncing work tree: 100% (17/17), done.  

x@ubuntudragon:~/oe-core$ 
x@ubuntudragon:~/oe-core$ 
x@ubuntudragon:~/oe-core$ . export 
You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to, for
example, select a different MACHINE (target hardware). See conf/local.conf
for more information as common configuration options are commented.

You had no conf/bblayers.conf file. This configuration file has therefore been
created for you with some default values. To add additional metadata layers
into your configuration please add entries to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
    http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website:
    http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
    core-image-minimal
    core-image-sato
    meta-toolchain
    meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86'

Toradex targets are:
    angstrom-lxde-image
    console-tdx-image
    angstrom-qt-x11-image

A sample conf/local.conf file has been created
Check and edit the file to adapt to your local needs
The following likely need your attention:
BB_NUMBER_THREADS, PARALLEL_MAKE, DL_DIR
x@ubuntudragon:~/oe-core/build$ 
x@ubuntudragon:~/oe-core/build$ gedit conf/bblayers.conf 
x@ubuntudragon:~/oe-core/build$ gedit conf/local.conf 
x@ubuntudragon:~/oe-core/build$ 
x@ubuntudragon:~/oe-core/build$ 
x@ubuntudragon:~/oe-core/build$ more conf/bblayers.conf 
# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "7"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

BBLAYERS ?= " \
  ${TOPDIR}/../layers/meta-angstrom \
  \
  \
  ${TOPDIR}/../layers/meta-toradex-nxp \
  ${TOPDIR}/../layers/meta-freescale \
  ${TOPDIR}/../layers/meta-freescale-3rdparty \
  \
  ${TOPDIR}/../layers/meta-toradex-tegra \
  ${TOPDIR}/../layers/meta-jetson-tk1 \
  \
  ${TOPDIR}/../layers/meta-toradex-bsp-common \
  \
  ${TOPDIR}/../layers/meta-snappy \
  \
  ${TOPDIR}/../layers/meta-openembedded/meta-oe \
  ${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
  ${TOPDIR}/../layers/meta-openembedded/meta-gnome \
  ${TOPDIR}/../layers/meta-openembedded/meta-xfce \
  ${TOPDIR}/../layers/meta-openembedded/meta-initramfs \
  ${TOPDIR}/../layers/meta-openembedded/meta-networking \
  ${TOPDIR}/../layers/meta-openembedded/meta-multimedia \
  ${TOPDIR}/../layers/meta-openembedded/meta-python \
  ${TOPDIR}/../layers/meta-lxde \
  ${TOPDIR}/../layers/meta-browser \
  ${TOPDIR}/../layers/meta-qt4 \
  ${TOPDIR}/../layers/meta-qt5 \
  ${TOPDIR}/../layers/meta-freescale-distro \
  ${TOPDIR}/../layers/meta-toradex-demos \
  \
  ${TOPDIR}/../layers/meta-imx6-sens \
  \
  \
  ${TOPDIR}/../layers/openembedded-core/meta \
"
x@ubuntudragon:~/oe-core/build$ 
x@ubuntudragon:~/oe-core/build$ 
x@ubuntudragon:~/oe-core/build$ more conf/local.conf 
WARN_QA_remove = "host-user-contaminated"

# meta-freescale otherwise defaults to wayland
DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_remove = "eglinfo-x11"

ACCEPT_FSL_EULA = "1"

# This file is your local configuration file and is where all local user settings
# are placed. The comments in this file give some guide to the options a new user
# to the system might want to change but pretty much any configuration option can
# be set in this file. More adventurous users can look at local.conf.extended 
# which contains other examples of configuration which can be placed in this file
# but new users likely won't need any of them initially.
#
# Lines starting with the '#' character are commented out and in some cases the 
# default values are provided as comments to show people example syntax. Enabling
# the option is a question of removing the # character and making any change to the
# variable as required.

#
# Parallelism Options
#
# These two options control how much parallelism BitBake should use. The first 
# option determines how many tasks bitbake should run in parallel:
#
#BB_NUMBER_THREADS ?= "4"
#
# Default to setting automatically based on cpu count
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
# 
# The second option controls how many processes make should run in parallel when
# running compile tasks:
#
#PARALLEL_MAKE ?= "-j 4"
#
# Default to setting automatically based on cpu count
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
#
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate for example.

#
# Machine Selection
#
# You need to select a specific machine to target the build with. These are the
# machines which for the Toradex Colibri and Apalis computer on module families
#
MACHINE = "apalis-imx6"
#MACHINE ?= "apalis-t30"
#MACHINE ?= "apalis-tk1"
#MACHINE ?= "apalis-tk1-mainline"
#
#MACHINE ?= "colibri-imx6"
#MACHINE ?= "colibri-imx7"
#MACHINE ?= "colibri-t20"
#MACHINE ?= "colibri-t30"
#MACHINE ?= "colibri-vf"

#
# There are also a selection of emulated machines available which can boot and run
# in the QEMU emulator:
#
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemumips"
#MACHINE ?= "qemuppc"
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"

#
# Where to place downloads
#
# During a first build the system will download many different source code tarballs
# from various upstream projects. This can take a while, particularly if your network
# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you
# can preserve this directory to speed up this part of subsequent builds. This directory
# is safe to share between multiple builds on the same machine too.
#
# The default is a downloads directory under TOPDIR which is the build directory.
#
DL_DIR ?= "${TOPDIR}/downloads"

#
# Where to place shared-state files
#
# BitBake has the capability to accelerate builds based on previously built output.
# This is done using "shared state" files which can be thought of as cache objects
# and this option determines where those files are placed.
#
# You can wipe out TMPDIR leaving this directory intact and the build would regenerate
# from these files if no changes were made to the configuration. If changes were made
# to the configuration, only shared state files where the state was still valid would
# be used (done using checksums).
#
# The default is a sstate-cache directory under TOPDIR.
#
#SSTATE_DIR ?= "${TOPDIR}/sstate-cache"

#
# Where to place the build output
#
# This option specifies where the bulk of the building work should be done and
# where BitBake should place its temporary files and output. Keep in mind that
# this includes the extraction and compilation of many applications and the toolchain
# which can use Gigabytes of hard disk space.
#
# The default is a tmp directory under TOPDIR.
#
#TMPDIR = "${TOPDIR}/tmp"

#
# Where to place images and sw packages
#
# This places the build output in parallel to build and layers thus
# if you have several build directories you need to adjust deploy
# to something unique, e.g. "${TOPDIR}/../deploy_fb" "${TOPDIR}/../deploy_x11"
DEPLOY_DIR = "${TOPDIR}/../deploy"

#
# Package Management configuration
#
# This variable lists which packaging formats to enable. Multiple package backends 
# can be enabled at once and the first item listed in the variable will be used 
# to generate the root filesystems.
# Options are:
#  - 'package_deb' for debian style deb files
#  - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
#  - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to ipk:
PACKAGE_CLASSES ?= "package_ipk"

#
# SDK/ADT target architecture
#
# This variable specifies the architecture to build SDK/ADT items for and means
# you can build the SDK packages for architectures other than the machine you are 
# running the build on (i.e. building i686 packages on an x86_64 host).
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"

#
# Extra image configuration defaults
#
# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated 
# images. Some of these options are added to certain image types automatically. The
# variable can contain the following options:
#  "dbg-pkgs"       - add -dbg packages for all installed packages
#                     (adds symbol information for debugging/profiling)
#  "dev-pkgs"       - add -dev packages for all installed packages
#                     (useful if you want to develop against libs in the image)
#  "ptest-pkgs"     - add -ptest packages for all ptest-enabled packages
#                     (useful if you want to run the package test suites)
#  "tools-sdk"      - add development tools (gcc, make, pkgconfig etc.)
#  "tools-debug"    - add debugging tools (gdb, strace)
#  "eclipse-debug"  - add Eclipse remote debugging support
#  "tools-profile"  - add profiling tools (oprofile, exmap, lttng, valgrind)
#  "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
#  "debug-tweaks"   - make an image suitable for development
#                     e.g. ssh root access has a blank password
# There are other application targets that can be used here too, see
# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks.
# package-management deploys the package meta data of deployed packeges
EXTRA_IMAGE_FEATURES = "debug-tweaks package-management"

#
# Additional image features
#
# The following is a list of additional classes to use when building images which
# enable extra features. Some available options which can be included in this variable 
# are:
#   - 'buildstats' collect build statistics
#   - 'image-mklibs' to reduce shared library files size for an image
#   - 'image-prelink' in order to prelink the filesystem image
#   - 'image-swab' to perform host system intrusion detection
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
USER_CLASSES ?= "buildstats image-mklibs image-prelink"

#
# Runtime testing of images
#
# The build system can test booting virtual machine images under qemu (an emulator)
# after any root filesystems are created and run tests against those images. To
# enable this uncomment this line. See classes/testimage(-auto).bbclass for
# further details.
#TEST_IMAGE = "1"

#
# Interactive shell configuration
#
# Under certain circumstances the system may need input from you and to do this it 
# can launch an interactive shell. It needs to do this since the build is 
# multithreaded and needs to be able to handle the case where more than one parallel
# process may require the user's attention. The default is iterate over the available
# terminal types to find one that works.
#
# Examples of the occasions this may happen are when resolving patches which cannot
# be applied, to use the devshell or the kernel menuconfig
#
# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none
# Note: currently, Konsole support only works for KDE 3.x due to the way
# newer Konsole versions behave
#OE_TERMINAL = "auto"
# By default disable interactive patch resolution (tasks will just fail instead):
PATCHRESOLVE = "noop"

#
# Disk Space Monitoring during the build
#
# Monitor the disk space during the build. If there is less that 1GB of space or less
# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
# of the build. The reason for this is that running completely out of space can corrupt
# files and damages the build in ways which may not be easily recoverable.
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    STOPTASKS,${DL_DIR},1G,100K \
    STOPTASKS,${SSTATE_DIR},1G,100K \
    ABORT,${TMPDIR},100M,1K \
    ABORT,${DL_DIR},100M,1K \
    ABORT,${SSTATE_DIR},100M,1K" 

#
# Shared-state files from other locations
#
# As mentioned above, shared state files are prebuilt cache data objects which can 
# used to accelerate build time. This variable can be used to configure the system
# to search other mirror locations for these objects before it builds the data itself.
#
# This can be a filesystem directory, or a remote url such as http or ftp. These
# would contain the sstate-cache results from previous builds (possibly from other 
# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the 
# cache locations to check for the shared objects.
# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH
# at the end as shown in the examples below. This will be substituted with the
# correct path within the directory structure.
#SSTATE_MIRRORS ?= "\
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
#file://.* file:///some/local/dir/sstate/PATH"


#
# Qemu configuration
#
# By default qemu will build with a builtin VNC server where graphical output can be
# seen. The two lines below enable the SDL backend too. This assumes there is a
# libsdl library available on your build system.
PACKAGECONFIG_pn-qemu-native = "sdl"
ASSUME_PROVIDED += "libsdl-native"


# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"

# Delete the the source/object/binary files once a package is built to preserve disk space
INHERIT += "rm_work"

# Add Toradex source mirror
INHERIT += "toradex-mirrors"

# Use this distro (filename from meta-angstrom/conf/distro/xx.conf)
DISTRO = "angstrom"

# What image type(s) are to be built?
IMAGE_FSTYPES += "tar.bz2"

# Don't generate the mirror tarball for SCM repos, the snapshot is enough
# BB_GENERATE_MIRROR_TARBALLS = "0"

PREFERRED_PROVIDER_psplash-support = "psplash-angstrom"

DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_remove = "eglinfo-x11"

IMAGE_INSTALL_append = " qtbase qtbase-fonts qtbase-plugins cinematicexperience"
PACKAGECONFIG_FONTS_append_pn-qtbase = " fontconfig"

# This file does not need to exist, if it does it can be used to influence machine specific
# configurations without copying the machine file.
include conf/machine/include/${MACHINE}.inc

DISTRO_FEATURES_remove = "x11 wayland"
IMAGE_INSTALL_remove = "eglinfo-x11"
x@ubuntudragon:~/oe-core/build$ 
x@ubuntudragon:~/oe-core/build$ 
x@ubuntudragon:~/oe-core/build$ bitbake console-tdx-image
WARNING: /home/x/oe-core/build/../layers/meta-jetson-tk1/recipes-kernel/linux/linux-L4T_3.10.bb: QA Issue: PN: linux-L4T is upper case, this can result in unexpected behavior. [uppercase-pn]00:21
Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:00:49
Parsing of 2633 .bb files complete (0 cached, 2633 parsed). 3479 targets, 459 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:
  /home/x/oe-core/build/../layers/meta-freescale/dynamic-layers/browser-layer/recipes-browser/chromium/chromium-wayland_48.0.2548.0.bbappend
  /home/x/oe-core/build/../layers/meta-freescale/dynamic-layers/browser-layer/recipes-browser/chromium/chromium_52.0.2743.76.bbappend
  /home/x/oe-core/build/../layers/meta-jetson-tk1/recipes-graphics/mesa/mesa_11.1.1.bbappend
  /home/x/oe-core/build/../layers/meta-angstrom/recipes-tweaks/opkg/opkg_0.3.4.bbappend
  /home/x/oe-core/build/../layers/meta-toradex-demos/recipes-support/icu/icu_57%.bbappend
  /home/x/oe-core/build/../layers/meta-toradex-demos/recipes-support/opencv/opencv_2.4.bbappend
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.36.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "ubuntu-16.04"
TARGET_SYS           = "arm-angstrom-linux-gnueabi"
MACHINE              = "apalis-imx6"
DISTRO               = "angstrom"
DISTRO_VERSION       = "v2017.12"
TUNE_FEATURES        = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU           = "hard"
meta-angstrom        = "HEAD:2a246b9f26126a662caef79a99845ff8379145b9"
meta-toradex-nxp     = "HEAD:53fdf58e0a31c94ef446fe7c9e20585dad763099"
meta-freescale       = "HEAD:bf7fd9cfe0788fe2f819a4ae2cc7db8327fe161a"
meta-freescale-3rdparty = "HEAD:37c79046d13d10ab16561dddc764c0164ee5deaa"
meta-toradex-tegra   = "HEAD:4931a667e17a72819331265ca8b3b0f176ef6293"
meta-jetson-tk1      = "HEAD:e8b87fe8da7c6fcffa37ab245f50082953cc1ee1"
meta-toradex-bsp-common = "HEAD:eb87aec937ab520da8162c89e69d33faf9bc29a2"
meta-snappy          = "HEAD:a0432dcff49e35af9175c5bdd57d6b5871062ecf"
meta-oe              
meta-filesystems     
meta-gnome           
meta-xfce            
meta-initramfs       
meta-networking      
meta-multimedia      
meta-python          = "HEAD:6e3fc5b8d904d06e3aa77e9ec9968ab37a798188"
meta-lxde            = "HEAD:dbcbbfd9539a9a017bb6c9b7fd67c3ca22c4cacf"
meta-browser         = "HEAD:8cc24caa56f254e09ccb2311b59d054d1f016014"
meta-qt4             = "HEAD:f313dbee2ac3d5fcc9801407947d3cb6cfb90b5d"
meta-qt5             = "HEAD:d87335a50a9dd35d890786edbd79b8953fdaa11a"
meta-freescale-distro = "HEAD:3f958b6a9a4c4120f241e431fec8e5ba616fcc73"
meta-toradex-demos   = "HEAD:51cb154f4219a918590994bcbe0e14f9545120cc"
meta-imx6-sens       = "<unknown>:<unknown>"
meta                 = "HEAD:39fc1150e74173fc6d73c464c141dba0b7ac2930"

Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:06
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: libpng-native-1.6.31-r0 do_fetch: Failed to fetch URL http://downloads.sourceforge.net/project/libpng/libpng16/1.6.31/libpng-1.6.31.tar.xz, attempting MIRRORS if available
WARNING: libpng-native-1.6.31-r0 do_fetch: Invalid mirror data   http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/   http://download.ossystems.com.br/bsp/freescale/source/ \n http://git.freescale.com/source/ http://download.ossystems.com.br/bsp/freescale/source/ \n  http://ftp.debian.org/debian/pool	http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \n http://ftp.debian.org/debian/pool	http://snapshot.debian.org/archive/debian-archive/20110127T084257Z/debian/pool \n http://ftp.debian.org/debian/pool	http://snapshot.debian.org/archive/debian-archive/20090802T004153Z/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.de.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.au.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.cl.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.hr.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.fi.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.hk.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.hu.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.ie.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.it.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.jp.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.no.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.pl.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.ro.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.si.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.es.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.se.debian.org/debian/pool \n http://ftp.debian.org/debian/pool	http://ftp.tr.debian.org/debian/pool \n http://ftp.gnu.org/gnu	https://mirrors.kernel.org/gnu \n http://cdn.kernel.org/pub	http://www.kernel.org/pub \n https://www.gnupg.org/ftp/gcrypt	ftp://ftp.gnupg.org/gcrypt \n https://www.gnupg.org/ftp/gcrypt	ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt \n https://www.gnupg.org/ftp/gcrypt	ftp://mirrors.dotsrc.org/gcrypt \n ftp://dante.ctan.org/tex-archive ftp://ftp.fu-berlin.de/tex/CTAN \n ftp://dante.ctan.org/tex-archive http://sunsite.sut.ac.jp/pub/archives/ctan/ \n ftp://dante.ctan.org/tex-archive http://ctan.unsw.edu.au/ \n ftp://ftp.gnutls.org/gcrypt/gnutls https://www.gnupg.org/ftp/gcrypt/gnutls \n http://ftp.info-zip.org/pub/infozip/src/ http://mirror.switch.ch/ftp/mirror/infozip/src/ \n http://ftp.info-zip.org/pub/infozip/src/ ftp://sunsite.icm.edu.pl/pub/unix/archiving/info-zip/src/ \n http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/ \n http://archive.apache.org/dist  http://www.us.apache.org/dist \n http://archive.apache.org/dist  http://archive.apache.org/dist \n http://downloads.sourceforge.net/watchdog/ http://fossies.org/linux/misc/ \n http://download.savannah.gnu.org/releases http://download-mirror.savannah.gnu.org/releases \n http://download.savannah.nongnu.org/releases http://download-mirror.savannah.nongnu.org/releases \n ftp://sourceware.org/pub http://mirrors.kernel.org/sourceware \n ftp://sourceware.org/pub http://gd.tuwien.ac.at/gnu/sourceware \n ftp://sourceware.org/pub http://ftp.gwdg.de/pub/linux/sources.redhat.com/sourceware \n cvs://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n svn://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n git://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n hg://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \n bzr://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n p4://.*/.*      http://downloads.yoctoproject.org/mirror/sources/ \n osc://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n https?$://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n ftp://.*/.*     http://downloads.yoctoproject.org/mirror/sources/ \n npm://.*/?.*    http://downloads.yoctoproject.org/mirror/sources/ \n cvs://.*/.*     http://sources.openembedded.org/ \n svn://.*/.*     http://sources.openembedded.org/ \n git://.*/.*     http://sources.openembedded.org/ \n hg://.*/.*      http://sources.openembedded.org/ \n bzr://.*/.*     http://sources.openembedded.org/ \n p4://.*/.*      http://sources.openembedded.org/ \n osc://.*/.*     http://sources.openembedded.org/ \n https?$://.*/.* http://sources.openembedded.org/ \n ftp://.*/.*     http://sources.openembedded.org/ \n npm://.*/?.*    http://sources.openembedded.org/ \n http://search.cpan.org/CPAN  http://cpan.metacpan.org/ \n http://search.cpan.org/CPAN  http://search.cpan.org/CPAN/ \n  git://anonscm.debian.org/.*   git://anonscm.debian.org/git/PATH;protocol=https \n git://git.gnome.org/.*        git://git.gnome.org/browse/PATH;protocol=https \n git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n git://.*/.*                   git://HOST/PATH;protocol=https \n  http://downloads.sourceforge.net/project/libpng/libpng16/1.6.31/ http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.31/ftp://.*/.*	http://sources.angstrom-distribution.org/v2017.12/
https?$://.*/.*	http://sources.angstrom-distribution.org/v2017.12/
, should have paired members.
NOTE: Tasks Summary: Attempted 4670 tasks of which 6 didn't need to be rerun and all succeeded.
NOTE: Writing buildhistory

Summary: There were 4 WARNING messages shown.
x@ubuntudragon:~/oe-core/build$ 

I think I do everything like your OpenEmbedded wiki. But I still get the 0x300b error every time:

U-Boot 2016.11-2.8.1+g30a1208 (Feb 10 2018 - 14:21:00 +0100)

CPU:   Freescale i.MX6Q rev1.5 at 792 MHz
Reset cause: POR
I2C:   ready
DRAM:  2 GiB
PMIC:  device id: 0x10, revision id: 0x21, programmed
MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
auto-detected panel vga-rgb
Display: vga-rgb (640x480)
In:    serial
Out:   serial
Err:   serial
Model: Toradex Apalis iMX6 Quad 2GB IT V1.1C, Serial# 05103931
Net:   using PHY at 7
FEC [PRIME]
Hit any key to stop autoboot:  0
Apalis iMX6 #
Apalis iMX6 #
Apalis iMX6 #
Apalis iMX6 # run setupdate
reading flash_blk.img
710 bytes read in 24 ms (28.3 KiB/s)
reading flash_blk.img
710 bytes read in 13 ms (52.7 KiB/s)
## Executing script at 12000000
reading apalis_imx6/flash_blk.img
4261 bytes read in 18 ms (230.5 KiB/s)
## Executing script at 12000000
enter "run update" to update the entire module
Apalis iMX6 # run update
switch to partitions #1, OK
mmc0(part 1) is current device

MMC read: dev # 0, block # 138, count 1 ... 1 blocks read: OK
reading apalis_imx6/u-boot.imx-spl
370240 bytes read in 39 ms (9.1 MiB/s)
switch to partitions #1, OK
mmc0(part 1) is current device

MMC write: dev # 0, block # 138, count 724 ... 724 blocks written: OK
Fuse 0, 5:     5072
Fast boot mode already fused, no need to fuse
reading apalis_imx6/mbr.bin
512 bytes read in 15 ms (33.2 KiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 0, count 1 ... 1 blocks written: OK
reading apalis_imx6/boot.vfat
16777216 bytes read in 809 ms (19.8 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 8192, count 32768 ... 32768 blocks written: OK
reading apalis_imx6/uImage
5362936 bytes read in 271 ms (18.9 MiB/s)
writing uImage
5362936 bytes written
reading apalis_imx6/imx6q-apalis-eval.dtb
54409 bytes read in 26 ms (2 MiB/s)
writing imx6q-apalis-eval.dtb
54409 bytes written
reading apalis_imx6/root.ext4-100
67108864 bytes read in 3176 ms (20.2 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 40960, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-101
67108864 bytes read in 3174 ms (20.2 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 172032, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-102
67108864 bytes read in 3177 ms (20.1 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 303104, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-103
67108864 bytes read in 3177 ms (20.1 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 434176, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-104
67108864 bytes read in 3174 ms (20.2 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 565248, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-105
67108864 bytes read in 3177 ms (20.1 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 696320, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-106
67108864 bytes read in 3177 ms (20.1 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 827392, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-107
67108864 bytes read in 3173 ms (20.2 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 958464, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-108
67108864 bytes read in 3177 ms (20.1 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 1089536, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-109
67108864 bytes read in 3180 ms (20.1 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 1220608, count 131072 ... 131072 blocks written: OK
reading apalis_imx6/root.ext4-110
44040192 bytes read in 2095 ms (20 MiB/s)
switch to partitions #0, OK
mmc0(part 0) is current device

MMC write: dev # 0, block # 1351680, count 86016 ... 86016 blocks written: OK
resetting ...


U-Boot 2016.11-2.8.1+g30a1208 (Feb 16 2018 - 01:17:47 +0100)

CPU:   Freescale i.MX6Q rev1.5 at 792 MHz
Reset cause: WDOG
I2C:   ready
DRAM:  2 GiB
PMIC:  device id: 0x10, revision id: 0x21, programmed
MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
auto-detected panel vga-rgb
Display: vga-rgb (640x480)
In:    serial
Out:   serial
Err:   serial
Model: Toradex Apalis iMX6 Quad 2GB IT V1.1C, Serial# 05103931
Net:   using PHY at 7
FEC [PRIME]
Hit any key to stop autoboot:  0
Booting from internal eMMC chip...
reading imx6q-apalis-eval.dtb
54409 bytes read in 18 ms (2.9 MiB/s)
reading uImage
5362936 bytes read in 160 ms (32 MiB/s)
## Booting kernel from Legacy Image at 11000000 ...
   Image Name:   Linux-4.9.67-+g1db9f06
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    5362872 Bytes = 5.1 MiB
   Load Address: 10008000
   Entry Point:  10008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 12000000
   Booting using the fdt blob at 0x12000000
   Loading Kernel Image ... OK
   Using Device Tree in place at 12000000, end 12010488

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.67-+g1db9f06 (oe-user@oe-host) (gcc version 7.2.0 (GCC) ) #1 SMP Fri Feb 16 01:16:09 CET 2018
[    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt:Machine model: Toradex Apalis iMX6Q/D Module on Apalis Evaluation Board
[    0.000000] Reserved memory: created CMA memory pool at 0x7c000000, size 320 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] percpu: Embedded 14 pages/cpu @e5797000 s25612 r8192 d23540 u57344
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 521008
[    0.000000] Kernel command line: vmalloc=400M user_debug=30 ip=off root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fec_mac=00:14:2d:4d:e1:3b consoleblank=0 no_console_suspend=1 console=tty1 console=ttymxc0,115200n8 video=mxcfb0:dev=ldb video=mxcfb1:dev=lcd,EDT-480x272,if=RGB24 video=mxcfb2:ldb video=mxcfb3:off fbmem=512M
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Memory: 1739068K/2097152K available (8192K kernel code, 279K rwdata, 1924K rodata, 1024K init, 439K bss, 30404K reserved, 327680K cma-reserved, 90112K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe7000000 - 0xff800000   ( 392 MB)
[    0.000000]     lowmem  : 0x80000000 - 0xe6800000   (1640 MB)
[    0.000000]     pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)
[    0.000000]     modules : 0x7f000000 - 0x7fe00000   (  14 MB)
[    0.000000]       .text : 0x80008000 - 0x80900000   (9184 kB)
[    0.000000]       .init : 0x80b00000 - 0x80c00000   (1024 kB)
[    0.000000]       .data : 0x80c00000 - 0x80c45e60   ( 280 kB)
[    0.000000]        .bss : 0x80c45e60 - 0x80cb3d8c   ( 440 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] L2C-310 errata 752271 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310 full line of zeros enabled for Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 16 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001
[    0.000000] Switching to timer-based delay loop, resolution 333ns
[    0.000007] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
[    0.000025] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
[    0.001539] Console: colour dummy device 80x30
[    0.002153] console [tty1] enabled
[    0.002187] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
[    0.002229] pid_max: default: 32768 minimum: 301
[    0.002337] Mount-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.002365] Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.003007] CPU: Testing write buffer coherency: ok
[    0.003374] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.003451] Setting up static identity map for 0x10100000 - 0x10100058
[    0.005339] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.006124] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.006892] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.006984] Brought up 4 CPUs
[    0.007071] SMP: Total of 4 processors activated (24.00 BogoMIPS).
[    0.007094] CPU: All CPU(s) started in SVC mode.
[    0.007911] devtmpfs: initialized
[    0.021612] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.021942] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.021997] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.039125] pinctrl core: initialized pinctrl subsystem
[    0.040332] NET: Registered protocol family 16
[    0.047259] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.069577] cpuidle: using governor menu
[    0.069876] CPU identified as i.MX6Q, silicon rev 1.5
[    0.095019] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.095070] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.096118] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
[    0.097821] imx-gpc 20dc000.gpc: no fsl,ldo-bypass found!
[    0.097967] imx-gpc 20dc000.gpc: Registered imx-gpc
[    0.119550] usb_host_vbus: supplied by usb_host_vbus_hub
[    0.120070] vgaarb: loaded
[    0.120813] SCSI subsystem initialized
[    0.121280] usbcore: registered new interface driver usbfs
[    0.121366] usbcore: registered new interface driver hub
[    0.121475] usbcore: registered new device driver usb
[    0.122156] i2c-gpio i2c@0: using pins 80 (SDA) and 62 (SCL)
[    0.123129] i2c i2c-1: IMX I2C adapter registered
[    0.123169] i2c i2c-1: can't use DMA, using PIO instead.
[    0.130235] stmpe-i2c 2-0041: stmpe811 detected, chip id: 0x811
[    0.220530] i2c i2c-2: IMX I2C adapter registered
[    0.220567] i2c i2c-2: can't use DMA, using PIO instead.
[    0.221290] i2c i2c-3: IMX I2C adapter registered
[    0.221327] i2c i2c-3: can't use DMA, using PIO instead.
[    0.221498] Linux video capture interface: v2.00
[    0.221566] pps_core: LinuxPPS API ver. 1 registered
[    0.221591] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.221644] PTP clock support registered
[    0.249642] imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[    0.279637] imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
[    0.280569] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed ipu0 csi1
[    0.280616] mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a
[    0.280734] MIPI CSI2 driver module loaded
[    0.280939] Advanced Linux Sound Architecture Driver Initialized.
[    0.282739] clocksource: Switched to clocksource mxc_timer1
[    0.282872] VFS: Disk quotas dquot_6.6.0
[    0.282949] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.293133] NET: Registered protocol family 2
[    0.293748] TCP established hash table entries: 16384 (order: 4, 65536 bytes)
[    0.293919] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    0.294189] TCP: Hash tables configured (established 16384 bind 16384)
[    0.294288] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.294387] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.294625] NET: Registered protocol family 1
[    0.295087] RPC: Registered named UNIX socket transport module.
[    0.295118] RPC: Registered udp transport module.
[    0.295141] RPC: Registered tcp transport module.
[    0.295163] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.295953] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    0.297645] Bus freq driver module loaded
[    0.299497] workingset: timestamp_bits=30 max_order=19 bucket_order=0
[    0.305955] NFS: Registering the id_resolver key type
[    0.306009] Key type id_resolver registered
[    0.306032] Key type id_legacy registered
[    0.306064] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.306637] ntfs: driver 2.1.32 [Flags: R/W].
[    0.306978] fuse init (API version 7.26)
[    0.313136] bounce: pool size: 64 pages
[    0.313171] io scheduler noop registered
[    0.313193] io scheduler deadline registered
[    0.313364] io scheduler cfq registered (default)
[    0.315673] OF: PCI: host bridge /soc/pcie@0x01000000 ranges:
[    0.315714] OF: PCI:   No bus range found for /soc/pcie@0x01000000, using [bus 00-ff]
[    0.315767] OF: PCI:    IO 0x01f80000..0x01f8ffff -> 0x00000000
[    0.315799] OF: PCI:   MEM 0x01000000..0x01efffff -> 0x01000000
[    0.565451] imx6q-pcie 1ffc000.pcie: phy link never came up
[    0.565490] imx6q-pcie 1ffc000.pcie: Link never came up
[    0.568578] imx6q-pcie 1ffc000.pcie: failed to initialize host
[    0.568679] imx6q-pcie: probe of 1ffc000.pcie failed with error -110
[    0.569709] backlight supply power not found, using dummy regulator
[    0.571613] ldb 2000000.aips-bus:ldb@020e0008: dual mode
[    0.571932] ldb 2000000.aips-bus:ldb@020e0008: split mode or dual mode, ignoring second output
[    0.572606] 20e0000.hdmi_video supply HDMI not found, using dummy regulator
[    0.574531] mxc_sdc_fb fb@0: registered mxc display driver ldb
[    0.581003] mxc_sdc_fb fb@0: 1280x320 h_sync,r,l: 10,72,20  v_sync,l,u: 10,20,70 pixclock=36001000 Hz
[    0.602820] imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
[    0.648077] mxc_sdc_fb fb@0: 1280x320 h_sync,r,l: 10,72,20  v_sync,l,u: 10,20,70 pixclock=36001000 Hz
[    0.682408] Console: switching to colour frame buffer device 160x40
[    0.734914] mxc_sdc_fb fb@1: registered mxc display driver lcd
[    0.739899] mxc_sdc_fb fb@1: 480x272 h_sync,r,l: 41,2,2  v_sync,l,u: 10,2,2 pixclock=9000000 Hz
[    0.770482] mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1
[    0.773475] mxc_sdc_fb fb@2: registered mxc display driver hdmi
[    0.779648] mxc_sdc_fb fb@2: 640x480 h_sync,r,l: 96,16,48  v_sync,l,u: 2,10,33 pixclock=25174000 Hz
[    0.806140] mxc_sdc_fb fb@3: mxcfb3 is turned off!
[    0.810853] imx-sdma 20ec000.sdma: no iram assigned, using external mem
[    0.814444] imx-sdma 20ec000.sdma: loaded firmware 3.3
[    0.822081] pfuze100-regulator 2-0008: Full layer: 2, Metal layer: 1
[    0.825900] pfuze100-regulator 2-0008: FAB: 0, FIN: 0
[    0.828911] pfuze100-regulator 2-0008: pfuze100 found.
[    0.849238] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 30, base_baud = 5000000) is a IMX
[    1.770966] console [ttymxc0] enabled
[    1.778640] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 80, base_baud = 5000000) is a IMX
[    1.791026] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 81, base_baud = 5000000) is a IMX
[    1.803325] 21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 82, base_baud = 5000000) is a IMX
[    1.815988] [drm] Initialized
[    1.822453] [drm] Initialized vivante 1.0.0 20120216 on minor 0
[    1.841774] brd: module loaded
[    1.854319] loop: module loaded
[    1.861737] ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024
[    1.872843] ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480
[    1.883957] ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000
[    1.895186] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000
[    1.909791] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled
[    1.919825] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    1.931634] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst
[    1.945079] scsi host0: ahci-imx
[    1.951485] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 89
[    1.964732] spi_imx 2008000.ecspi: probed
[    1.972765] spi_imx 200c000.ecspi: probed
[    1.980362] libphy: Fixed MDIO Bus: probed
[    1.987591] vcan: Virtual CAN interface driver
[    1.994737] CAN device driver interface
[    2.001485] 2090000.flexcan supply xceiver not found, using dummy regulator
[    2.011945] flexcan 2090000.flexcan: device registered (reg_base=e76f4000, irq=39)
[    2.022397] 2094000.flexcan supply xceiver not found, using dummy regulator
[    2.032844] flexcan 2094000.flexcan: device registered (reg_base=e76fc000, irq=40)
[    2.044357] 2188000.ethernet supply phy not found, using dummy regulator
[    2.065432] pps pps0: new PPS source ptp0
[    2.073455] libphy: fec_enet_mii_bus: probed
[    2.082236] fec 2188000.ethernet eth0: registered PHC device 0
[    2.091234] usbcore: registered new interface driver asix
[    2.099430] usbcore: registered new interface driver ax88179_178a
[    2.108281] usbcore: registered new interface driver cdc_ether
[    2.116874] usbcore: registered new interface driver net1080
[    2.125183] usbcore: registered new interface driver cdc_subset
[    2.133726] usbcore: registered new interface driver zaurus
[    2.141870] usbcore: registered new interface driver cdc_ncm
[    2.149988] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.158958] ehci-pci: EHCI PCI platform driver
[    2.165945] ehci-mxc: Freescale On-Chip EHCI Host driver
[    2.173942] usbcore: registered new interface driver usb-storage
[    2.182546] usbcore: registered new interface driver usbserial
[    2.190863] usbcore: registered new interface driver usbserial_generic
[    2.199848] usbserial: USB Serial support registered for generic
[    2.208267] usbcore: registered new interface driver ftdi_sio
[    2.216371] usbserial: USB Serial support registered for FTDI USB Serial Device
[    2.226038] usbcore: registered new interface driver pl2303
[    2.233917] usbserial: USB Serial support registered for pl2303
[    2.243455] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
[    2.264896] ci_hdrc ci_hdrc.1: EHCI Host Controller
[    2.272241] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[    2.294268] ata1: SATA link down (SStatus 0 SControl 300)
[    2.302165] ahci-imx 2200000.sata: no device found, disabling link.
[    2.302775] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[    2.318725] ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug
[    2.328708] hub 1-0:1.0: USB hub found
[    2.334833] hub 1-0:1.0: 1 port detected
[    2.342088] mousedev: PS/2 mouse device common for all mice
[    2.360435] input: stmpe-ts as /devices/soc0/soc/2100000.aips-bus/21a4000.i2c/i2c-2/2-0041/stmpe-ts/input/input0
[    2.376734] rtc-ds1307 1-0068: oscillator failed, set time!
[    2.387738] rtc-ds1307 1-0068: rtc core: registered m41t0 as rtc0
[    2.397031] snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc1
[    2.408595] i2c /dev entries driver
[    2.416141] mxc_v4l2_output v4l2_out: V4L2 device registered as video16
[    2.425738] mxc_v4l2_output v4l2_out: V4L2 device registered as video17
[    2.435336] mxc_v4l2_output v4l2_out: V4L2 device registered as video18
[    2.445006] mxc_v4l2_output v4l2_out: V4L2 device registered as video19
[    2.454516] mxc_v4l2_output v4l2_out: V4L2 device registered as video20
[    2.465238] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
[    2.474405] sdhci: Secure Digital Host Controller Interface driver
[    2.483280] sdhci: Copyright(c) Pierre Ossman
[    2.490321] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.499882] sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode
[    2.511960] sdhci-esdhc-imx 2190000.usdhc: Got CD GPIO
[    2.582903] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
[    2.593586] sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode
[    2.605761] sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
[    2.671698] mmc1: host does not support reading read-only switch, assuming write-enable
[    2.682891] mmc2: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
[    2.696143] usb 1-1: new high-speed USB device number 2 using ci_hdrc
[    2.706593] mmc1: new high speed SDHC card at address e624
[    2.715169] random: fast init done
[    2.715718] sdhci-esdhc-imx 2198000.usdhc: could not get ultra high speed state, work on normal mode
[    2.717907] mmcblk1: mmc1:e624 SL16G 14.8 GiB
[    2.741123]  mmcblk1: p1
[    2.772795] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
[    2.784512] mxc_vpu 2040000.vpu_fsl: VPU initialized
[    2.793204] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
[    2.810389] caam 2100000.caam: ERA source: CAAMVID.
[    2.818331] caam 2100000.caam: AXI pipeline throttling enabled.
[    2.828108] caam 2100000.caam: Entropy delay = 3200
[    2.896693] caam 2100000.caam: Instantiated RNG4 SH0
[    2.923863] hub 1-1:1.0: USB hub found
[    2.930430] hub 1-1:1.0: 4 ports detected
[    2.957456] caam 2100000.caam: Instantiated RNG4 SH1
[    2.965288] caam 2100000.caam: device ID = 0x0a16010000000000 (Era 4)
[    2.974662] caam 2100000.caam: job rings = 2, qi = 0
[    2.988883] caam algorithms registered in /proc/crypto
[    3.005530] caam_jr 2101000.jr0: registering rng-caam
[    3.014366] snvs-secvio 20cc000.caam-snvs: can't get snvs clock
[    3.023261] snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state
[    3.034374] hidraw: raw HID events driver (C) Jiri Kosina
[    3.042881] usbcore: registered new interface driver usbhid
[    3.051326] usbhid: USB HID core driver
[    3.057301] mmc0: new DDR MMC card at address 0001
[    3.057810] mmcblk0: mmc0:0001 Q2J54A 3.59 GiB
[    3.058045] mmcblk0boot0: mmc0:0001 Q2J54A partition 1 16.0 MiB
[    3.058233] mmcblk0boot1: mmc0:0001 Q2J54A partition 2 16.0 MiB
[    3.066539]  mmcblk0: p1 p2
[    3.101477] stmpe-adc stmpe-adc: Initialized
[    3.110662] sgtl5000 2-000a: sgtl5000 revision 0x11
[    3.147099] fsl-ssi-dai 2028000.ssi: No cache defaults, reading back from HW
[    3.288480] imx-sgtl5000 sound: sgtl5000 <-> 2028000.ssi mapping ok
[    3.299750] imx-spdif sound-spdif: snd-soc-dummy-dai <-> 2004000.spdif mapping ok
[    3.312759] imx-audio-hdmi sound-hdmi: hdmi-hifi.0 <-> soc:hdmi_audio@00120000 mapping ok
[    3.324873] NET: Registered protocol family 10
[    3.332808] NET: Registered protocol family 17
[    3.339683] can: controller area network core (rev 20120528 abi 9)
[    3.348393] NET: Registered protocol family 29
[    3.355283] can: raw protocol (rev 20120528)
[    3.361953] can: broadcast manager protocol (rev 20161123 t)
[    3.370074] can: netlink gateway (rev 20130117) max_hops=1
[    3.378347] Key type dns_resolver registered
[    3.387308] cpu cpu0: Registered imx6q-cpufreq
[    3.394336] Registering SWP/SWPB emulation handler
[    3.413590] imx_thermal 2000000.aips-bus:tempmon: Industrial CPU temperature grade - max:105C critical:100C passive:95C
[    3.428393] input: gpio-keys as /devices/soc0/gpio-keys/input/input1
[    3.439271] rtc-ds1307 1-0068: hctosys: unable to read the hardware clock
[    3.449575] usb_otg_vbus: disabling
[    3.455834] ALSA device list:
[    3.461454]   #0: imx6q-apalis-sgtl5000
[    3.467903]   #1: imx-spdif
[    3.473257]   #2: imx-hdmi-soc
[    3.492333] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.503216] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    3.514532] devtmpfs: mounted
[    3.521206] Freeing unused kernel memory: 1024K
[    3.651904] systemd[1]: System time before build time, advancing clock.
[    3.691486] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ +LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    3.718924] systemd[1]: Detected architecture arm.

Welcome to The Ångström Distribution v2017.12!

[    3.753256] systemd[1]: Set hostname to <apalis-imx6>.
[    3.765347] systemd[1]: Initializing machine ID from random generator.
[    3.775042] systemd[1]: Installed transient /etc/machine-id file.
[    4.024787] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    4.062962] systemd[1]: Reached target Host and Network Name Lookups.
[  OK  ] Reached target Host and Network Name Lookups.
[    4.103073] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    4.143144] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[    4.199123] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Created slice System Slice.
         Mounting Kernel Debug File System...
[  OK  ] Created slice system-getty.slice.
[  OK  ] Created slice User and Session Slice.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Reached target Slices.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
         Starting Create list of required st…ce nodes for the current kernel...
         Starting Journal Service...
[  OK  ] Created slice system-serial\x2dgetty.slice.
         Starting Load Kernel Modules...
[    4.662327] galcore: loading out-of-tree module taints kernel.
[    4.678779] Galcore version 6.2.2.93313
         Starting File System Check on Root Device...
[  OK  ] Listening on Network Service Netlink Socket.
         Starting Export GPIOs to user space...
[  OK  ] Reached target Swap.
         Mounting Temporary Directory (/tmp)...
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Started Journal Service.
[  OK  ] Started Create list of required sta…vice nodes for the current kernel.
[  OK  ] Mounted Temporary Directory (/tmp).
[  OK  ] Started Export GPIOs to user space.
[  OK  ] Started File System Check on Root Device.
         Starting Remount Root and Kernel File Systems...
[    5.074532] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[  OK  ] Started Remount Root and Kernel File Systems.
         Starting Rebuild Hardware Database...
         Starting Create System Users...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Create Static Device Nodes in /dev.
[    5.373891] mmc2: Switching to 3.3V signalling voltage failed
[    5.395287] systemd-journald[229]: Received request to flush runtime journal from PID 1
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /var/volatile...
         Starting udev Kernel Device Manager...
[  OK  ] Mounted /var/volatile.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started udev Kernel Device Manager.
         Mounting FUSE Control File System...
         Starting Apply Kernel Variables...
         Mounting Kernel Configuration File System...
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Dynamic Linker Cache...
         Starting Create Volatile Files and Directories...
         Starting Commit a transient machine-id on disk...
         Starting Rebuild Journal Catalog...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started Commit a transient machine-id on disk.
[  OK  ] Started Rebuild Journal Catalog.
         Starting Update UTMP about System Boot/Shutdown...
         Starting Opkg first boot configure...
         Starting Run pending postinsts...
         Starting Network Time Synchronization...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Run pending postinsts.
[  OK  ] Started Rebuild Dynamic Linker Cache.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Opkg first boot configure.
[  OK  ] Started Rebuild Hardware Database.
         Starting udev Coldplug all Devices...
         Starting Update is Completed...
[  OK  ] Started Update is Completed.
[  OK  ] Created slice system-systemd\x2dbacklight.slice.
         Starting Load/Save Screen Backlight…ightness of backlight:backlight...
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
[  OK  ] Found device /dev/ttymxc0.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timers.
[    8.230209] max9526 3-0020: Device seems not to be a MAX9526
         Starting sshd.socket.
[    8.265777] adv7280 3-0021: chip found @ 0x42 (21a8000.i2c)
[    8.280198] adv7280 3-0021: no sensor pwdn pin available
[    8.323310] adv7280 3-0021: adv7280_probe:Analog Device adv7280 not detected -6!
[    8.349211] ov564x_mipi 3-003c: found pwm2, period=0
[  OK  ] Listening on sshd.socket.
[  OK  ] Reached target Sound Card.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started Timestamping service.
[  OK  ] Started D-Bus System Message Bus.
[    8.623254] ov5640_read_reg:write reg error:reg=300a
[    8.632012] camera ov5640_mipi is not found
[    8.913970] ERROR: v4l2 capture: slave not found! V4L2_CID_HUE
[    8.916965] ERROR: v4l2 capture: slave not found! V4L2_CID_HUE
[    8.928475] ERROR: v4l2 capture: slave not found! V4L2_CID_HUE
         Starting Connection service...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started start resize script to incr…ootfs to its partitions full size.
         Starting Load default USB gadget schema g1.schema...
         Starting Save/Restore Sound Card State...
[    9.116990] using random self ethernet address
[    9.125384] using random host ethernet address
         Starting Login Service...
         Starting RPC Bind Service...
         Starting Telephony service...
[  OK  ] Reached target Containers.
[  OK  ] Started Save/R[    9.265191] Loading modules backported from Linux version v4.14-0-gbebc608
estore Sound Card State.
[    9.268777] Micrel KSZ9031 Gigabit PHY 2188000.ethernet-1:07: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=2188000.ethernet-1:07, irq=122)
[    9.268985] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.305736] Backport generated by backports.git v4.14-rc2-1-34-g1d8cc15
[  OK  ] Started RPC Bind Service.
[    9.345126] Bluetooth: Core ver 2.22
[    9.351936] NET: Registered protocol family 31
[    9.359247] Bluetooth: HCI device and connection manager initialized
[    9.368706] Bluetooth: HCI socket layer initialized
[    9.376516] Bluetooth: L2CAP socket layer initialized
[    9.384479] Bluetooth: SCO socket layer initialized
[FAILED] Failed to start Load default USB gadget schema g1.schema.
See 'systemctl status usbg.service' for details.
[  OK  ] Started Connection service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Telephony service.
[  OK  ] Started Login Service.
         Starting Hostname Service...
         Starting WPA supplicant...
[  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
         Starting Network Service...
[  OK  ] Started WPA supplicant.
[  OK  ] Started Network Service.
[  OK  ] Reached target Network.
         Starting Permit User Sessions...
[  OK  ] Started NFS status monitor for NFSv2/3 locking..
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Hostname Service.
[  OK  ] Started Serial Getty on ttymxc0.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

.---O---.
|       |                  .-.           o o
|   |   |-----.-----.-----.| |   .----..-----.-----.
|       |     | __  |  ---'| '--.|  .-'|     |     |
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
                -'  |
                '---'

The Angstrom Distribution apalis-imx6 ttymxc0

Angstrom v2017.12 - Kernel

Apalis-iMX6_Console-Image 2.8b1 20180215

apalis-imx6 login: [   14.190145] EXT4-fs (mmcblk0p2): resizing filesystem from 174592 to 184064 blocks
[   14.198925] EXT4-fs (mmcblk0p2): resized filesystem to 184064
[   15.298446] EXT4-fs (mmcblk0p2): resizing filesystem from 184064 to 200448 blocks
[   15.307634] EXT4-fs (mmcblk0p2): resized filesystem to 200448
[   16.389917] EXT4-fs (mmcblk0p2): resizing filesystem from 200448 to 216832 blocks
[   16.399161] EXT4-fs (mmcblk0p2): resized filesystem to 216832
[   17.498157] EXT4-fs (mmcblk0p2): resizing filesystem from 216832 to 233216 blocks
[   17.526135] EXT4-fs (mmcblk0p2): resized filesystem to 233216
[   18.644676] EXT4-fs (mmcblk0p2): resizing filesystem from 233216 to 249600 blocks
[   18.654093] EXT4-fs (mmcblk0p2): resized filesystem to 249600
[   19.729033] EXT4-fs (mmcblk0p2): resizing filesystem from 249600 to 265984 blocks
[   19.738217] EXT4-fs (mmcblk0p2): resized filesystem to 265984
[   20.814776] EXT4-fs (mmcblk0p2): resizing filesystem from 265984 to 282368 blocks
[   20.823829] EXT4-fs (mmcblk0p2): resized filesystem to 282368
[   21.901005] EXT4-fs (mmcblk0p2): resizing filesystem from 282368 to 298752 blocks
[   21.924789] EXT4-fs (mmcblk0p2): resized filesystem to 298752
[   23.038951] EXT4-fs (mmcblk0p2): resizing filesystem from 298752 to 315136 blocks
[   23.048125] EXT4-fs (mmcblk0p2): resized filesystem to 315136
[   24.126403] EXT4-fs (mmcblk0p2): resizing filesystem from 315136 to 331520 blocks
[   24.135479] EXT4-fs (mmcblk0p2): resized filesystem to 331520
[   25.214099] EXT4-fs (mmcblk0p2): resizing filesystem from 331520 to 347904 blocks
[   25.223359] EXT4-fs (mmcblk0p2): resized filesystem to 347904
[   26.307901] EXT4-fs (mmcblk0p2): resizing filesystem from 347904 to 364288 blocks
[   26.317059] EXT4-fs (mmcblk0p2): resized filesystem to 364288
[   27.408045] EXT4-fs (mmcblk0p2): resizing filesystem from 364288 to 380672 blocks
[   27.423725] EXT4-fs (mmcblk0p2): resized filesystem to 380672
[   28.510221] EXT4-fs (mmcblk0p2): resizing filesystem from 380672 to 397056 blocks
[   28.525243] EXT4-fs (mmcblk0p2): resized filesystem to 397056
[   29.613969] EXT4-fs (mmcblk0p2): resizing filesystem from 397056 to 413440 blocks
[   29.629086] EXT4-fs (mmcblk0p2): resized filesystem to 413440
[   30.714075] EXT4-fs (mmcblk0p2): resizing filesystem from 413440 to 429824 blocks
[   30.729275] EXT4-fs (mmcblk0p2): resized filesystem to 429824
[   31.824828] EXT4-fs (mmcblk0p2): resizing filesystem from 429824 to 446208 blocks
[   31.840285] EXT4-fs (mmcblk0p2): resized filesystem to 446208
[   32.919984] EXT4-fs (mmcblk0p2): resizing filesystem from 446208 to 462592 blocks
[   32.943575] EXT4-fs (mmcblk0p2): resized filesystem to 462592
[   34.032355] EXT4-fs (mmcblk0p2): resizing filesystem from 462592 to 478976 blocks
[   34.047984] EXT4-fs (mmcblk0p2): resized filesystem to 478976
[   35.133952] EXT4-fs (mmcblk0p2): resizing filesystem from 478976 to 495360 blocks
[   35.150001] EXT4-fs (mmcblk0p2): resized filesystem to 495360
[   36.233142] EXT4-fs (mmcblk0p2): resizing filesystem from 495360 to 511744 blocks
[   36.248496] EXT4-fs (mmcblk0p2): resized filesystem to 511744
[   37.340489] EXT4-fs (mmcblk0p2): resizing filesystem from 511744 to 528128 blocks
[   37.354643] EXT4-fs (mmcblk0p2): resized filesystem to 528128
[   38.444271] EXT4-fs (mmcblk0p2): resizing filesystem from 528128 to 544512 blocks
[   38.459508] EXT4-fs (mmcblk0p2): resized filesystem to 544512
[   39.535603] EXT4-fs (mmcblk0p2): resizing filesystem from 544512 to 560896 blocks
[   39.550904] EXT4-fs (mmcblk0p2): resized filesystem to 560896
[   40.642462] EXT4-fs (mmcblk0p2): resizing filesystem from 560896 to 577280 blocks
[   40.657888] EXT4-fs (mmcblk0p2): resized filesystem to 577280
[   41.744530] EXT4-fs (mmcblk0p2): resizing filesystem from 577280 to 593664 blocks
[   41.760761] EXT4-fs (mmcblk0p2): resized filesystem to 593664
[   42.854319] EXT4-fs (mmcblk0p2): resizing filesystem from 593664 to 610048 blocks
[   42.869742] EXT4-fs (mmcblk0p2): resized filesystem to 610048
[   43.949278] EXT4-fs (mmcblk0p2): resizing filesystem from 610048 to 626432 blocks
[   43.964619] EXT4-fs (mmcblk0p2): resized filesystem to 626432
[   45.053625] EXT4-fs (mmcblk0p2): resizing filesystem from 626432 to 642816 blocks
[   45.069006] EXT4-fs (mmcblk0p2): resized filesystem to 642816
[   46.154102] EXT4-fs (mmcblk0p2): resizing filesystem from 642816 to 659200 blocks
[   46.169951] EXT4-fs (mmcblk0p2): resized filesystem to 659200
[   47.254277] EXT4-fs (mmcblk0p2): resizing filesystem from 659200 to 675584 blocks
[   47.273518] EXT4-fs (mmcblk0p2): resized filesystem to 675584
[   48.353883] EXT4-fs (mmcblk0p2): resizing filesystem from 675584 to 691968 blocks
[   48.369395] EXT4-fs (mmcblk0p2): resized filesystem to 691968
[   49.456269] EXT4-fs (mmcblk0p2): resizing filesystem from 691968 to 708352 blocks
[   49.471729] EXT4-fs (mmcblk0p2): resized filesystem to 708352
[   50.558482] EXT4-fs (mmcblk0p2): resizing filesystem from 708352 to 724736 blocks
[   50.583534] EXT4-fs (mmcblk0p2): resized filesystem to 724736
[   51.669322] EXT4-fs (mmcblk0p2): resizing filesystem from 724736 to 741120 blocks
[   51.684804] EXT4-fs (mmcblk0p2): resized filesystem to 741120
[   52.761934] EXT4-fs (mmcblk0p2): resizing filesystem from 741120 to 757504 blocks
[   52.783553] EXT4-fs (mmcblk0p2): resized filesystem to 757504
[   53.867168] EXT4-fs (mmcblk0p2): resizing filesystem from 757504 to 773888 blocks
[   53.882655] EXT4-fs (mmcblk0p2): resized filesystem to 773888
[   54.962514] EXT4-fs (mmcblk0p2): resizing filesystem from 773888 to 790272 blocks
[   54.983736] EXT4-fs (mmcblk0p2): resized filesystem to 790272
[   56.067272] EXT4-fs (mmcblk0p2): resizing filesystem from 790272 to 806656 blocks
[   56.083493] EXT4-fs (mmcblk0p2): resized filesystem to 806656
[   57.170464] EXT4-fs (mmcblk0p2): resizing filesystem from 806656 to 823040 blocks
[   57.203891] EXT4-fs (mmcblk0p2): resized filesystem to 823040
[   58.319668] EXT4-fs (mmcblk0p2): resizing filesystem from 823040 to 839424 blocks
[   58.343605] EXT4-fs (mmcblk0p2): resized filesystem to 839424
[   59.418883] EXT4-fs (mmcblk0p2): resizing filesystem from 839424 to 855808 blocks
[   59.443522] EXT4-fs (mmcblk0p2): resized filesystem to 855808
[   60.562296] EXT4-fs (mmcblk0p2): resizing filesystem from 855808 to 872192 blocks
[   60.577176] EXT4-fs (mmcblk0p2): resized filesystem to 872192
[   61.642605] EXT4-fs (mmcblk0p2): resizing filesystem from 872192 to 885760 blocks
[   61.682501] EXT4-fs (mmcblk0p2): resized filesystem to 885760

.---O---.
|       |                  .-.           o o
|   |   |-----.-----.-----.| |   .----..-----.-----.
|       |     | __  |  ---'| '--.|  .-'|     |     |
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
                -'  |
                '---'

The Angstrom Distribution apalis-imx6 ttymxc0

Angstrom v2017.12 - Kernel

Apalis-iMX6_Console-Image 2.8b1 20180215

apalis-imx6 login: root
root@apalis-imx6:~#
root@apalis-imx6:~#
root@apalis-imx6:~#
root@apalis-imx6:~# Qt5_CinematicExperience -platform eglfs
QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync.
 If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1
[  164.237055] mxc_sdc_fb fb@0: 1280x320 h_sync,r,l: 10,72,20  v_sync,l,u: 10,20,70 pixclock=36001000 Hz
Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters).
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
EGL Error : Could not create the egl surface: error = 0x300b

Aborted (core dumped)
root@apalis-imx6:~#

The error is with LinuxImageV2.8 and the above local.conf reproducable every time.
How can I fix it ? What is my problem ?
Do you have a local.conf that is tested with QT eglfs ?
The LinuxImageV2.7 does not have that problem.

Please help me.

Hi

Well I built it here and it works. (Albeit with our -next branches but I do not see what would have changed to 2.8b1 influencing this). I also tried to mimic your unusual screen resolution of 1280x320 but also with that I do not get your EGL error.

What is the md5sum of the EGL/GLES libraries?

# md5sum /usr/lib/libEGL.so.1.0 /usr/lib/libGLESv2.so.2.0.0 
937f742d2bb692faa9575b048d4ea2ff  /usr/lib/libEGL.so.1.0
85be12fde81a211d78dd4e1adde2ff72  /usr/lib/libGLESv2.so.2.0.0

Max

@ mx.tx

Thanks a lot.
The Problem in my overlay. If I build without the LVDS patch everything works perfect.
How can that be possible ?

Please take a look at my patch:
From 0e7e5a693ecb95d763aaa28d5f3ed173e8972d5f Mon Sep 17 00:00:00 2001
From: b.b@b.de
Date: Fri, 2 Feb 2018 14:14:16 +0100
Subject: [PATCH 1/1] Add support for the CD-Tech S0-DC08

Add timings and 24-bit-lvds for the CD-Tech S0-DC08.
Set the LCD to fb0 and the LDB (LVDS) to fb1.
Enable both.
---
 arch/arm/boot/dts/imx6qdl-apalis.dtsi | 63 +++++++++++++++++++++++++----------
 1 file changed, 46 insertions(+), 17 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi
index f093b93..76e8dfc 100644
--- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi
@@ -89,29 +89,29 @@
 	mxcfb1: fb@0 {
 		compatible = "fsl,mxc_sdc_fb";
 		disp_dev = "ldb";
-		interface_pix_fmt = "RGB666";
-		default_bpp = <16>;
+		interface_pix_fmt = "RGB24";
+		default_bpp = <24>;
 		int_clk = <0>;
 		late_init = <0>;
-		status = "disabled";
+		status = "okay";
 	};
 
 	mxcfb2: fb@1 {
 		compatible = "fsl,mxc_sdc_fb";
-		disp_dev = "hdmi";
+		disp_dev = "lcd";
 		interface_pix_fmt = "RGB24";
-		mode_str ="1920x1080M@60";
-		default_bpp = <16>;
+		mode_str ="CLAA-WVGA";
+		default_bpp = <24>;
 		int_clk = <0>;
 		late_init = <0>;
-		status = "disabled";
+		status = "okay";
 	};
 
 	mxcfb3: fb@2 {
 		compatible = "fsl,mxc_sdc_fb";
-		disp_dev = "lcd";
-		interface_pix_fmt = "RGB565";
-		mode_str ="CLAA-WVGA";
+		disp_dev = "hdmi";
+		interface_pix_fmt = "RGB24";
+		mode_str ="1920x1080M@60";
 		default_bpp = <16>;
 		int_clk = <0>;
 		late_init = <0>;
@@ -508,19 +508,34 @@
 
 &ldb {
 	status = "okay";
-//	split-mode;
-//	dual-mode;
+//https://git.congatec.com/arm/qmx6_kernel/blob/b8a5656180f4eee73437263c58d1973a89454843/Documentation/devicetree/bindings/video/fsl,ldb.txt#L24
+	dual-mode;
 
 	lvds-channel@0 {
 		reg = <0>;
 		fsl,data-mapping = "spwg"; /* "jeida"; */
-		fsl,data-width = <18>;
+		fsl,data-width = <24>; /* "18"; */
 		crtc = "ipu2-di1";
 		primary;
 		status = "okay";
 
 		display-timings {
-			native-mode = <&timing_xga>;
+			native-mode = <&timing_S0_DC08_ch1>;
+			/* CD-Tech S0-DC08 */
+			timing_S0_DC08_ch1: 1280x320 {
+				clock-frequency = <36000000>;
+				hactive = <1280>; 
+				vactive = <320>; 
+				hback-porch = <20>;
+				hfront-porch = <72>;
+				vback-porch = <70>;
+				vfront-porch = <20>;
+				hsync-len = <10>;
+				vsync-len = <10>;
+				hsync-active = <0>;
+				vsync-active = <0>;
+				pixelclk-active = <0>;
+			};
 			/* LDB-AM-800600LTNQW-A0H */
 			timing_svga: 800x600 {
 				clock-frequency = <55000000>;
@@ -585,13 +600,27 @@
 	lvds-channel@1 {
 		reg = <1>;
 		fsl,data-mapping = "spwg";
-		fsl,data-width = <18>;
+		fsl,data-width = <24>; /* "18"; */
 		crtc = "ipu1-di0";
 		status = "okay";
 
 		display-timings {
-/*			native-mode = <&timing_svga_ch2>;*/
-			/* LDB-AM-800600LTNQW-A0H */
+			native-mode = <&timing_S0_DC08_ch2>;
+			/* CD-Tech S0-DC08 */
+			timing_S0_DC08_ch2: 1280x320 {
+				clock-frequency = <36000000>;
+				hactive = <1280>;
+				vactive = <320>;
+				hback-porch = <20>;
+				hfront-porch = <72>;
+				vback-porch = <70>;
+				vfront-porch = <20>;
+				hsync-len = <10>;
+				vsync-len = <10>;
+				hsync-active = <0>;
+				vsync-active = <0>;
+				pixelclk-active = <0>;
+			};
 			timing_svga_ch2: 800x600 {
 				clock-frequency = <55000000>;
 				hactive = <800>;
-- 
2.7.4

What can create the Problem?
Is the default_bpp = <24>; the problem? Or is the fsl,data-width = <24>; wrong ? Or can’t we use dual-mode; ?

Thank you.

Hi

From the resolutions page:

if omitted is set to 16 bits per pixel in our device trees. Use bpp=32 if you want a higher colour depth. Note that while bpp=24 is legal some accelerated drivers stop working correctly (e.g. the OpenGL ES driver with framebuffer backend).

bpp (default_bpp in the device tree) define the bit depth per pixel in RAM. Set it to either 16 or 32 but NOT to 24.

if (interface_pix_fmt in the device tree) defines the color format on the output of the display interface. For LVDS one has to additionally define fsl,data-width to define if 18 or 24 bits are to be transmitted.

Max

Thank you so much. I will test it.

It worked great with default_bpp = <32>; and fsl,data-width = <24>;

Thanks a lot.