Home
last modified time | relevance | path

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

12345678910>>...19

/openbmc/openbmc/poky/bitbake/doc/
H A Dreleases.rst11 - :yocto_docs:`BitBake 2.10 User Manual </bitbake/2.10/>`
17 - :yocto_docs:`BitBake 2.8 User Manual </bitbake/2.8/>`
23 - :yocto_docs:`BitBake 2.0 User Manual </bitbake/2.0/>`
33 - :yocto_docs:`BitBake 2.6 User Manual </bitbake/2.6/>`
39 - :yocto_docs:`BitBake 2.4 User Manual </bitbake/2.4/>`
45 - :yocto_docs:`BitBake 2.2 User Manual </bitbake/2.2/>`
51 - :yocto_docs:`BitBake 1.52 User Manual </bitbake/1.52/>`
57 - :yocto_docs:`BitBake 1.50 User Manual </bitbake/1.50/>`
63 - :yocto_docs:`BitBake 1.48 User Manual </bitbake/1.48/>`
69 - :yocto_docs:`BitBake 1.46 User Manual </bitbake/1.46/>`
[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-ref-variables-context
17 bitbake-user-manual/bitbake-user-manual-fetching
18 bitbake-user-manual/bitbake-user-manual-ref-variables
19 bitbake-user-manual/bitbake-user-manual-hello
34 | <bitbake-devel@lists.openembedded.org>
/openbmc/openbmc/poky/
H A D.gitignore27 /bitbake/doc/bitbake-user-manual/bitbake-user-manual.html
28 /bitbake/doc/bitbake-user-manual/bitbake-user-manual.pdf
29 /bitbake/doc/bitbake-user-manual/bitbake-user-manual.tgz
31 bitbake/lib/toaster/contrib/tts/backlog.txt
32 bitbake/lib/toaster/contrib/tts/log/*
33 bitbake/lib/toaster/contrib/tts/.cache/*
34 bitbake/lib/bb/tests/runqueue-tests/bitbake-cookerdaemon.log
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbbtests.py11 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars
25 self.assertEqual(bitbake('-e').status, 0, msg = "bitbake couldn't run from \"conf\" dir")
32 …self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from builddir's …
39 … self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from /tmp/")
44 result = bitbake('selftest-hello-native')
52 bitbake('selftest-hello-native')
53 bitbake('selftest-hello-native -cclean')
54 result = bitbake('selftest-hello-native')
59 result = bitbake('-b asdf', ignore_status=True)
63 result = bitbake('asdf', ignore_status=True)
[all …]
H A Druntime_test.py8 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu
36 bitbake('core-image-minimal')
37 bitbake('-c testexport core-image-minimal')
79 bitbake('core-image-minimal')
80 bitbake('-c testexport core-image-minimal')
129 bitbake('core-image-full-cmdline socat')
130 bitbake('-c testimage core-image-full-cmdline')
145 bitbake('core-image-minimal')
146 bitbake('-c testimage core-image-minimal')
166 bitbake('gnupg-native -c addto_recipe_sysroot')
[all …]
H A Dbblogging.py9 from oeqa.utils.commands import bitbake
19 result = bitbake("logging-test -c shelltest -f", ignore_status = True)
27 result = bitbake("logging-test -c shelltest -f", ignore_status = True)
35 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True)
44 result = bitbake("logging-test -c shelltest -f -v", ignore_status = True)
53 result = bitbake("logging-test -c pythontest_exec_func_shell -f",
62 result = bitbake("logging-test -c pythontest_exec_func_shell -f",
71 result = bitbake("logging-test -c pythontest_exec_func_shell -f -v",
81 result = bitbake("logging-test -c pythontest_exec_func_shell -f -v",
91 result = bitbake("logging-test -c pythontest_exit -f", ignore_status = True)
[all …]
H A Dusergrouptests.py10 from oeqa.utils.commands import bitbake
11 from oeqa.utils.commands import bitbake, get_bb_var, get_test_layer
16 bitbake(' creategroup2 creategroup1')
17 bitbake(' creategroup2 creategroup1 -c clean')
19 self.assertTrue(bitbake(' creategroup2 -c package'))
23 self.assertTrue(bitbake('useraddbadtask -C fetch'))
27 self.assertTrue(bitbake(' dcreategroup'))
32 bitbake(' core-image-minimal')
48 bitbake(' core-image-minimal')
51 bitbake(' core-image-minimal')
[all …]
H A Darchiver.py10 from oeqa.utils.commands import bitbake, get_bb_vars
34 bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))
35 bitbake("-c deploy_archives %s %s" % (include_recipe, exclude_recipe))
65 bitbake('-c clean %s %s' % (target_recipe, native_recipe))
66 bitbake("%s -c deploy_archives %s" % (target_recipe, native_recipe))
102 bitbake('-c clean %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
103 bitbake('-c deploy_archives %s %s' % (' '.join(target_recipes), ' '.join(native_recipes)))
144 bitbake('mc:mc1:%s mc:mc2:%s -c %s -S lockedsigs' % (pn, pn, task))
166 bitbake('-n selftest-nopackages selftest-ed')
177 bitbake('-c clean %s' % (target))
[all …]
H A Dbuildoptions.py15 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars
25 bitbake("-c clean core-image-minimal")
28 bitbake("core-image-minimal")
34 bitbake("core-image-minimal")
40 bitbake("ccache-native")
47 bitbake("%s -c clean" % recipe)
48 bitbake("%s -f -c compile" % recipe)
59 bitbake("core-image-sato core-image-weston")
66 res = bitbake("delay -c delay", ignore_status = True)
70 res = bitbake("delay -c delay", ignore_status = True)
[all …]
H A Dincompatible_lic.py7 from oeqa.utils.commands import bitbake
17 result = bitbake('%s --dry-run' % (pn), ignore_status=True)
69 result = bitbake('%s --dry-run' % (pn), ignore_status=True)
112 result = bitbake('core-image-minimal', ignore_status=True)
121 result = bitbake('core-image-minimal', ignore_status=True)
129 bitbake('core-image-minimal')
134 bitbake('core-image-minimal')
143 bitbake('core-image-minimal')
153 bitbake('core-image-full-cmdline core-image-weston')
154 bitbake('-c testimage core-image-full-cmdline core-image-weston')
H A Dsysroot.py10 from oeqa.utils.commands import bitbake
32 bitbake("sysroot-test")
39 bitbake("sysroot-test")
48 res = bitbake("sysroot-shebang-test-native -c populate_sysroot", ignore_status=True)
60 res = bitbake("sysroot-la-test -c populate_sysroot", ignore_status=True)
65 res = bitbake("sysroot-la-test-native -c populate_sysroot", ignore_status=True)
78 res = bitbake("sysroot-pc-test -c populate_sysroot", ignore_status=True)
83 res = bitbake("sysroot-pc-test-native -c populate_sysroot", ignore_status=True)
H A Dsigning.py8 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, create_temp_layer
26 bitbake('gnupg-native -c addto_recipe_sysroot')
90 bitbake('-c clean %s' % test_recipe)
91 bitbake('-f -c package_write_rpm %s' % test_recipe)
123 bitbake('-c clean core-image-minimal')
124 bitbake('core-image-minimal')
162 bitbake('-c clean %s' % test_recipe)
163 bitbake('-c populate_lic %s' % test_recipe)
193 bitbake(test_recipe)
195 bitbake('-S lockedsigs %s' % test_recipe)
[all …]
H A Dmeta_ide.py9 from oeqa.utils.commands import bitbake, get_bb_vars, runCmd
20 bitbake('meta-ide-support')
21 bitbake('build-sysroots -c build_native_sysroot')
22 bitbake('build-sysroots -c build_target_sysroot')
58 bitbake('-c populate_sysroot gtk+3')
59 bitbake('build-sysroots -c build_target_sysroot')
60 bitbake('-c testsdk meta-ide-support')
H A Dsstatetests.py15 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, create_temp_layer, get_bb_vars
87 bitbake(['-cclean'] + targets)
89 bitbake(['-ccleansstate'] + targets)
104 bitbake(targets)
137 bitbake(['-ccleansstate'] + targets)
139 bitbake(targets)
146 bitbake(['-ccleansstate'] + targets)
154 bitbake(['-ccleansstate'] + targets)
156 bitbake(targets)
171 bitbake(['-cclean'] + targets)
[all …]
H A Dimagefeatures.py9 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu
37 bitbake('core-image-minimal')
63 bitbake('core-image-minimal')
91 bitbake('core-image-weston')
106 bitbake(image)
142 bitbake(image)
179 bitbake(image)
219 bitbake(image)
245 bitbake("core-image-base")
266 bitbake("--graphviz core-image-weston")
[all …]
H A Doverlayfs.py8 from oeqa.utils.commands import bitbake, runqemu, get_bb_vars
46 res = bitbake('core-image-minimal', ignore_status=True)
67 res = bitbake('core-image-minimal', ignore_status=True)
89 bitbake('core-image-minimal')
105 res = bitbake('core-image-minimal', ignore_status=True)
128 res = bitbake('core-image-minimal', ignore_status=True)
182 bitbake('core-image-minimal')
295 res = bitbake('core-image-minimal', ignore_status=True)
300 res = bitbake('core-image-minimal', ignore_status=True)
305 res = bitbake('core-image-minimal', ignore_status=True)
[all …]
H A Dretain.py14 from oeqa.utils.commands import bitbake, get_bb_vars
33 bitbake('-c clean %s' % test_recipe)
47 bitbake(test_recipe)
83 bitbake('-c clean %s' % test_recipe_fail)
90 result = bitbake('-c compile %s' % test_recipe_fail, ignore_status=True)
135 bitbake('-c clean %s' % test_recipe)
150 bitbake(test_recipe)
158 result = bitbake('-c compile %s' % test_recipe_fail, ignore_status=True)
197 bitbake('-c clean %s' % test_recipe_fail)
198 result = bitbake('-c compile %s' % test_recipe_fail, ignore_status=True)
[all …]
/openbmc/openbmc/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 …]
/openbmc/openbmc/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 …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst26 - bitbake.conf: Fix corruption of GNOME mirror url
27 - bitbake.conf: Use wayland distro feature for native builds
28 - bitbake: Revert "parse/ast: Show errors for append/prepend/remove operators combined with +=/.="
29 - bitbake: bitbake-worker: Add debug when unpickle fails
30 - bitbake: cooker: Fix task-depends.dot for multiconfig targets
31 - bitbake: cooker: Handle parse threads disappearing to avoid hangs
32 - bitbake: cooker: Handle parsing results queue race
33 - bitbake: cooker: Remove debug code, oops :(
34 - bitbake: cooker: check if upstream hash equivalence server is available
35 - bitbake: fetch/git: Handle github dropping git:// support
[all …]
H A Drelease-notes-4.0.4.rst33 - bitbake.conf: set :term:`BB_DEFAULT_UMASK` using ??=
34 - bitbake: ConfHandler/BBHandler: Improve comment error messages and add tests
35 - bitbake: ConfHandler: Remove lingering close
36 - bitbake: bb/utils: movefile: use the logger for printing
37 - bitbake: bb/utils: remove: check the path again the expand python glob
38 - bitbake: bitbake-user-manual: Correct description of the ??= operator
39 - bitbake: bitbake-user-manual: npm fetcher: improve description of :term:`SRC_URI` format
40 - bitbake: bitbake: bitbake-user-manual: hashserv can be accessed on a dedicated domain
41 - bitbake: bitbake: runqueue: add cpu/io pressure regulation
42 - bitbake: bitbake: runqueue: add memory pressure regulation
[all …]
H A Drelease-notes-4.0.15.rst33 - bitbake: Fix disk space monitoring on cephfs
34 - bitbake: bitbake-getvar: Make --quiet work with --recipe
35 - bitbake: runqueue.py: fix PSI check logic
36 - bitbake: runqueue: Add pressure change logging
37 - bitbake: runqueue: convert deferral messages from bb.note to bb.debug
38 - bitbake: runqueue: fix PSI check calculation
39 - bitbake: runqueue: show more pressure data
40 - bitbake: runqueue: show number of currently running bitbake threads when pressure changes
41 - bitbake: tinfoil: Do not fail when logging is disabled and full config is used
171 bitbake
[all …]
H A Drelease-notes-4.0.5.rst21 - bitbake: Fix npm to use https rather than http
22 - bitbake: asyncrpc/client: Fix unix domain socket chdir race issues
23 - bitbake: bitbake: Add copyright headers where missing
24 - bitbake: gitsm: Error out if submodule refers to parent repo
25 - bitbake: runqueue: Drop deadlock breaking force fail
26 - bitbake: runqueue: Ensure deferred tasks are sorted by multiconfig
27 - bitbake: runqueue: Improve deadlock warning messages
28 - bitbake: siggen: Fix insufficent entropy in sigtask file names
29 - bitbake: tests/fetch: Allow handling of a file:// url within a submodule
180 bitbake
[all …]
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-hello.rst21 See the :ref:`bitbake-user-manual/bitbake-user-manual-intro:obtaining bitbake` section for
58 $ ./bin/bitbake --version
74 ``/home/scott-lenovo/bitbake/bin`` directory to the front of the
77 $ export PATH=/home/scott-lenovo/bitbake/bin:$PATH
79 You should now be able to enter the ``bitbake`` command from the command
91 starts with nothing but the ``bitbake`` command, which causes BitBake to
99 in the :oe_lists:`/g/bitbake-devel`
112 :ref:`bitbake-user-manual/bitbake-user-manual-intro:configuration files`,
113 :ref:`bitbake-user-manual/bitbake-user-manual-intro:classes`, and
114 :ref:`bitbake-user-manual/bitbake-user-manual-intro:recipes`.
[all …]
/openbmc/openbmc/meta-ibm/conf/templates/default/
H A Dconf-notes.txt4 MACHINE=pstbmc bitbake obmc-phosphor-image
6 MACHINE=huygens bitbake obmc-phosphor-image
8 MACHINE=p10bmc bitbake obmc-phosphor-image
10 MACHINE=witherspoon bitbake obmc-phosphor-image
12 MACHINE=witherspoon-tacoma bitbake obmc-phosphor-image

12345678910>>...19