Home
last modified time | relevance | path

Searched refs:builddir (Results 1 – 25 of 257) sorted by relevance

1234567891011

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A Diftop-1.0-gcc10.patch6 …r/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of `…
7 …sr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of …
8 …usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of…
9 …usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of…
10 /usr/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of…
11 …r/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:40: multiple definition of `…
12 …r/bin/ld: ui_common.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:41: multiple definition of `…
13 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:36: multiple definition of `scree…
14 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peaks…
15 /usr/bin/ld: ui.o:/builddir/build/BUILD/iftop-1.0pre4/ui_common.h:38: multiple definition of `peakr…
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/toolchain/
H A Dtest_external.py24 path = os.path.join(self.builddir, "staging", d)
26 path = os.path.join(self.builddir, "target", d)
29 with open(os.path.join(self.builddir, ".config"), 'r') as configf:
33 interp = infra.get_elf_prog_interpreter(self.builddir,
36 interp_path = os.path.join(self.builddir, "target", interp[1:])
54 arch = infra.get_file_arch(self.builddir,
60 symlink = os.path.join(self.builddir, "staging", "armv4t")
65 img = os.path.join(self.builddir, "images", "rootfs.cpio")
85 arch = infra.get_file_arch(self.builddir,
91 img = os.path.join(self.builddir, "images", "rootfs.cpio")
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_post_scripts.py23 with open(os.path.join(self.builddir, "build", f), newline='') as csvfile:
32 self.assertEqual(lines["BUILD_DIR"], os.path.join(self.builddir, "build"))
33 self.assertEqual(lines["HOST_DIR"], os.path.join(self.builddir, "host"))
34 staging = os.readlink(os.path.join(self.builddir, "staging"))
36 self.assertEqual(lines["BINARIES_DIR"], os.path.join(self.builddir, "images"))
37 self.assertEqual(lines["BR2_CONFIG"], os.path.join(self.builddir, ".config"))
41 os.path.join(self.builddir, "target"),
42 os.path.join(self.builddir, "target"))
44 os.path.join(self.builddir, "build/buildroot-fs/tar/target"),
45 os.path.join(self.builddir, "build/buildroot-fs/tar/target"))
[all …]
H A Dtest_hardening.py28 filepath = os.path.join(self.builddir, "target", target_file)
33 ret = infra.run_cmd_on_host(self.builddir, cmd)
46 filepath = os.path.join(self.builddir, "target", f)
61 filepath = os.path.join(self.builddir, "target", f)
75 filepath = os.path.join(self.builddir, "target", f)
88 filepath = os.path.join(self.builddir, "target", f)
101 filepath = os.path.join(self.builddir, "target", f)
114 filepath = os.path.join(self.builddir, "target", f)
H A Dtest_timezone.py6 def boot_armv5_cpio(emulator, builddir): argument
7 img = os.path.join(builddir, "images", "rootfs.cpio")
22 boot_armv5_cpio(self.emulator, self.builddir)
40 boot_armv5_cpio(self.emulator, self.builddir)
64 boot_armv5_cpio(self.emulator, self.builddir)
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dapply-patches.sh44 builddir=${1-.}
52 if [ ! -d "${builddir}" ] ; then
53 echo "Aborting. '${builddir}' is not a directory."
64 find ${builddir}/ '(' -name '*.rej' -o -name '.*.rej' ')' -print0 | \
108 existing="$(grep -E "/${patch}\$" ${builddir}/.applied_patches_list || true)"
116 echo "${path}/${patch}" >> ${builddir}/.applied_patches_list
118 cd ${builddir}
128 …${uncomp} "${path}/$patch" | patch -g0 -p1 -E --no-backup-if-mismatch -d "${builddir}" -t -N $sile…
136 find $builddir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
171 unpackedarchivedir="$builddir/.patches-$(basename $i)-unpacked"
[all …]
H A Dsize-stats73 def build_package_dict(builddir): argument
75 with open(os.path.join(builddir, "build", "packages-file-list.txt")) as f:
80 fullpath = os.path.join(builddir, "target", fpath)
97 def build_package_size(filesdict, builddir): argument
101 for root, _, files in os.walk(os.path.join(builddir, "target")):
114 frelpath = os.path.relpath(fpath, os.path.join(builddir, "target"))
294 pkgdict = build_package_dict(args.builddir)
297 pkgsize = build_package_size(pkgdict, args.builddir)
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A Dbuilder.py9 def __init__(self, config, builddir, logtofile): argument
12 self.builddir = builddir
13 self.logfile = infra.open_log_file(builddir, "build", logtofile)
43 if not os.path.isdir(self.builddir):
44 os.makedirs(self.builddir)
46 config_file = os.path.join(self.builddir, ".config")
58 "O={}".format(self.builddir)]
89 cmd = ["make", "-C", self.builddir]
100 return os.path.join(self.builddir, "build-done")
106 if os.path.exists(self.builddir):
[all …]
H A D__init__.py13 def log_file_path(builddir, stage, logtofile=True): argument
15 return "{}-{}.log".format(builddir, stage) if logtofile else None
18 def open_log_file(builddir, stage, logtofile=True): argument
24 return open(log_file_path(builddir, stage, logtofile), 'a+') if logtofile else sys.stdout
60 def run_cmd_on_host(builddir, cmd): argument
64 cwd=builddir,
70 def get_elf_arch_tag(builddir, prefix, fpath, tag): argument
81 out = run_cmd_on_host(builddir, cmd)
91 def get_file_arch(builddir, prefix, fpath): argument
92 return get_elf_arch_tag(builddir, prefix, fpath, "Tag_CPU_arch")
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A D_sstatetests_noauto.py18 self.builddir = os.path.join(os.environ.get('BUILDDIR'))
23 with open(os.path.join(self.builddir, 'pn-buildlist'), 'r') as pnfile:
27 def configure_builddir(self, builddir): argument
28 os.mkdir(builddir)
29 self.track_for_cleanup(builddir)
30 os.mkdir(os.path.join(builddir, 'conf'))
31 ….path.join(os.environ.get('BUILDDIR'), 'conf/local.conf'), os.path.join(builddir, 'conf/local.conf…
37 ftools.append_file(os.path.join(builddir, 'conf/selftest.inc'), config[key])
38 …th.join(os.environ.get('BUILDDIR'), 'conf/bblayers.conf'), os.path.join(builddir, 'conf/bblayers.c…
40 …s.path.join(os.environ.get('BUILDDIR'), 'conf/auto.conf'), os.path.join(builddir, 'conf/auto.conf'…
[all …]
H A Dsigning.py39 def create_new_builddir(self, builddir, newbuilddir): argument
41 oe.path.copytree(builddir + "/conf", newbuilddir + "/conf")
42 oe.path.copytree(builddir + "/cache", newbuilddir + "/cache")
47 if builddir + "/" in os.environ[e]:
48 os.environ[e] = os.environ[e].replace(builddir + "/", newbuilddir + "/")
49 if os.environ[e].endswith(builddir):
50 os.environ[e] = os.environ[e].replace(builddir, newbuilddir)
58 os.chdir(builddir)
137 builddir = os.environ.get('BUILDDIR') + "-testsign"
138 sstatedir = os.path.join(builddir, 'test-sstate')
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/fs/
H A Dtest_ext.py15 def dumpe2fs_run(builddir, image): argument
17 ret = infra.run_cmd_on_host(builddir, cmd)
28 def boot_img_and_check_fs_type(emulator, builddir, fs_type): argument
29 img = os.path.join(builddir, "images", "rootfs.{}".format(fs_type))
51 out = dumpe2fs_run(self.builddir, "rootfs.ext2")
56 self.builddir, "ext2")
71 out = dumpe2fs_run(self.builddir, "rootfs.ext2")
77 self.builddir, "ext2")
91 out = dumpe2fs_run(self.builddir, "rootfs.ext3")
97 self.builddir, "ext3")
[all …]
H A Dtest_iso9660.py28 def test_mount_internal_external(emulator, builddir, internal=True, efi=False): argument
29 img = os.path.join(builddir, "images", "rootfs.iso9660")
31 efi_img = os.path.join(builddir, "images", "OVMF.fd")
67 self.builddir, internal=False)
88 self.builddir, internal=False)
108 self.builddir, internal=True)
131 self.builddir, internal=True,
159 self.builddir, internal=True,
169 self.builddir, internal=True,
193 self.builddir, internal=False)
[all …]
H A Dtest_oci.py29 rootfs = os.path.join(self.builddir, "images", "rootfs.ext2")
30 kern = os.path.join(self.builddir, "images", "Image")
41 … shutil.copy(os.path.join(self.builddir, 'images', 'rootfs-oci-latest-arm64-linux.oci-image.tar'),
42 os.path.join(self.builddir, 'target', 'oci.tar'))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcontext.py34 (builddir, newbuilddir) = self.setupfunc("-st", None, self.suite)
36 os.chdir(builddir)
71 builddir = os.environ['BUILDDIR']
77 newbuilddir = builddir + suffix
85 oe.path.copytree(builddir + "/conf", newbuilddir + "/conf")
86 oe.path.copytree(builddir + "/cache", newbuilddir + "/cache")
90 if builddir + "/" in os.environ[e]:
91 os.environ[e] = os.environ[e].replace(builddir + "/", newbuilddir + "/")
92 if os.environ[e].endswith(builddir):
93 os.environ[e] = os.environ[e].replace(builddir, newbuilddir)
[all …]
H A Dcase.py29 cls.builddir = cls.tc.config_paths['builddir']
56 not in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
57 …logger.info("Adding: \"include selftest.inc\" in %s" % os.path.join(cls.builddir, "conf/local.conf…
58 ftools.append_file(os.path.join(cls.builddir, "conf/local.conf"), \
62 not in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
64 ftools.append_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
70 in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
72 ftools.remove_from_file(os.path.join(cls.builddir, "conf/local.conf"), \
76 in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
78 ftools.remove_from_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py254 layerpath = os.path.join(self.be.builddir,
315 return open(os.path.join(self.be.builddir, "toaster_server.log"), "r").read()
333 if bitbake.req.project.builddir:
334 builddir = bitbake.req.project.builddir
336 builddir = '%s-toaster-%d' % (self.be.builddir, bitbake.req.project.id)
341 custom_script = custom_script.replace("%BUILDDIR%" ,builddir)
344 self._shellcmd("bash -c 'source %s %s'" % (oe_init, builddir),
349 bblconfpath = os.path.join(builddir, "conf/toaster-bblayers.conf")
355 confpath = os.path.join(builddir, 'conf/toaster.conf')
362 bblconfpath = os.path.join(builddir, "conf/bblayers.conf")
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/linux-atm/linux-atm/
H A D0001-make-Add-PREFIX-knob.patch22 - $(INSTALL_DATA) $(builddir)/pca200e.bin $(DESTDIR)/lib/firmware
23 - $(INSTALL_DATA) $(builddir)/pca200e_ecd.bin2 $(DESTDIR)/lib/firmware
24 - $(INSTALL_DATA) $(builddir)/sba200e_ecd.bin2 $(DESTDIR)/lib/firmware
26 + $(INSTALL_DATA) $(builddir)/pca200e.bin $(DESTDIR)$(ROOTPREFIX)/lib/firmware
27 + $(INSTALL_DATA) $(builddir)/pca200e_ecd.bin2 $(DESTDIR)$(ROOTPREFIX)/lib/firmware
28 + $(INSTALL_DATA) $(builddir)/sba200e_ecd.bin2 $(DESTDIR)$(ROOTPREFIX)/lib/firmware
H A Dinstall-from-buildir.patch1 install binaries from builddir not srcdir.
14 + $(INSTALL_DATA) $(builddir)/pca200e.bin $(DESTDIR)/lib/firmware
15 + $(INSTALL_DATA) $(builddir)/pca200e_ecd.bin2 $(DESTDIR)/lib/firmware
16 + $(INSTALL_DATA) $(builddir)/sba200e_ecd.bin2 $(DESTDIR)/lib/firmware
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D61_global-symbol-test.patch24 builddir="." # running from make check, but it does not define that
25 @@ -14,22 +18,30 @@ builddir=`cd $builddir;pwd`
29 -bad_globals=`nm -g --defined-only $builddir/../libmpeg2/*.o |\
56 -bad_globals=`nm -g --defined-only $builddir/../libmpeg2/convert/*.o |\
67 +check_bad_public_symbols mpeg2 $builddir/../libmpeg2/.libs/libmpeg2.so
68 +check_bad_public_symbols mpeg2convert $builddir/../libmpeg2/convert/.libs/libmpeg2convert.so
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py189 if br.project.builddir:
190 builddir = br.project.builddir
192 builddir = '%s-toaster-%d' % (br.environment.builddir,br.project.id)
194 toaster_ui_log = os.path.join(builddir, 'toaster_ui.log')
195 test_file = os.path.join(builddir, '._toaster_check.txt')
196 … os.system("tail -n 50 %s > %s" % (os.path.join(builddir, 'toaster_ui.log'),test_file))
223 bitbake_lock = os.path.join(builddir, 'bitbake.lock')
226 bitbake_sock = os.path.join(builddir, 'bitbake.sock')
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh38 builddir=${2}
110 if test -f $builddir.wait
112 mv $builddir.wait $builddir.ready
116 if test -f $builddir.wait
118 mv $builddir.wait $builddir.ready
120 while test -f $builddir.ready
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_bmap_tools.py34 img = os.path.join(self.builddir, "images", "rootfs.ext4")
73 bmap_x = os.path.join(self.b.builddir, "host", "bin", "bmaptool")
74 src_f = os.path.join(self.b.builddir, "images", "rootfs.ext2")
75 dst_f = os.path.join(self.b.builddir, "images", "rootfs.ext2.copy")
76 map_f = os.path.join(self.b.builddir, "images", "rootfs.ext2.bmap")
H A Dtest_zfs.py30 kernel = os.path.join(self.builddir, "images", "bzImage")
31 cpio_file = os.path.join(self.builddir, "images", "rootfs.cpio")
87 kernel = os.path.join(self.builddir, "images", "bzImage")
88 cpio_file = os.path.join(self.builddir, "images", "rootfs.cpio")
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/popt/popt/
H A D0001-popt-test-output-format-for-ptest.patch26 result=`HOME=$builddir $builddir/$prog $*`
37 out=$builddir/tmp.out
38 diff_file=$builddir/tmp.diff
42 $builddir/$prog $in_file > $out

1234567891011