Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 162) sorted by relevance

1234567

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_dumb.py87 install = self.reinitialize_command('install', reinit_subcommands=1)
88 install.root = self.bdist_dir
89 install.skip_build = self.skip_build
90 install.warn_dir = 0
110 (install.install_base != install.install_platbase)):
114 % (repr(install.install_base),
115 repr(install.install_platbase)))
118 ensure_relative(install.install_base))
Dbdist_wininst.py129 install = self.reinitialize_command('install', reinit_subcommands=1)
130 install.root = self.bdist_dir
131 install.skip_build = self.skip_build
132 install.warn_dir = 0
133 install.plat_name = self.plat_name
162 setattr(install,
167 install.ensure_finalized()
173 install.run()
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt5 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
7 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
9 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
11 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
12 …/scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hi…
13 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
14 …/scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hi…
15 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
16 …/scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hi…
17 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
[all …]
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
DPcRtc.uni2 // PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL
4 // PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
7 // It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
22 #string STR_MODULE_ABSTRACT #language en-US "PcRtc driver to install EFI_REAL_TIME_CLOC…
24 … GetWakeupTime, SetWakeupTime services to Runtime Service Table. It will install a tagging protoco…
/device/google/cuttlefish_common/tools/
Dcreate_base_image_gce.sh10 sudo apt install -y debhelper ubuntu-dev-tools equivs "${extra_packages[@]}"
53 sudo chroot /mnt/image /usr/bin/apt install -y "${tmp_debs[@]}"
55 sudo chroot /mnt/image /usr/bin/apt install -y default-jre
56 sudo chroot /mnt/image /usr/bin/apt install -y unzip bzip2
57 sudo chroot /mnt/image /usr/bin/apt install -y aapt
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
Dexternal.bat8 @rem all and install need to be separate invocations, otherwise nmakehlp is not found on install
11 nmake -f makefile.vc DEBUG=1 INSTALLDIR=..\..\tcltk install
19 …ILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 install
Dexternal-amd64.bat10 …-f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 install
18 …ER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install
/device/linaro/hikey/wpan/uim/
Duim.c286 int st_uart_config(unsigned char install) in st_uart_config() argument
298 if (install == '1') { in st_uart_config()
476 unsigned char install; in main() local
519 err = read(st_fd, &install, 1); in main()
523 if ((err > 0) && install == '1') { in main()
525 st_uart_config(install); in main()
553 err = read(st_fd, &install, 1); in main()
554 UIM_DBG("read %c from install \n", install); in main()
556 st_uart_config(install); in main()
DMakefile8 INSTALL ?= install
40 install: uim target
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_install.py8 from distutils.command.install import install
31 cmd = install(dist)
/device/google/cuttlefish_vmm/
Drebuild_gce.sh19 sudo apt-get install -y \
72 DESTDIR="${HOME}" make -j install
82 make -j install
91 make -j install
/device/google/crosshatch/json-c/
DREADME.md22 Make sure you have a complete `libtool` install, including `libtoolize`.
37 $ make install
60 JSON_C_DIR=/path/to/json_c/install
/device/google/bonito/json-c/
DREADME.md22 Make sure you have a complete `libtool` install, including `libtoolize`.
37 $ make install
60 JSON_C_DIR=/path/to/json_c/install
/device/linaro/hikey/installer/hikey/
DREADME19 "install bootloader" mode which will install a supplied bootloader
24 from power up. If you take longer than 90 seconds to start the install
/device/linaro/poplar/installer/
DREADME18 * Run U-Boot commands below to install partition table and bootloader.
21 poplar# fatload usb 0:1 ${scriptaddr} recovery_files/install.scr
38 To install the AOSP images, use fastboot commands as below.
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
DRecoveryModuleLoadPei.uni4 // Load Recovery capsule and install FV.
21 #string STR_MODULE_DESCRIPTION #language en-US "Load Recovery capsule and install FV."
/device/linaro/bootloader/edk2/BaseTools/Source/C/
DMakefile36 all: libs apps install
54 install: $(LIB_PATH) $(BIN_PATH) target
/device/linaro/bootloader/edk2/BaseTools/gcc/
DREADME.txt49 On Ubuntu, the following command should install all the necessary build
52 sudo apt-get install build-essential texinfo bison flex libgmp3-dev libmpfr-dev
57 install cygwin it gives you the choice of Unix file mode (recommended) or DOS
60 cygwin install where the dirs are (properly) mounted in binmode.
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
Dfooter.makefile19 .PHONY: install
20 install: $(MAKEROOT)/libs-$(ARCH) $(LIBRARY)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
DGraphicsConsoleDxe.uni4 // This driver will install Simple Text Output protocol by consuming Graphices Output
21 #string STR_MODULE_DESCRIPTION #language en-US "This driver will install SimpleTextOutputP…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
DS3SaveStateDxe.uni4 // It will install S3 Save State protocol to store or record various IO operations to be replayed d…
21 #string STR_MODULE_DESCRIPTION #language en-US "It will install S3 Save State protocol to …
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
DSmmS3SaveState.uni4 // It will install S3 SMM Save State protocol to store or record various IO operations to be replay…
21 #string STR_MODULE_DESCRIPTION #language en-US "It will install the S3 SMM Save State prot…
/device/linaro/bootloader/edk2/BaseTools/
DReadMe.txt35 On Ubuntu, the following command should install all the necessary build
38 sudo apt-get install build-essential uuid-dev
46 built in. If not, please install sqlit3 package separately.
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
DScsiBus.uni4 // Note that the driver will install the Device Path Protocol and SCSI I/O Protocol on
22 #string STR_MODULE_DESCRIPTION #language en-US "Note that the driver will install the Devi…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
DAcpiSupportDxe.uni2 // Acpi Support Dirver to install Framework Acpi Support Protocol.
21 #string STR_MODULE_ABSTRACT #language en-US "ACPI Support Driver to install the Framewo…

1234567