diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-11-22 15:31:33 +0800 |
---|---|---|
committer | Robert Yang <liezhi.yang@windriver.com> | 2017-11-30 09:27:27 +0800 |
commit | 917550ac335cd0af547d301f41605d8de6678d19 (patch) | |
tree | 55587c8154fb33857d1491d935395281bc31d238 /meta/recipes-rt/images | |
parent | f8f2799d5b4c51969c904a7a09b75caae1020b31 (diff) | |
download | openembedded-core-contrib-rbt/long.tar.gz |
sqlite3: use 1024 for MAX_PATHNAMrbt/long
The 512 is a little small when len(TMPDIR) == 410, it would be failed when
do_rootfs, use 1024 to fix problem:
Fixed when len(TMPDIR) == 410:
$ bitbake core-image-minimal
[snip]
"tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.5/site-packages/dnf/yum/history.py", line 799, in _get_cursor
self._conn = sqlite.connect(self._db_file)
sqlite3.OperationalError: unable to open database file
[YOCTO #12374]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-rt/images')
0 files changed, 0 insertions, 0 deletions