summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Peter Michael Green [Fri, 25 Mar 2022 11:00:04 +0000 (11:00 +0000)]
Merge target-factory (1.4.1-1+rpi1) import into refs/heads/workingbranch
Nobuhiro Iwamatsu [Mon, 1 Nov 2021 00:14:43 +0000 (09:14 +0900)]
[PATCH] Fix format of sprintf
https://buildd.debian.org/status/fetch.php?pkg=target-factory&arch=armel&ver=1.4-2&stamp=
1635640153&raw=0
```
<<PKGBUILDDIR>>/src/create_target_DPUCVDX8G_ISA1.cpp: In function ‘const vitis::ai::Target vitis::ai::create_target_DPUCVDX8G_ISA1(uint64_t)’:
/<<PKGBUILDDIR>>/src/create_target_DPUCVDX8G_ISA1.cpp:61:29: error: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’ [-Werror=format=]
61 | sprintf(finger_hex, "%016lX", fingerprint);
| ~~~~~^ ~~~~~~~~~~~
| | |
| | long long unsigned int
| long unsigned int
| %016llX
```
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Gbp-Pq: Name 0004-Fix-format-of-sprintf.patch
Punit Agrawal [Thu, 8 Apr 2021 01:38:10 +0000 (10:38 +0900)]
src/CMakeLists.txt: Enable multiarch for the cmake files
The cmake files install path is hard coded which gets in the way of
enabling multiarch.
Fix this by respecting the standard CMAKE variable used to specify
library install location. This variable gets used during package
building to install the cmake files to multiarch aware location.
Gbp-Pq: Name 0003-src-CMakeLists.txt-Enable-multiarch-for-the-cmake-fi.patch
Punit Agrawal [Tue, 6 Apr 2021 09:06:02 +0000 (18:06 +0900)]
src/CMakeLists.txt: Enable multiarch for the library
The library install path is hard coded which gets in the way of
enabling multiarch.
Fix this by respecting the standard CMAKE variable used to specify
library install location. This variable gets used during package
building to install the package to multiarch aware location.
Gbp-Pq: Name 0002-src-CMakeLists.txt-Enable-multiarch-for-the-library.patch
Punit Agrawal [Tue, 6 Apr 2021 08:17:55 +0000 (17:17 +0900)]
Drop dependency on source repository hash
target_factory uses a hash of the top commit of the repository as
library id. As this id depends on the repository / branch it is not
stable; a version number should be used to represent library API
version if required.
As the library id is only used in the test, drop this function from
the library interface.
Gbp-Pq: Name 0001-Drop-dependency-on-source-repository-hash.patch
Peter Michael Green [Fri, 25 Mar 2022 11:00:04 +0000 (11:00 +0000)]
target-factory (1.4.1-1+rpi1) bookworm-staging; urgency=medium
* Update symbols file for raspbian.
[dgit import unpatched target-factory 1.4.1-1+rpi1]
Peter Michael Green [Fri, 25 Mar 2022 11:00:04 +0000 (11:00 +0000)]
Import target-factory_1.4.1-1+rpi1.debian.tar.xz
[dgit import tarball target-factory 1.4.1-1+rpi1 target-factory_1.4.1-1+rpi1.debian.tar.xz]
Nobuhiro Iwamatsu [Mon, 1 Nov 2021 00:14:43 +0000 (09:14 +0900)]
[PATCH] Fix format of sprintf
https://buildd.debian.org/status/fetch.php?pkg=target-factory&arch=armel&ver=1.4-2&stamp=
1635640153&raw=0
```
<<PKGBUILDDIR>>/src/create_target_DPUCVDX8G_ISA1.cpp: In function ‘const vitis::ai::Target vitis::ai::create_target_DPUCVDX8G_ISA1(uint64_t)’:
/<<PKGBUILDDIR>>/src/create_target_DPUCVDX8G_ISA1.cpp:61:29: error: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’ [-Werror=format=]
61 | sprintf(finger_hex, "%016lX", fingerprint);
| ~~~~~^ ~~~~~~~~~~~
| | |
| | long long unsigned int
| long unsigned int
| %016llX
```
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Gbp-Pq: Name 0004-Fix-format-of-sprintf.patch
Nobuhiro Iwamatsu [Wed, 22 Dec 2021 08:29:11 +0000 (08:29 +0000)]
Import target-factory_1.4.1.orig.tar.xz
[dgit import orig target-factory_1.4.1.orig.tar.xz]
Punit Agrawal [Thu, 8 Apr 2021 01:38:10 +0000 (10:38 +0900)]
src/CMakeLists.txt: Enable multiarch for the cmake files
The cmake files install path is hard coded which gets in the way of
enabling multiarch.
Fix this by respecting the standard CMAKE variable used to specify
library install location. This variable gets used during package
building to install the cmake files to multiarch aware location.
Gbp-Pq: Name 0003-src-CMakeLists.txt-Enable-multiarch-for-the-cmake-fi.patch
Punit Agrawal [Tue, 6 Apr 2021 09:06:02 +0000 (18:06 +0900)]
src/CMakeLists.txt: Enable multiarch for the library
The library install path is hard coded which gets in the way of
enabling multiarch.
Fix this by respecting the standard CMAKE variable used to specify
library install location. This variable gets used during package
building to install the package to multiarch aware location.
Gbp-Pq: Name 0002-src-CMakeLists.txt-Enable-multiarch-for-the-library.patch
Punit Agrawal [Tue, 6 Apr 2021 08:17:55 +0000 (17:17 +0900)]
Drop dependency on source repository hash
target_factory uses a hash of the top commit of the repository as
library id. As this id depends on the repository / branch it is not
stable; a version number should be used to represent library API
version if required.
As the library id is only used in the test, drop this function from
the library interface.
Gbp-Pq: Name 0001-Drop-dependency-on-source-repository-hash.patch
Nobuhiro Iwamatsu [Wed, 22 Dec 2021 08:29:11 +0000 (08:29 +0000)]
target-factory (1.4.1-1) unstable; urgency=medium
* New upstream released.
[dgit import unpatched target-factory 1.4.1-1]
Nobuhiro Iwamatsu [Wed, 22 Dec 2021 08:29:11 +0000 (08:29 +0000)]
Import target-factory_1.4.1-1.debian.tar.xz
[dgit import tarball target-factory 1.4.1-1 target-factory_1.4.1-1.debian.tar.xz]