Home
last modified time | relevance | path

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

12345678910>>...24

/openbmc/linux/samples/
H A DKconfig14 tristate "Build trace_events examples -- loadable modules only"
20 tristate "Build custom trace event example -- loadable modules only"
26 tristate "Build trace_printk module - tests various trace_printk formats"
33 tristate "Build register_ftrace_direct() example"
41 tristate "Build register_ftrace_direct() on multiple ips example"
50 tristate "Build custom ftrace ops example"
57 tristate "Build sample module for kernel access to Ftrace instancess"
64 tristate "Build kobject examples"
73 tristate "Build kprobes examples -- loadable modules only"
79 tristate "Build kretprobes example -- loadable modules only"
[all …]
/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_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_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_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_project_page.py14 from orm.models import Build, Project
36 Build.objects.create(project=default_project,
39 outcome=Build.IN_PROGRESS)
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/linux/drivers/clk/rockchip/
H A DKconfig17 Build the driver for PX30 Clock Driver.
24 Build the driver for RV110x Clock Driver.
31 Build the driver for RV1126 Clock Driver.
38 Build the driver for RK3036 Clock Driver.
45 Build the driver for RK312x Clock Driver.
52 Build the driver for RK3188 Clock Driver.
59 Build the driver for RK322x Clock Driver.
66 Build the driver for RK3288 Clock Driver.
73 Build the driver for RK3308 Clock Driver.
80 Build the driver for RK3328 Clock Driver.
[all …]
/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/linux/drivers/clk/hisilicon/
H A DKconfig8 Build the clock driver for hi3516cv300.
16 Build the clock driver for hi3519.
24 Build the clock driver for hi3559a.
31 Build the clock driver for hi3660.
38 Build the clock driver for hi3670.
46 Build the clock driver for hi3798cv200.
53 Build the Hisilicon Hi6220 clock driver based on the common clock framework.
60 Build reset controller driver for HiSilicon device chipsets.
68 Build the Hisilicon Hi6220 stub clock driver.
76 Build the Hisilicon Hi3660 stub clock driver.
/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
69 Build/%.fat: Build/%.efi
99 Build/bios-tables-test.%.efi:
104 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
/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/linux/tools/build/Documentation/
H A DBuild.txt1 Build Framework
7 Basically the user provides set of 'Build' files that list objects and
11 we setup source objects, but we support more. This allows one 'Build' file to
15 Build framework makefiles
20 Build.include
23 While the 'Build.include' file contains just some generic definitions, the
40 which includes all compiled sources described in 'Build' makefiles.
43 Build makefiles
46 The user supplies 'Build' makefiles that contains a objects list, and connects
66 To follow the above example, the user provides following 'Build' files:
[all …]
/openbmc/linux/drivers/clk/imx/
H A DKconfig71 Build the driver for i.MX8MM CCM Clock Driver
78 Build the driver for i.MX8MN CCM Clock Driver
85 Build the driver for i.MX8MP CCM Clock Driver
92 Build the driver for i.MX8MQ CCM Clock Driver
101 Build the driver for IMX8QXP SCU based clocks.
108 Build the driver for i.MX8ULP CCM Clock Driver
115 Build the driver for i.MX93 CCM Clock Driver
122 Build the driver for i.MXRT1050 CCM Clock Driver
/openbmc/phosphor-fan-presence/
H A Dmeson.options3 'tests', type: 'feature', value: 'enabled', description: 'Build tests.',
20 description: 'Build fan control service.'
38 description: 'Build time fan configuration file'
42 description: 'Build time fan configuration file'
46 description: 'Build time fan configuration file'
50 description: 'Build time fan configuration file'
57 description: 'Build fan monitor service'
84 description: 'Build fan presence service.'
101 description: 'Build sensor monitor.'
124 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(
H A Dtest_core_image_min.py18 from orm.models import Package_Dependency, Recipe_Dependency, Build
34 all_builds = Build.objects.all().count()
35 distinct_builds = Build.objects.values('id').distinct().count()
42 distinct_path = Build.objects.values(
44 total_builds = Build.objects.values('id').count()
164 builds = Build.objects.filter(outcome=0).values('id')
215 builds = Build.objects.filter(outcome=0).values('id')
310 build_id = Build.objects.filter(
/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-host-ipmid/test/
H A Dmeson.build39 # Build/add oemrouter_unittest to test suite
51 # Build/add message packing/unpacking unit tests
73 # Build/add closesession_unittest to test suite
84 # Build/add sensorcommands_unittest to test suite
/openbmc/entity-manager/
H A Dmeson_options.txt2 'tests', type: 'feature', description: 'Build tests.',
5 'fru-device', type: 'boolean', description: 'Build fru-device VPD parser.',
14 'devicetree-vpd', type: 'boolean', description: 'Build device-tree VPD parser'
/openbmc/linux/sound/pci/hda/
H A DKconfig48 bool "Build hwdep interface for HD-audio driver"
104 tristate "Build CS35L41 HD-audio side codec support for I2C Bus"
120 tristate "Build CS35L41 HD-audio codec support for SPI Bus"
139 tristate "Build CS35L56 HD-audio side codec support for I2C Bus"
154 tristate "Build CS35L56 HD-audio side codec support for SPI Bus"
169 tristate "Build TAS2781 HD-audio side codec support for I2C Bus"
185 tristate "Build Realtek HD-audio codec support"
196 tristate "Build Analog Devices HD-audio codec support"
206 tristate "Build IDT/Sigmatel HD-audio codec support"
217 tristate "Build VIA HD-audio codec support"
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py13 from orm.models import Build, LogMessage, Target
92 br.build.outcome = Build.FAILED
119 build__outcome=Build.IN_PROGRESS):
121 br.build.outcome = Build.FAILED
136 br.build = Build.objects.create(project=br.project,
139 br.build.outcome = Build.FAILED
161 Q(build__outcome=Build.CANCELLED) &

12345678910>>...24