Home
last modified time | relevance | path

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

12345678910>>...18

/openbmc/openbmc/poky/bitbake/doc/
H A Dreleases.rst57 - :yocto_docs:`3.1 BitBake User Manual </3.1/bitbake-user-manual/bitbake-user-manual.html>`
58 - :yocto_docs:`3.1.1 BitBake User Manual </3.1.1/bitbake-user-manual/bitbake-user-manual.html>`
59 - :yocto_docs:`3.1.2 BitBake User Manual </3.1.2/bitbake-user-manual/bitbake-user-manual.html>`
60 - :yocto_docs:`3.1.3 BitBake User Manual </3.1.3/bitbake-user-manual/bitbake-user-manual.html>`
66 - :yocto_docs:`3.0 BitBake User Manual </3.0/bitbake-user-manual/bitbake-user-manual.html>`
67 - :yocto_docs:`3.0.1 BitBake User Manual </3.0.1/bitbake-user-manual/bitbake-user-manual.html>`
76 - :yocto_docs:`2.7 BitBake User Manual </2.7/bitbake-user-manual/bitbake-user-manual.html>`
86 - :yocto_docs:`2.6 BitBake User Manual </2.6/bitbake-user-manual/bitbake-user-manual.html>`
105 - :yocto_docs:`2.4 BitBake User Manual </2.4/bitbake-user-manual/bitbake-user-manual.html>`
115 - :yocto_docs:`2.3 BitBake User Manual </2.3/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-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.py52 bitbake('selftest-hello-native')
79 bitbake('-cclean man-db')
98 bitbake('-c clean %s' % test_recipe)
110 ret = bitbake(test_recipe)
117 bitbake(test_recipe)
127 result = bitbake('-g %s' % recipe)
134 bitbake('core-image-minimal')
251 bitbake(test_recipe)
252 bitbake('-c clean %s' % test_recipe)
264 bitbake(test_recipe)
[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)
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",
120 result = bitbake("logging-test -c pythontest_exec_func_python -f",
128 result = bitbake("logging-test -c pythontest_exec_func_python -f",
[all …]
H A Druntime_test.py36 bitbake('core-image-minimal')
79 bitbake('core-image-minimal')
145 bitbake('core-image-minimal')
257 bitbake('core-image-minimal')
261 bitbake('core-image-minimal')
289 bitbake('core-image-minimal')
443 bitbake('systemtap-native')
445 bitbake(self.image)
457 bitbake(self.image)
469 bitbake(self.image)
[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
166 bitbake('-n selftest-nopackages selftest-ed')
177 bitbake('-c clean %s' % (target))
178 bitbake('-c deploy_archives %s' % (target))
258 bitbake('-c clean %s' % (target))
259 bitbake('-c deploy_archives %s' % (target))
284 bitbake('-c clean %s' % (target))
285 bitbake('-c deploy_archives %s' % (target))
305 bitbake('-c clean git-submodule-test')
306 bitbake('-c deploy_archives -f git-submodule-test')
[all …]
H A Dbuildoptions.py25 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)
74 res = bitbake("delay -c delay")
134 ret = bitbake('-n %s' % test_recipe)
157 bitbake('hicolor-icon-theme')
206 bitbake('fortran-helloworld')
[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)
111 result = bitbake('core-image-minimal', ignore_status=True)
120 result = bitbake('core-image-minimal', ignore_status=True)
128 bitbake('core-image-minimal')
133 bitbake('core-image-minimal')
140 bitbake('core-image-minimal')
150 bitbake('core-image-full-cmdline core-image-weston')
151 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 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 Dsigning.py26 bitbake('gnupg-native -c addto_recipe_sysroot')
89 bitbake('-c clean %s' % test_recipe)
90 bitbake('-f -c package_write_rpm %s' % test_recipe)
122 bitbake('-c clean core-image-minimal')
123 bitbake('core-image-minimal')
161 bitbake('-c clean %s' % test_recipe)
162 bitbake('-c populate_lic %s' % test_recipe)
192 bitbake(test_recipe)
194 bitbake('-S lockedsigs %s' % test_recipe)
201 bitbake(test_recipe)
[all …]
H A Dimagefeatures.py37 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")
290 bitbake(image)
308 bitbake(image)
[all …]
H A Doverlayfs.py8 from oeqa.utils.commands import bitbake, runqemu
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)
361 bitbake('core-image-minimal')
399 bitbake('core-image-minimal')
[all …]
H A Dmulticonfig.py10 from oeqa.utils.commands import bitbake
43 bitbake('core-image-full-cmdline')
65 result = bitbake('mc:test:multiconfig-test-parse -c showvar')
73 result = bitbake('mc:test:multiconfig-test-parse -c showvar')
87 bitbake('mc:muslmc:bash -n')
H A Dsstatetests.py87 bitbake(['-cclean'] + targets)
104 bitbake(targets)
139 bitbake(targets)
156 bitbake(targets)
171 bitbake(['-cclean'] + targets)
172 bitbake(targets)
247 bitbake("dbus-wait-test -c fetch")
301 bitbake(target)
696 bitbake("bash -S none")
706 bitbake("bash -S none")
[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/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py77 bitbake.req.build.repos_cloned=current
78 bitbake.req.build.repos_to_clone=total
80 bitbake.req.build.save()
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))
333 if bitbake.req.project.builddir:
419 bitbake.req.save()
424 bitbake.req.build.save()
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-3.4.1.rst26 - bitbake.conf: Fix corruption of GNOME mirror url
29 - bitbake: bitbake-worker: Add debug when unpickle fails
32 - bitbake: cooker: Handle parsing results queue race
33 - bitbake: cooker: Remove debug code, oops :(
37 - bitbake: fetch2/perforce: Fix typo
42 - bitbake: runqueue: Fix runall option handling
46 - bitbake: tests/fetch.py: fix premirror test cases
47 - bitbake: tests/fetch: Update github urls
237 bitbake
239 - Repository Location: :oe_git:`/bitbake`
[all …]
H A Drelease-notes-4.0.4.rst38 - 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
43 - bitbake: cooker: Drop sre_constants usage
44 - bitbake: doc: bitbake-user-manual: add explicit target for crates fetcher
45 - bitbake: doc: bitbake-user-manual: document npm and npmsw fetchers
51 - bitbake: toaster: fix kirkstone version
284 bitbake
[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
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
171 bitbake
173 - Repository Location: :oe_git:`/bitbake`
174 - Branch: :oe_git:`2.0 </bitbake/log/?h=2.0>`
[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
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`.
136 $ bitbake
170 $ bitbake
186 #. **Creating conf/bitbake.conf:** The ``conf/bitbake.conf`` includes
191 https://git.openembedded.org/bitbake/tree/conf/bitbake.conf.
222 :ref:`bitbake-user-manual/bitbake-user-manual-execution:setscene`
239 $ bitbake
[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
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyruvate_1.2.1.bb12 …file://0001-linux.rs-Define-consts-for-rv32-architecture.patch;patchdir=../cargo_home/bitbake/nix-…
13 …file://0001-musl-Define-SOCK_NONBLOCK-with-O_NONBLOCK.patch;patchdir=../cargo_home/bitbake/libc-0.…
14 …iscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch;patchdir=../cargo_home/bitbake/libc-0.2.138/ \
15 …ove-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch;patchdir=../cargo_home/bitbake/libc-0.2.138/ \
16 …file://0001-musl-Define-O_LARGEFILE-for-riscv32.patch;patchdir=../cargo_home/bitbake/libc-0.2.138/…
17 …file://0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch;patchdir=../cargo_home/bitbake/libc-0…
21 …or-mips-targets-for-stat.st_dev-definitions.patch;patchdir=../cargo_home/bitbake/libsystemd-0.5.0/"
39 # The upstream names may not correspond exactly to bitbake package names.

12345678910>>...18