| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
In commit 1ef92d2423d6d6546e4f0585478540212b26f3a0 deploying the native
tool was changed to use DEPLOYDIR, so setting DEPLOY_DIR_TOOLS for sstate-outputdir
dependency should have been changed as well.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: Jacob Kroon <jacob.kroon@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When more than two machine are built using same tmpdir and happen to use
these tools the builds fail
Fixes
ERROR: The recipe dfu-util-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
TOPDIR/build/tmp/deploy/tools/dfu-util-0.9
(matched in manifest-qemumips-dfu-util-native.deploy)
Please verify which recipe should provide the above files.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This did serve a purpose in past, this however is adding additional
requirement on build host to require static libc.a. in general it will
be good for user to select static linking explicitly, since it does have
distribution obligations once static linking is in place.
Add packageconfig to enable static builds and keep it off by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin JaMa Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
| |
We need to install to the sstate input dir and not the output dir, so
sstate handling will work correctly.
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
|
* drop
commit 0792623dfa8156fb0af3f3949c901665e2df3d04
Author: Stefan `Sec` Zehl <sec@42.org>
Date: Wed Jul 29 01:39:11 2015 +0200
Fix/reimplement USBPATH support
Using libusb functions to retrieve port and bus numbers.
Thanks to Topi Kuutela for reviewing and testing the patch.
Also thanks to Timo Poikola and Topi Kuutela for having submitted
alternative patches.
https://sourceforge.net/p/dfu-util/tickets/6/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|