summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb
Commit message (Collapse)AuthorAgeFilesLines
* dfu-util: upgrade 0.9 -> 0.10zhengruoqin2020-11-301-24/+0
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirsKhem Raj2020-05-311-1/+0
| | | | | | | | | | 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>
* dfu-util-native,sjf2410-linux-native: Fix Deploy in multimachine buildsKhem Raj2019-12-191-1/+8
| | | | | | | | | | | | | 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>
* dfu-util-native: Dont build static binaryKhem Raj2019-09-181-2/+5
| | | | | | | | | | | | 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>
* dfu-utils-native: fix do_deploy sstate handlingStefan Müller-Klieser2017-12-111-4/+3
| | | | | | | | 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>
* dfu-util: upgrade to 0.9Martin Jansa2016-03-141-0/+16
* 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>