Home
last modified time | relevance | path

Searched refs:bitbake (Results 1 – 25 of 253) sorted by relevance

1234567891011

/OK3568_Linux_fs/yocto/poky/bitbake/doc/
H A Dreleases.rst11 - :yocto_docs:`3.4 BitBake User Manual </3.4/bitbake-user-manual/bitbake-user-manual.html>`
12 - :yocto_docs:`3.4.1 BitBake User Manual </3.4.1/bitbake-user-manual/bitbake-user-manual.html>`
13 - :yocto_docs:`3.4.2 BitBake User Manual </3.4.2/bitbake-user-manual/bitbake-user-manual.html>`
19 - :yocto_docs:`3.3 BitBake User Manual </3.3/bitbake-user-manual/bitbake-user-manual.html>`
20 - :yocto_docs:`3.3.1 BitBake User Manual </3.3.1/bitbake-user-manual/bitbake-user-manual.html>`
21 - :yocto_docs:`3.3.2 BitBake User Manual </3.3.2/bitbake-user-manual/bitbake-user-manual.html>`
22 - :yocto_docs:`3.3.3 BitBake User Manual </3.3.3/bitbake-user-manual/bitbake-user-manual.html>`
23 - :yocto_docs:`3.3.4 BitBake User Manual </3.3.4/bitbake-user-manual/bitbake-user-manual.html>`
24 - :yocto_docs:`3.3.5 BitBake User Manual </3.3.5/bitbake-user-manual/bitbake-user-manual.html>`
30 - :yocto_docs:`3.1 BitBake User Manual </3.1/bitbake-user-manual/bitbake-user-manual.html>`
[all …]
H A Dindex.rst13 bitbake-user-manual/bitbake-user-manual-intro
14 bitbake-user-manual/bitbake-user-manual-execution
15 bitbake-user-manual/bitbake-user-manual-metadata
16 bitbake-user-manual/bitbake-user-manual-fetching
17 bitbake-user-manual/bitbake-user-manual-ref-variables
18 bitbake-user-manual/bitbake-user-manual-hello
33 | <bitbake-devel@lists.openembedded.org>
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbbtests.py9 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
23 self.assertEqual(bitbake('-e').status, 0, msg = "bitbake couldn't run from \"conf\" dir")
30 …self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from builddir's …
37 … self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from /tmp/")
42 result = bitbake('m4-native')
50 bitbake('m4-native')
51 bitbake('m4-native -cclean')
52 result = bitbake('m4-native')
57 result = bitbake('-b asdf', ignore_status=True)
61 result = bitbake('asdf', ignore_status=True)
[all …]
H A Dbblogging.py7 from oeqa.utils.commands import bitbake
17 result = bitbake("logging-test -c shelltest -f", ignore_status = True)
25 result = bitbake("logging-test -c shelltest -f", ignore_status = True)
33 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True)
42 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True)
51 result = bitbake("logging-test -c pythontest_exec_func_shell -f",
60 result = bitbake("logging-test -c pythontest_exec_func_shell -f",
69 result = bitbake("logging-test -c pythontest_exec_func_shell -f -v",
79 result = bitbake("logging-test -c pythontest_exec_func_shell -f -v",
89 result = bitbake("logging-test -c pythontest_exit -f", ignore_status = True)
[all …]
H A Druntime_test.py6 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu
34 bitbake('core-image-minimal')
35 bitbake('-c testexport core-image-minimal')
77 bitbake('core-image-minimal')
78 bitbake('-c testexport core-image-minimal')
127 bitbake('core-image-full-cmdline socat')
128 bitbake('-c testimage core-image-full-cmdline')
148 bitbake('gnupg-native -c addto_recipe_sysroot')
162 bitbake('core-image-full-cmdline socat')
163 bitbake('-c testimage core-image-full-cmdline')
[all …]
H A Darchiver.py7 from oeqa.utils.commands import bitbake, get_bb_vars
31 bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))
32 bitbake("-c deploy_archives %s %s" % (include_recipe, exclude_recipe))
62 bitbake('-c clean %s %s' % (target_recipe, native_recipe))
63 bitbake("%s -c deploy_archives %s" % (target_recipe, native_recipe))
99 bitbake('-c clean %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
100 bitbake('-c deploy_archives %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
132 bitbake('-n selftest-nopackages selftest-ed')
143 bitbake('-c clean %s' % (target))
144 bitbake('-c deploy_archives %s' % (target))
[all …]
H A Dbuildoptions.py12 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars
21 bitbake("-c clean core-image-minimal")
24 bitbake("core-image-minimal")
30 bitbake("core-image-minimal")
36 bitbake("ccache-native")
43 bitbake("%s -c clean" % recipe)
44 bitbake("%s -f -c compile" % recipe)
55 bitbake("core-image-sato core-image-weston")
62 res = bitbake("delay -c delay", ignore_status = True)
66 res = bitbake("delay -c delay", ignore_status = True)
[all …]
H A Dincompatible_lic.py2 from oeqa.utils.commands import bitbake
12 result = bitbake('%s --dry-run' % (pn), ignore_status=True)
64 result = bitbake('%s --dry-run' % (pn), ignore_status=True)
106 result = bitbake('core-image-minimal', ignore_status=True)
114 result = bitbake('core-image-minimal', ignore_status=True)
121 bitbake('core-image-minimal')
126 bitbake('core-image-minimal')
133 bitbake('core-image-minimal')
155 bitbake('core-image-full-cmdline core-image-weston')
156 bitbake('-c testimage core-image-full-cmdline core-image-weston')
H A Dsstatetests.py11 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, create_temp_layer
50 bitbake("dbus-wait-test -c fetch")
54 bitbake("dbus-wait-test -c unpack")
62 bitbake(['-cclean'] + targets)
64 bitbake(['-ccleansstate'] + targets)
66 bitbake(targets)
98 bitbake(['-ccleansstate'] + targets)
100 bitbake(targets)
107 bitbake(['-ccleansstate'] + targets)
129 bitbake(['-ccleansstate'] + targets)
[all …]
H A Dsigning.py6 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, create_temp_layer
24 bitbake('gnupg-native -c addto_recipe_sysroot')
87 bitbake('-c clean %s' % test_recipe)
88 bitbake('-f -c package_write_rpm %s' % test_recipe)
120 bitbake('-c clean core-image-minimal')
121 bitbake('core-image-minimal')
159 bitbake('-c clean %s' % test_recipe)
160 bitbake('-c populate_lic %s' % test_recipe)
190 bitbake(test_recipe)
192 bitbake('-S none %s' % test_recipe)
[all …]
H A Dimagefeatures.py7 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu
35 bitbake('core-image-minimal')
61 bitbake('core-image-minimal')
89 bitbake('core-image-weston')
104 bitbake(image_name)
141 bitbake(image_name)
179 bitbake(image_name)
212 bitbake(image_name)
230 bitbake("core-image-base")
256 bitbake("--graphviz core-image-weston")
[all …]
H A Doverlayfs.py6 from oeqa.utils.commands import bitbake, runqemu
43 res = bitbake('core-image-minimal', ignore_status=True)
64 res = bitbake('core-image-minimal', ignore_status=True)
86 bitbake('core-image-minimal')
102 res = bitbake('core-image-minimal', ignore_status=True)
125 res = bitbake('core-image-minimal', ignore_status=True)
179 bitbake('core-image-minimal')
294 res = bitbake('core-image-minimal', ignore_status=True)
299 res = bitbake('core-image-minimal', ignore_status=True)
304 res = bitbake('core-image-minimal', ignore_status=True)
[all …]
H A Dmulticonfig.py8 from oeqa.utils.commands import bitbake
41 bitbake('core-image-full-cmdline')
63 result = bitbake('mc:test:multiconfig-test-parse -c showvar')
71 result = bitbake('mc:test:multiconfig-test-parse -c showvar')
85 bitbake('mc:muslmc:bash -n')
H A Dpackage.py6 from oeqa.utils.commands import bitbake, get_bb_vars, get_bb_var, runqemu
27 bitbake("dpkg-native opkg-native rpm-native python3-native")
28 bitbake("build-sysroots -c build_native_sysroot")
93 bitbake("selftest-hardlink -c package")
111 bitbake("selftest-hardlink -c clean")
112 bitbake("selftest-hardlink -c package")
122 bitbake("core-image-minimal")
155 bitbake("core-image-minimal")
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py76 def setCloneStatus(self,bitbake,status,total,current,repo_name): argument
77 bitbake.req.build.repos_cloned=current
78 bitbake.req.build.repos_to_clone=total
79 bitbake.req.build.progress_item=repo_name
80 bitbake.req.build.save()
82 def setLayers(self, bitbake, layers, targets): argument
100 if bitbake.giturl and bitbake.commit:
101 gitrepos[(bitbake.giturl, bitbake.commit)] = []
102 gitrepos[(bitbake.giturl, bitbake.commit)].append(
103 ("bitbake", bitbake.dirpath, 0))
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dtest-reexec18 targets=`bitbake -s | cut -d " " -f 1`
28 sstate_dir=`bitbake $target -e | grep "^SSTATE_DIR=" | cut -d "\"" -f 2`
29 sstate_pkgspec=`bitbake $target -e | grep "^SSTATE_PKGSPEC=" | cut -d "\"" -f 2`
30 sstasks=`bitbake $target -e | grep "^SSTATETASKS=" | cut -d "\"" -f 2`
77 bitbake $target -c cleansstate > $LOGS/initial.$target.$task
78 bitbake $target >> $LOGS/initial.$target.$task
81 bitbake $target -c $task -f > $LOGS/force.$target.$task
85 bitbake $target -c clean > $LOGS/clean.$target.$task
87 bitbake $target >> $LOGS/force.$target.$task
91 bitbake $target -c clean > $LOGS/clean.$target.$task
[all …]
H A Doe-pylint10 PYTHONPATH=$this_dir/../bitbake/lib/ pylint3 $IGNORELIST bb
11 PYTHONPATH=$this_dir/../bitbake/lib/:$this_dir/../meta/lib pylint3 $IGNORELIST -d undefined-variabl…
12 PYTHONPATH=$this_dir/../bitbake/lib/:$this_dir/../meta/lib pylint3 $IGNORELIST oeqa
13 PYTHONPATH=$this_dir/../bitbake/lib/:$this_dir/../meta/lib:$this_dir/lib pylint3 $IGNORELIST -d und…
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-hello.rst21 See the :ref:`bitbake-user-manual/bitbake-user-manual-hello:obtaining bitbake` section for
54 $ ./bin/bitbake --version
55 BitBake Build Tool Core version 1.23.0, bitbake version 1.23.0
70 ``/home/scott-lenovo/bitbake/bin`` directory to the front of the
73 $ export PATH=/home/scott-lenovo/bitbake/bin:$PATH
75 You should now be able to enter the ``bitbake`` command from the command
87 starts with nothing but the ``bitbake`` command, which causes BitBake to
95 in the :oe_lists:`/g/bitbake-devel`
108 :ref:`bitbake-user-manual/bitbake-user-manual-intro:configuration files`,
109 :ref:`bitbake-user-manual/bitbake-user-manual-intro:classes`, and
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst24 - bitbake.conf: Fix corruption of GNOME mirror url
25 - bitbake.conf: Use wayland distro feature for native builds
26 - bitbake: Revert "parse/ast: Show errors for append/prepend/remove operators combined with +=/.="
27 - bitbake: bitbake-worker: Add debug when unpickle fails
28 - bitbake: cooker: Fix task-depends.dot for multiconfig targets
29 - bitbake: cooker: Handle parse threads disappearing to avoid hangs
30 - bitbake: cooker: Handle parsing results queue race
31 - bitbake: cooker: Remove debug code, oops :(
32 - bitbake: cooker: check if upstream hash equivalence server is available
33 - bitbake: fetch/git: Handle github dropping git:// support
[all …]
H A Drelease-notes-4.0.4.rst31 - bitbake.conf: set BB_DEFAULT_UMASK using ??=
32 - bitbake: ConfHandler/BBHandler: Improve comment error messages and add tests
33 - bitbake: ConfHandler: Remove lingering close
34 - bitbake: bb/utils: movefile: use the logger for printing
35 - bitbake: bb/utils: remove: check the path again the expand python glob
36 - bitbake: bitbake-user-manual: Correct description of the ??= operator
37 - bitbake: bitbake-user-manual: npm fetcher: improve description of SRC_URI format
38 - bitbake: bitbake: bitbake-user-manual: hashserv can be accessed on a dedicated domain
39 - bitbake: bitbake: runqueue: add cpu/io pressure regulation
40 - bitbake: bitbake: runqueue: add memory pressure regulation
[all …]
H A Drelease-notes-4.0.5.rst19 - bitbake: Fix npm to use https rather than http
20 - bitbake: asyncrpc/client: Fix unix domain socket chdir race issues
21 - bitbake: bitbake: Add copyright headers where missing
22 - bitbake: gitsm: Error out if submodule refers to parent repo
23 - bitbake: runqueue: Drop deadlock breaking force fail
24 - bitbake: runqueue: Ensure deferred tasks are sorted by multiconfig
25 - bitbake: runqueue: Improve deadlock warning messages
26 - bitbake: siggen: Fix insufficent entropy in sigtask file names
27 - bitbake: tests/fetch: Allow handling of a file:// url within a submodule
178 bitbake
[all …]
H A Drelease-notes-3.4.4.rst17 - bitbake.conf: mark all directories as safe for git to read
18 - bitbake: knotty: display active tasks when printing keepAlive() message
19 - bitbake: knotty: reduce keep-alive timeout from 5000s (83 minutes) to 10 minutes
20 - bitbake: server/process: Disable gc around critical section
21 - bitbake: server/xmlrpcserver: Add missing xmlrpcclient import
22 - bitbake: toaster: Fix IMAGE_INSTALL issues with _append vs :append
23 - bitbake: toaster: fixtures replace gatesgarth
138 bitbake
140 - Repository Location: :oe_git:`/bitbake`
141 - Branch: :oe_git:`1.52 </bitbake/log/?h=1.52>`
[all …]
H A Drelease-notes-4.0.8.rst31 - bitbake: bb/utils: include SSL certificate paths in export_proxies
32 - bitbake: bitbake-diffsigs: Make PEP8 compliant
33 - bitbake: bitbake-diffsigs: break on first dependent task difference
34 - bitbake: fetch2/git: Clarify the meaning of namespace
35 - bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository metadata
36 - bitbake: fetch2/git: show SRCREV and git repo in error message about fixed SRCREV
37 - bitbake: siggen: Fix inefficient string concatenation
38 - bitbake: utils/ply: Update md5 to better report errors with hashlib
199 bitbake
201 - Repository Location: :oe_git:`/bitbake`
[all …]
H A Drelease-notes-3.4.3.rst20 - bitbake: build: Tweak exception handling for setscene tasks
21 - bitbake: contrib: Fix hash server Dockerfile dependencies
22 - bitbake: cooker: Improve parsing failure from handled exception usability
23 - bitbake: data_smart: Fix overrides file/line message additions
24 - bitbake: fetch2: ssh: username and password are optional
25 - bitbake: tests/fetch: Handle upstream master -> main branch change
26 - bitbake: utils: Ensure shell function failure in python logging is correct
180 bitbake
182 - Repository Location: :oe_git:`/bitbake`
183 - Branch: :oe_git:`1.52 </bitbake/log/?h=1.52>`
[all …]
H A Drelease-notes-3.4.2.rst71 - bitbake: utils: Update to use exec_module() instead of load_module()
74 - bitbake: tests/fetch: Drop gnu urls from wget connectivity test
75 - bitbake: fetch: npm: Use temporary file for empty user config
76 - bitbake: fetch: npm: Quote destdir in run chmod command
77 - bitbake: process: Do not mix stderr with stdout
94 - bitbake: lib/pyinotify.py: Remove deprecated module asyncore
119 - bitbake: data_smart.py: Skip old override syntax checking for anonymous functions
120 - documentation: conf.py: fix version of bitbake objects.inv
223 bitbake
225 - Repository Location: :oe_git:`/bitbake`
[all …]

1234567891011