Home
last modified time | relevance | path

Searched refs:Build (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_builds_page.py17 from orm.models import BitbakeVersion, Release, Project, Build, Target
53 'outcome': Build.SUCCEEDED
60 'outcome': Build.IN_PROGRESS
67 'outcome': Build.SUCCEEDED
74 'outcome': Build.IN_PROGRESS
89 Build.objects.create(**self.project1_build_success)
90 Build.objects.create(**self.project1_build_success)
96 Build.objects.create(**self.project1_build_success)
97 Build.objects.create(**self.project1_build_success)
98 Build.objects.create(**self.project1_build_success)
[all …]
H A Dtest_project_page.py14 from orm.models import Build, Project
36 Build.objects.create(project=default_project,
39 outcome=Build.IN_PROGRESS)
H A Dtest_builddashboard_page_artifacts.py16 from orm.models import Project, Release, BitbakeVersion, Build, Target, Package
59 build = Build.objects.create(project=self.project,
60 started_on=now, completed_on=now, outcome=Build.SUCCEEDED)
84 build = Build.objects.create(project=self.project,
86 outcome=Build.SUCCEEDED)
140 build = Build.objects.create(project=self.project,
142 outcome=Build.SUCCEEDED)
H A Dtest_all_builds_page.py19 from orm.models import BitbakeVersion, Layer, Layer_Version, Recipe, Release, Project, Build, Targe…
52 'outcome': Build.SUCCEEDED
59 'outcome': Build.FAILED
66 'outcome': Build.SUCCEEDED
111 build1 = Build.objects.create(**self.project1_build_success)
112 build2 = Build.objects.create(**self.project1_build_failure)
128 build = Build.objects.create(**self.project1_build_success)
139 build = Build.objects.create(**self.project1_build_failure)
171 build = Build.objects.create(**self.project1_build_success)
194 build1 = Build.objects.create(**self.project1_build_success)
[all …]
H A Dtest_toastertable_ui.py16 from orm.models import BitbakeVersion, Release, Project, Build
76 build1 = Build.objects.create(project=project,
79 outcome=Build.SUCCEEDED)
82 build2 = Build.objects.create(project=project,
85 outcome=Build.SUCCEEDED)
H A Dtest_most_recent_builds_states.py13 from orm.models import Project, Build, Task, Recipe, Layer, Layer_Version
26 build = Build.objects.create(project=project, build_name='fakebuild',
53 build.outcome = Build.IN_PROGRESS
143 build.outcome = Build.SUCCEEDED
161 build.outcome = Build.FAILED
192 build.outcome = Build.CANCELLED
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcpan_build.bbclass8 # This is for perl modules that use the new Build.PL build system
27 perl Build.PL --installdirs vendor --destdir ${D} \
30 # Build.PLs can exit with success without generating a
31 # Build, e.g. in cases of missing configure time
36 [ -e Build ] || bbfatal "No Build was generated by Build.PL"
40 perl Build --perl "${bindir}/perl" verbose=1
44 perl Build install --destdir ${D}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/plymouth/plymouth/
H A D0001-Make-themes-build-optional.patch22 description: 'Build documentation',
27 + description: 'Build with spinfinity theme',
32 + description: 'Build with fade-in theme',
37 + description: 'Build with text theme',
42 + description: 'Build with details theme',
47 + description: 'Build with solar theme',
52 + description: 'Build with glow theme',
57 + description: 'Build with script theme',
62 + description: 'Build with spinner theme',
67 + description: 'Build with tribar theme',
[all …]
/openbmc/qemu/tests/uefi-test-tools/
H A DMakefile35 Build/$(binary).$(target)$(suffix))))
43 $(images_dir)/%.iso.qcow2: Build/%.iso.raw
50 Build/%.iso.raw: Build/%.fat
70 Build/%.fat: Build/%.efi
100 Build/bios-tables-test.%.efi:
105 rm -rf Build Conf log
H A Duefi-test-build.config10 dest = ./Build
20 dest = ./Build
30 dest = ./Build
40 dest = ./Build
50 dest = ./Build
60 dest = ./Build
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/
H A Dlibmodule-build-tiny-perl_0.048.bb1 SUMMARY = "Module::Build::Tiny - A tiny replacement for Module::Build"
2 DESCRIPTION = "Many Perl distributions use a Build.PL file instead of a \
4 installation. Traditionally, Build.PL uses Module::Build as the underlying \
6 Whereas Module::Build has over 6,700 lines of code; this module has less than \
10 HOMEPAGE = "https://metacpan.org/release/LEONT/Module-Build-Tiny-0.048"
17 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz"
20 S = "${WORKDIR}/Module-Build-Tiny-${PV}"
/openbmc/phosphor-fan-presence/
H A Dmeson.options2 option('tests', type: 'feature', value: 'enabled', description: 'Build tests.')
24 description: 'Build fan control service.',
48 description: 'Build time fan configuration file',
54 description: 'Build time fan configuration file',
60 description: 'Build time fan configuration file',
66 description: 'Build time fan configuration file',
75 description: 'Build fan monitor service',
112 description: 'Build fan presence service.',
135 description: 'Build sensor monitor.',
172 description: 'Build cooling-type package.',
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibmodule-build-perl_0.4234.bb1 SUMMARY = "Module::Build - Build and install Perl modules"
2 DESCRIPTION = "Many Perl distributions use a Build.PL file instead of a \
4 installation. Traditionally, Build.PL uses Module::Build as the underlying \
6 Whereas Module::Build has over 6,700 lines of code; this module has less than \
11 HOMEPAGE = "https://metacpan.org/release/Module-Build"
16 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-${PV}.tar.gz \
21 S = "${WORKDIR}/Module-Build-${PV}"
30 …preter = $self->{properties}{perl};,my $interpreter = "${bindir}/perl";,g' lib/Module/Build/Base.pm
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py15 from orm.models import Project, Release, ProjectTarget, Build, ProjectVariable
144 while Build.objects.get(pk=build_pk).outcome == Build.IN_PROGRESS:
151 self.assertEqual(Build.objects.get(pk=build_pk).outcome,
152 Build.SUCCEEDED,
160 for build in Build.objects.filter(
/openbmc/libcper/
H A Dmeson.options5 description: 'Build fuzz targets',
7 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
18 description: 'Build python extensions',
/openbmc/u-boot/board/freescale/imx8mq_evk/
H A DREADME5 - Build the ARM Trusted firmware binary
7 - Build U-Boot
10 Get and Build the ARM Trusted firmware
26 Build U-Boot
/openbmc/phosphor-mrw-tools/
H A DBuild.PL1 use Module::Build;
3 Module::Build->new(
/openbmc/entity-manager/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests.')
5 description: 'Build fru-device VPD parser.',
30 description: 'Build device-tree VPD parser',
48 description: 'Build gpio presence daemon',
/openbmc/sdbusplus/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'feature', description: 'Build examples')
/openbmc/sdeventplus/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'boolean', value: true, description: 'Build examples')
/openbmc/gpioplus/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'boolean', value: true, description: 'Build examples')
/openbmc/phosphor-ipmi-blobs/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
2 option('examples', type: 'boolean', value: true, description: 'Build examples')
/openbmc/phosphor-host-ipmid/test/
H A Dmeson.build43 # Build/add oemrouter_unittest to test suite
55 # Build/add message packing/unpacking unit tests
79 # Build/add closesession_unittest to test suite
92 # Build/add sensorcommands_unittest to test suite
/openbmc/phosphor-objmgr/
H A Dmeson.options1 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
7 description: 'Build phosphor-unit-failure-monitor',
/openbmc/phosphor-modbus/
H A Dmeson.options12 description: 'Build mocked modbus devuce.',
15 option('tests', type: 'feature', description: 'Build tests.')

12345678910>>...20