| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
os-release spec:
https://www.freedesktop.org/software/systemd/man/os-release.html
"Variable assignment values must be enclosed in double or single
quotes if they include spaces, semicolons or other special
characters outside of A–Z, a–z, 0–9."
Some tools might fail to read the file properly. Dracut for
example prints warnings when parsing os-release file.
Change-Id: I678a59aa8f33aa0c0398afb8ac87384f7ed52bc8
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The current version in certain situations fails with
the following error message:
[3.129861] systemd[1]: Cannot add dependency job for unit
systemd-journald-audit.socket, ignoring: Unit systemd-journald-audit.socket
failed to load: No such file or directory.
It was fixed in Dracut by:
3e7a05f - systemd: add systemd-journald-audit.socket
Version 44 contains this fix.
Change-Id: Ia0233ab01929a6a7360af6c595f3e93181af85f5
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|/
|
|
|
| |
Change-Id: I4d2d1efd88769eba45891f9ceb3459ce0e8328e5
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
| |
Busybox provided ip does not work when trying to bring up can interface.
Change-Id: Ied78c0036843993264bebae728763864dd83efd7
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
| |
Toradex machines are the last ones to use these.
Change-Id: I6c769a250267733f851453eb8e72193201f5fbd6
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
If perl is used from the SDK, it also needs modules.
Use python magic to separate packages that cannot be installed
to mingw32 toolchain.
Change-Id: I9190cea1f00a166cc2f9119f2d4ad29c00347e19
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Instead of using $OECORE_NATIVE_SYSROOT environment variable, that require
sourcing the environment-setup-xxx script, use the SDKPATHNATIVE path that
gets relocated during sdk installation.
Change-Id: Ife7f84b3bb92d1492e96e9a65fd9cec4555aaecc
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Copying directly to sysroot left the dll out from the sstate
package. Use the existing functions to get it to correct places.
Change-Id: If7ca3b4918c6ab73a713bcf297046248d20e1ef7
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
The branch and revision of each meta layer used in the build
are stored in the image (/etc/build) and in the toolchain
(${SDKPATH}/version-${REAL_MULTIMACH_TARGET_SYS}).
Change-Id: Ic4be1cff62e11746ee3ec61c7909ed8c35c84db2
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
ninja-native was removed from meta-qt5 and it was moved to meta-oe
(master and jethro). We are still using fido, so we need to add the
recipe here.
Change-Id: Ia77030d189b5c1112391d3e537feeea52fc0ab8d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I3cb97636ed064a1e9fd2a45f8fe0b12edba52428
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Idb7af9308e702b4ef5f26e6423cfa270f8c036e5
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I6f60a6e9a23e063c16052f2291cca90a0fc34084
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
| |
The configuration has dependency to the interal repositories (meta-tegra and jetson-tk1-pro).
Change-Id: I5e13377cf8cfbe4fad3f19215a292b49195f1546
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|\
| |
| |
| |
| |
| |
| | |
* origin/dizzy:
Mount boot partition from ostree-prepare-root
Change-Id: Id38bb6ebcf37f88f3d73916d55b3968f019108c2
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is more convenient than having to implement
two code paths to do the same thing - one for systemd
based images and one for systemd-less images.
This is also more efficient, the earlier implementation
in initramfs scripts relied on udev which affects boot
time.
Change-Id: I0fee1072ed34f13d5dffb846322ddd7cef5542fe
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| | |
Task-number: QTEE-1027
Change-Id: I290777bdaa0f42280681a77423e3430b00746bce
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Windows adb cannot handle devices which have longer serial, so limit
it to 32 characters. Remove the -linux- part of the hostname to make
it a bit shorter.
Change-Id: I3f6f811a9ecd8a273576fdef268d5a343edc531e
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is required for ostree boot compatible initramfs
image generation on systemd enabled images.
Also there is no harm to deploy this module-setup.sh
script on a systemd-less images. We overwrite it when
deploying our custom dracut module in this case.
Change-Id: I8142cfa36db663782ac0399c30bc08cf5bdcd8b2
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: I8b6015c3017ece38a296288f804deffff4fd2e6f
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/dizzy:
Use openembedded mirror from github
nitrogen6x: add u-boot binary back to the image
ostree: Add TLS support
ostree: patch upstream project
ostree: Add GNUPG to runtime dependencies.
Revert "Build nativesdk-ostree"
Remove unused b2qt-update-framework
Conflicts:
conf/distro/include/nitrogen6x.conf
recipes/ostree/ostree.bb
scripts/manifest.xml
scripts/manifest_fido.xml
Change-Id: Ie3884fa026fc8b8d7d05a9bff4b2beb124e4fd03
|
| |
| |
| |
| |
| | |
Change-Id: I2cbfe533a8ce58d337f77f013b0da47a6a91681e
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- This allows updating files on the boot partition.
- Merges ostree's uEnv.txt with system's uEnv.txt
- Adds support for convenience symlinks in top level
of the /boot directory. This does not affect the
atomic property of an update.
Change-Id: Ie654e22d6e26aaa0c1395d226ed967765b0c764b
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| | |
This is required for gpg signing support.
Change-Id: Ia1396825453e2038c5d19a4767cadd6f93e1fa28
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit a5323e1fc1f734036d29da80aca037576e9d94b9.
Running GNUPG (OSTree dependency) from toolchain is not
supported.
Change-Id: I00c5ddedfd06a5c56e64c0b3d45007b740f41a80
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| | |
This reverts commit f309d05bccefc29977d474df734fecbe311f8f7b.
Change-Id: Ia25e629247c6863d2ce48e1b8a80029d13248ded
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When compiling meta-toolchain-qt5 on cortexa8, the compiler throws an
internal compiler error:
...
qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:
In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1:
internal compiler error: in add_stores, at var-tracking.c:6000
...
Tracking this down led to https://bugs.linaro.org/show_bug.cgi?id=534
It seems the bug is well know and fixed upstream. So backporting from
trunk seems to be the right solution. This fixes the compiler problem
on cortexa8 and does not seem to be very invasive. The original commit
can be found at:
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212178 138bc75d-0d04-0410-961f-82ee72b054a4
Cherry-picked from jehtro and adjusted to work from b2qt layer.
Change-Id: Id176840d37f2fe4b1f4b41b6c67ce110732b7645
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove sysvinit from distro features and add Systemd as the default
init system. Add necessary service files to all recipes that need them.
Change-Id: I9cd4c0239fe16f35145bd3bed08e27196f30ee82
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Connman replaces busybox-ifplugd for handling wired connections.
Wpa-supplicant is still needed for wifi connections in B2Qt Wifi Module.
Change-Id: I0ddaee26f19915b35fb057cfac5553786f3ef5df
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| | |
Removed imx6 specific wayland configurations from packagegroup-b2qt-embedded-toolchain-target.bb to imx6.inc.
Change-Id: I2b700b21bbf23fbaf59dcb8558b0b96b11bb81ec
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Running ./dracut --host-only fails because findmnt and
setsid commands are missing from the sysroot.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=8522
Change-Id: I08785d521eca1508af20b83babfde106c0924a1d
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| | |
Remove warning: ('S') doesn't exist, please set 'S' to a proper value
Change-Id: I1e771d31b4fa6ae50a0ff63b87241a8fe81e90c3
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| |
| | |
Change-Id: I74e3e06b538b93ed72d4c42c52123ff9e8b4964a
Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/dizzy:
Patch and update ostree
Build nativesdk-ostree
gstreamer: fix audio volume plugin
Revert "toradex: move to V2.4 branch"
Add ostree, dracut and libgsystem recipes.
otf-noto: update url and add correct license
qt5: add workaround for gcc's internal compiler error
Use 5.5.1 branch for meta-qt5
qt5: use the new base bbclass to get qt.conf generated
qt5-addons: update source revisions
b2qt-addons: update source revisions
Fix font file access rights
Change-Id: Iea75ad7f958e2ae72e6d40ff35dd8b669d4730ce
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update ostree version and apply a patch that is
waiting to be merged in the upstream project. OTA
scripts need these changes to function properly.
Change-Id: Ia4cbde1e3c55ee1bb1a27492c8325d2fdab5deb8
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The 'ostree' binary is not available as an installable
package on Ubuntu. Instead of requiring users to build
it from the source code, lets add a native ostree binary
to the toolchain.
Change-Id: I50031e0fc72bc0585785634a329d1557876a020b
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Setting volume is broken on ARM when compiled with GCC 4.9, where
anything but max volume (1.0) turns into mute.
Patches taken from https://community.freescale.com/thread/350584
Change-Id: I43fe71fdb62bdeed066ec468ffe70f39e950843e
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: I8fc3b7ec5f2ebeb82e31638037a2dd2e449da48c
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Google changed the download URL for the package. The package
now includes license file, use it instead of generic Apache.
Change-Id: Ib66c19281d30e12246503d5ea4d6e176d73286ca
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: Icce6d75d639191793e11639195a5c9d2e2b05a4e
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fix QA error with gstreamer plugins:
ERROR: QA Issue: gstreamer1.0-plugins-ugly:
Files/directories were installed but not shipped
Emulator does not actually provide opengl, so remove it from
DISTRO_FEATURES. gstreamer1.0-plugins-bad build would otherwise
fail.
Change-Id: I88e157f29ab1a29055fcbd4d2cd7850ca43efead
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
openssl/c_rehash patch updated to apply again.
* origin/dizzy:
Fix c_rehash run during image creation
Include CDC-ACM kernel module
Use mirror from github to clone git-repo tool
Add libevent to toolchain and image
Use correct path for mkspecs
qt5: remove separate designer packages
qt5: use 5.5-next branch for meta-qt5
qt5: patch qdevice.conf from correct location
Change-Id: I6998da6dc050c17aa1cbf20d50bcf0d14fc4ee8e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add support to run c_rehash using SYSROOT environment variable,
so that it can create hashes for the certificates during rootfs
build phase of image creation.
Change-Id: Ib60d4f9c217334ab7abba98dc07efd2ef8d1c7a5
Task-number: QTEE-971
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
|
|/
|
|
|
|
|
| |
QtWebEngine 5.6 has dependency to libevent.
Change-Id: Id63d2fd0cf8e6baccb872277185fd2ac39a34c99
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
|
|
|
|
|
|
|
| |
Needed for QtWebEngine 5.6
Change-Id: I245238f9e2798e28cc87750c22c486cc6cc80aab
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Use recipes from poky/master to get latest versions for ca-certificates.
Old certificates were causing problems with webengine.
The patch removing usage of c_rehash was not included, as we don't use it.
Change-Id: I099bed36de9cfa3f78d8e8ca0b6e1f7c30c6c16e
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Otherwise no Qt applications react on touch. This issue was
eventually resolved upstream by dropping the built-in evdev backend
and relying on libinput exclusively, where it is fixed. The libinput
backend is required since Weston 1.7. In 1.6 the libinput backend
was made the default, but the old backend was still there. Thus this
fix also applies to Weston 1.6.
Task-number: QTEE-831
Change-Id: Ib089136723b7b1dc6f760b5eedb12d7b8a50abbc
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
|
|
|
|
|
|
|
| |
Modules needed to be updated in order to build with newer kernels.
Change-Id: I113b0831aebfeac3818837ed557ae5ae2bf072e1
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
The Makefile is broken. It will report success even if the modules could
not be compiled due to gcc errors. Yocto will then continue with the
modules missing from the package.
Change-Id: I0efcdc736c158cb857549eb64ebd6bc86a26b7e6
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|