| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
virtualbox-guest-additions_5.1.4 does not compile for emulator
target in poky 2.2.1. Update to latest 5.1.14 version solves
build problems.
Change-Id: Ic31b319aaecdebfacf1ff4e38dddf599332c65c6
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Poky 2.2 uses gtk-doc (instead of stub in previous branches).
This causes build break in ostree's autogen.sh script as
gtkdocize script uses wrong docdir variable. Pass docdir
and srcdir variables to gtkdocize in ostree's autogen.sh.
Change-Id: Ie500ad6d9b9abfd2b39829774760ec2fc5097c60
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Old symbolic link creation for ssl certs is obsolete as the operation
is now in place already
Change-Id: Ib96ed730840369b3b1fa89c8a6d2c81e38da8998
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Using _${PN} for DEPENDS does not work as expected, which meant that
gdb never had python as a build dependency.
Change-Id: Idfd5f0bef44c25b0fb13942d5a07675c2e536a00
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| | |
Change-Id: I3806795c0a0170b5270de2d20399fef844282eaa
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In poky 2.2.1 nativesdk-prebuild-python.bb recipe fails due having
a license defined but no license cheksum. No license file is present
in the recipe src_uri zip file. Added Python-2.0 license file from
poky common licenses folder.
Change-Id: I6cd168efa55c49ad04d71b7c29b2295c2df03b86
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| |
| |
| |
| |
| |
| |
| | |
Fix QA Issue: No GNU_HASH in the elf binary.
Change-Id: I23335a9bd077720ff06be189a4317e09153d6e63
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|/
|
|
|
|
|
|
|
| |
Deprecated @base_contains macros print warnings.
Replace deprecated macro with @bb.utils.contains
everywhere (.bb, .append, .conf and .inc files)
Change-Id: I400f8b355150e0f283165fbf43fb620f948892fa
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tty command can return "not a tty" and thus contain spaces. The test
command invocation in /etc/profile did not take this into account.
This led to an error message
"/etc/profile: line 34: test: too many arguments" when running a process
with Qt Creator RemoteLinux plugin.
Change-Id: I892f8ed47a95f41977b7ef49f42c5c3a41cdf848
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mesa is the default libgbm provider, but does not yet have virtual/libgbm
in the PROVIDES list. This makes it difficult the change the dependency
to another recipes that provide only libgbm. Add virtual/libgbm to mesa
and TI's libgbm recipe, and change the dependency in qtbase.
Add gbm to qtbase PACKAGECONFIG on intel devices.
Task-number: QTBUG-57896
Change-Id: I491df7057e52f9e74dd87abf65e542eab2cd3f9e
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
openssl and openssl-misc are required for update-ca-certificates to work
correctly when c_rehash is enabled. Instead of having those in packageconfig,
add them here as rdepends.
Remove old ca-certificates recipe as upstream poky has a newer version.
Task-number: QTBUG-57641
Change-Id: I3c76f86ec52c193cedecc51c50805c897b8e03b6
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
|
|
|
|
|
| |
Change-Id: Ibc5cb6ecd1db4cbc0436606700dec1e56e44b71d
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/jethro:
colibri-imx7: use opengldummy for egl and libgles2
qt5: update submodules
gdb: correctly enable python for mingw sdk build
mesa: make sure we get libgles3-dev package in toolchain
qt5: update submodules
beaglebone: start qtlauncher only after /dev/fb0 exists
Update qtdeviceutilities module revision
Conflicts:
meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
recipes-qt/qt5/nativesdk-qtbase_git.bbappend
recipes-qt/qt5/qtbase-native_git.bbappend
recipes-qt/qt5/qtbase_git.bbappend
recipes-qt/qt5/qtwebengine_git.bbappend
scripts/manifest.xml
Change-Id: I2f175980f16084c37c5d4032387579dab574952d
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Needs a fix in meta-mingw to correctly enable python for gdb build.
Fixes raspberrypi toolchain on windows which did not include python
support in the gdb.
Task-number: QTBUG-57316
Change-Id: I98f7147420b03dd877ba10866f69ec1c53a870f0
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There is no libgles3 library available, but mesa has the headers in
a separate package. Add dependency so that libgles2 pull also the
libgles3 headers.
Change-Id: I756a0c80aeaa9b5017a3e2e2144cd5c1e5429823
Task-number: QTBUG-57188
Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com>
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/jethro:
update maintainer email info
Use correct license header
qt5: update submodules
otf-noto: update checksums
qt5: update submodules
Change-Id: Id586a8faa62b0eefaebfdb71b5acb2cd07c38bf2
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
origin/fido:
otf-noto: update checksums
Change-Id: I3b43e347029eb4f86c303d0152a1bda1279c38fd
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: If50d02ace86e10a01f0283a53cb1fafedf667905
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iaf5ce492fd4cd3c4047b2810666d6d1cbcfc83d6
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
MACHINE_GSTREAMER_1_0_PLUGIN is defined in meta-fsl-arm for
all imx based machines.
Change-Id: Id9d23b4602d0cd7e153f9fe4993f2b4f23ac6304
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove all Qt dependency packages from machine include files and
base packagegroups, instead let packagemanager pull in all the
needed dependent packages. Do not create tar image or bootfs, since
they are not used anymore.
The old base image is now renamed for CI usage and contains all the
Qt dependent packages but without any Qt modules. This is achieved
by first installing all the Qt modules (which pulls in all the
dependencies) and then removing only Qt modules.
Change-Id: I36d996d4531af42e955f19a487c22d0b90c5ada9
Reviewed-by: Risto Avila <risto.avila@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Until now, the toolchain used by CI has been created without Qt, but with
all (best guess) Qt dependencies. Now toolchain is created with Qt and we
get all Qt dependencies correctly into the toolchain. As a consequence,
CI will now need to build Qt, which has not been covered in CI before.
The difference between embedded-sdk and embedded-qt5-sdk is that
the former does not include files needed for debugging.
Change-Id: Ie2be156c07e51119c0d4782494d6bcde6f34ed60
Reviewed-by: Risto Avila <risto.avila@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Tibidabo does not build and is no longer supported.
Change-Id: Iacd8ad7e8d8db68a9edc23540b22dabb1dbfcd0e
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Risto Avila <risto.avila@qt.io>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* origin/jethro:
VKB: correctly override PACKAGECONFIG
psplash: remove from image
imx6: enable QT_QPA_EGLFS_FORCEVSYNC for all imx6 devices
colibri-vf: use older 4.1 version of kernel to fix color issue
colibri-imx7: add u-boot-nand.imx to image
colibri-vf: add kernel image to rootfs
dbus-session-init: fix broken init script
Improve repo fetching
qt5 recipes cleanup
qt5: update submodules
qt5: remove obsolete file 0001-Allow-a-tools-only-build.patch
Conflicts:
meta-raspberrypi-extras/recipes/bluez5/bluez5_%.bbappend
recipes-qt/qt5/nativesdk-qtbase_git.bbappend
recipes-qt/qt5/qt3d_git.bbappend
recipes-qt/qt5/qtbase-native_git.bbappend
recipes-qt/qt5/qtbase_git.bbappend
recipes-qt/qt5/qtcanvas3d_git.bbappend
recipes-qt/qt5/qtcharts_git.bbappend
recipes-qt/qt5/qtconnectivity_git.bbappend
recipes-qt/qt5/qtdeclarative_git.bbappend
recipes-qt/qt5/qtgraphicaleffects_git.bbappend
recipes-qt/qt5/qtimageformats_git.bbappend
recipes-qt/qt5/qtlocation_git.bbappend
recipes-qt/qt5/qtmultimedia_git.bbappend
recipes-qt/qt5/qtquickcontrols2_git.bbappend
recipes-qt/qt5/qtquickcontrols_git.bbappend
recipes-qt/qt5/qtsensors_git.bbappend
recipes-qt/qt5/qtserialbus_git.bbappend
recipes-qt/qt5/qtserialport_git.bbappend
recipes-qt/qt5/qtsvg_git.bbappend
recipes-qt/qt5/qttools_git.bbappend
recipes-qt/qt5/qttranslations_git.bbappend
recipes-qt/qt5/qtvirtualkeyboard_git.bbappend
recipes-qt/qt5/qtwayland_git.bbappend
recipes-qt/qt5/qtwebchannel_git.bbappend
recipes-qt/qt5/qtwebengine_git.bbappend
recipes-qt/qt5/qtwebsockets_git.bbappend
recipes-qt/qt5/qtxmlpatterns_git.bbappend
scripts/manifest.xml
Change-Id: I089e7d3667ac4ed150cc5c2201c2505103f548ee
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
psplash does not provide systemd service, so it has not been working
since we switched from sysvinit to systemd.
Change-Id: I12080a3470b25c1fb07ae5ec76c6f51be7a59625
Task-number: QTBUG-56583
Reviewed-by: Risto Avila <risto.avila@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I3cefeb9b8c19dbd4f2e0bf9312088e6489b758c3
Reviewed-by: Risto Avila <risto.avila@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Include wayland-dev package to SDK to have wayland-scanner there, needed
when building QtWayland with the toolchain.
Change-Id: I8b4fc2c0af3a7a27cf0376eb21c88e33c83a2e54
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We are not using any language bindings of OSTree.
We use the C API, so no need for introspection.
And re-enable ostree/qtotaupdate now when the build
issue is fixed.
Task-number: QTBUG-55559
Change-Id: I1a7407d4e6ac3eca1083b9c28ed7aa206e0ed484
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Glib overwrites forkfd's SIGCHLD handler, this
breaks QProcess.
This workaround solves the issue for ostree use
case. Other parts of the stack are still affected,
as there might some code elsewhere that uses QProcess
and the buggy Glib subprocess handling code.
Change-Id: I7077ad9479d2c7cc6f1f693b8241bd5bcdc640b2
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change-Id: I3944166b61d120f19e31f84abcf26e91a2f8cfb8
Upstream-status: Pending
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* origin/jethro:
Always append to MACHINE_EXTRA_INSTALL
qt5: update submodules
Enable dbus by default for neptune ui
qt5: update submodules
Add connman patch to disable connman with boot over nfs
Update dbus-session-init to work with systemd
Conflicts:
conf/distro/include/am335x-evm.conf
conf/distro/include/beaglebone.conf
conf/distro/include/nvidia-logan.conf
recipes-qt/qt5/nativesdk-qtbase_git.bbappend
recipes-qt/qt5/qt3d_git.bbappend
recipes-qt/qt5/qtbase-native_git.bbappend
recipes-qt/qt5/qtbase_git.bbappend
recipes-qt/qt5/qtcharts_git.bbappend
recipes-qt/qt5/qtconnectivity_git.bbappend
recipes-qt/qt5/qtdeclarative-render2d_git.bbappend
recipes-qt/qt5/qtdeclarative_git.bbappend
recipes-qt/qt5/qtimageformats_git.bbappend
recipes-qt/qt5/qtlocation_git.bbappend
recipes-qt/qt5/qtmultimedia_git.bbappend
recipes-qt/qt5/qtquickcompiler_git.bb
recipes-qt/qt5/qtquickcontrols2_git.bbappend
recipes-qt/qt5/qtquickcontrols_git.bbappend
recipes-qt/qt5/qtsvg_git.bbappend
recipes-qt/qt5/qttools_git.bbappend
recipes-qt/qt5/qtwayland-native_git.bbappend
recipes-qt/qt5/qtwayland_git.bbappend
recipes-qt/qt5/qtwebengine_git.bbappend
recipes-qt/qt5/qtxmlpatterns_git.bbappend
Change-Id: Ia73290b54a213a9670baab11e14522956e7bfec0
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
origin/fido:
qt5: update submodules
Add connman patch to disable connman with boot over nfs
Conflicts:
recipes-qt/qt5/nativesdk-qtbase_git.bbappend
recipes-qt/qt5/qtbase-native_git.bbappend
recipes-qt/qt5/qtbase_git.bbappend
recipes-qt/qt5/qtwebengine_git.bbappend
Change-Id: Ie5a4e534f4a24034750e8c3964fbb5574ce434cd
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
A workaround to avoid connman to bring the boot interface down then up during network boot.
Task-number: QTBUG-56051
Change-Id: Ic22fac9cd7e9892439fb462f08313cda4d9da9aa
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I7a275d592222ef63f590668087a442f2bb1137a7
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I49ee9f857992ae0e42394e356138e6cc06591914
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* origin/jethro:
Rename last references to b2qt-utils
Rename b2qt-utils to qtdeviceutilities
toradex: apply u-boot and flashing script changes to colibri-imx7
nitrogen6x: add Nitrogen6QP_MAX and SOMv2 support
qt5: update submodules
toradex: use latest u-boot and flashing scripts
kontron: update to SMARC-sAMX6i BSP release v2.0, RC2
Use code.qt.io with git protocol instead of codereview
Use new repo url for utils and appcontroller
kontron: patch kernel to support newer vivante drivers
Fetch only external repos for repo mirror
qt5: update submodules
Add rsync to image
Fix raspberry3 build error in perl deployment
rcar-gen2: USB fixups
ostree: Added dependency for systemd
qtquickcompiler: update revision
qtquickcompiler: update revision
Fix typo in RPi overlay config
Update meta layers
Conflicts:
conf/distro/include/toradex.inc
meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/flash_blk.scr
meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/flash_mmc.scr
meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/vf/flash_blk.scr
meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/vf/flash_mmc.scr
meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Update-default-args-for-apalis-imx6.patch
meta-fsl-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend
recipes/ostree/ostree.bb
recipes/samba/samba_4.1.12.bbappend
scripts/manifest_jethro.xml
Change-Id: I6b6ec105394f03fb57d8f922e358fef51de1e848
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make life easier for Qt devs
Change-Id: I028710d4ad506d9609ab4cc281ad05010b7575cb
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added dependency from samba to perl to avoid the situation where samba
deploys the scripts to the sysroot folder before perl directory is created.
Change-Id: I01c4b966a5465905b9bc18de1ddd463585ee05b6
Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I43756c89a26988e2073acda53f9cbc358ed0e5d4
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add systemd-networkd, since it provided the easiest solution to get
link-local addresses directly (instead of only after DHCP discovery
times out).
Task-number: QTBUG-55434
Change-Id: I4198514a0bfef9d65da33f27af64a5055567dd9b
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Old version no longer compiles with 4.4 kernel
Change-Id: Ib6c6c5952be3e16085b8943615d1802c56dd685c
Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
and remove QA warning about missing python in providers
Change-Id: I131b33bda0bb90df3092610478effd61ed3c9e95
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Compilation fails with GCC 5.3, so temporarily remove the components.
Task-number: QTBUG-55559
Change-Id: Ieccf494a5c8ed210f2796d464bb3054d9b2051d5
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
udev was replaced with eudev, but we are already using udev from systemd.
Change-Id: I58df4017cec1aa3399ed58a1994a474c30a5d6cf
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ib45f8818ab568674e0aeda3b528bf7451e00506b
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
One of the local patches has been merged in the
upstream project and is fixed to add thread safety.
Change-Id: Ib3cf12ab759226aefbd4c0af5b0ac5100b3490cc
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* origin/jethro:
Update meta layers
Reuse qt5-git.inc in automotive recipes
ota: update recipe
Correctly update qtquickcompiler SHA1
Reuse qt5-git.inc to define git repo location
Remove automotive recipes
Update Qt5 submodules
Handle qtquickcompiler in update-qt5-modules.sh script
qtwebbrowser: update source uri
Correctly use QtQuickCompiler when available
gammaray: update revision to match gammaray plugin in QtC 4.1
Fix adb to toradex-imx6 image
Change git protocol from ssh to http
Update qtdeclarative module
Update boot2qt-demos version
Change-Id: I1665b538bcd12a0dffb6403a6d387eebb100c762
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Pull in latest from poky/yocto and openembedded
Change-Id: Ifd57a6ddb4714eb07b5bbaaf76138e84e0cf07c6
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It is not uncommon for embedded devices to use
relatively older versions of the Linux kernel,
where file systems do not support O_TMPFILE
(since Linux 3.11) or implementations contain
bugs (with fixes available in some > 3.11 version).
Change-Id: Ic204bf6dcbdbcece87d42eea8eed9e114bd757ad
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Dependency to libgsystem has been removed by the
upstream project.
- Booting without initramfs does not require patching
kernel anymore. Now ostree-prepare-root can be used
as the init process to prepare rootfs for ostree.
For more info refer to the ostree's change log.
Change-Id: I7de61ffc2f9957055402f7733f16566e635a8e99
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|