| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/ |
| H A D | README.md | 14 - GetDirectoryInformation - Get the directory with directory index. 16 - SendDirectoryInformation - Send directory information to SMBIOS directory. 18 - SendDataInformation - Send data information with directory index. 20 - SynchronizeDirectoryCommonData - Synchronize directory common data before 27 - DirEntries - Numbers of directory entries. Default: 0
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | structure.rst | 20 The OpenEmbedded build system does not support file or directory 36 This directory includes a copy of BitBake for ease of use. The copy 44 resides in the ``bitbake/bin/`` directory) starts. Sourcing the 57 This directory contains user configuration files and the output 64 directory separate from the :term:`Source Directory` by 65 providing a directory name when you ``source`` the setup script. For 78 This directory holds the source for the Yocto Project documentation as 82 ``ref-manual/`` directory. 89 This directory contains the minimal, underlying OpenEmbedded-Core 90 metadata. The directory holds recipes, common classes, and machine [all …]
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_persistent_json_storage.cpp | 19 ASSERT_FALSE(std::filesystem::exists(directory)); in SetUpTestSuite() 24 if (std::filesystem::exists(directory)) in TearDown() 26 std::filesystem::remove_all(directory); in TearDown() 32 static const DirectoryPath directory; member in TestPersistentJsonStorage 33 PersistentJsonStorage sut{directory}; 37 TestPersistentJsonStorage::directory = member in TestPersistentJsonStorage 121 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() 124 std::filesystem::path(directory) / "report/symlink.json"; in setupSymlinks() 126 std::filesystem::path(directory) / "report"); in setupSymlinks() 136 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/ |
| H A D | gnu-configize.in | 220 my ($directory) = @_; 225 verb "Entering directory `$directory'"; 226 chdir $directory 227 or error "cannot chdir to $directory: $!"; 233 verb "Leaving directory `$directory'"; 247 for my $directory (@ARGV) 249 gnu_configize ($directory);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/ |
| H A D | tkprivate.diff | 1 Patch by Chris Waters sets path which are normally point to a directory 12 # build directory. 17 # installed directory. 19 # different place than the directory containing the source files, this 30 # build directory. 35 # installed directory. 38 # Path to the Tk stub library in the build directory. 42 # Path to the Tk stub library in the install directory.
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
| H A D | change-secure_chroot_dir.patch | 8 Change secure_chroot_dir pointing to a volatile directory. 26 -2b) vsftpd needs the (empty) directory /usr/share/empty in the default 27 +2b) vsftpd needs the (empty) directory /var/run/vsftpd/empty in the default 28 configuration. Add this directory in case it does not already exist. e.g.: 31 -mkdir: cannot create directory `/usr/share/empty': File exists 33 +mkdir: cannot create directory `/var/run/vsftpd/empty': File exists 36 valid home directory (which is NOT owned or writable by the user "ftp"). 54 @@ -969,7 +969,7 @@ This option should be the name of a directory which is empty. Also, the 55 directory should not be writable by the ftp user. This directory is used
|
| /openbmc/telemetry/src/ |
| H A D | persistent_json_storage.cpp | 29 PersistentJsonStorage::PersistentJsonStorage(const DirectoryPath& directory) : in PersistentJsonStorage() argument 30 directory(directory) in PersistentJsonStorage() 38 const auto path = join(directory, filePath); in store() 73 const auto path = join(directory, filePath); in remove() 101 const auto path = join(directory, filePath); in load() 128 if (!std::filesystem::exists(directory)) in list() 134 std::filesystem::recursive_directory_iterator(directory)) in list() 138 auto item = std::filesystem::relative(p.path(), directory); in list() 164 return std::filesystem::exists(join(directory, subPath)); in exist()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 3 Subject: Do not embed build directory in binaries 7 …science-team/opencv/-/raw/master/debian/patches/0008-Do-not-embed-build-directory-in-binaries.patch 48 a. current working directory (CWD) 50 -5. Scan `<source>/{,data}` directories if build directory is detected or the current directory is … 51 +5. Scan `<source>/{,data}` directories if the current directory is in source tree. 52 6. Scan `<install>/share/OpenCV` directory if install directory is detected. 65 a. current working directory (CWD) 67 …`<source>/{,data,samples/data}` directories if build directory is detected or the current director… 68 +5. Scan `<source>/{,data,samples/data}` directories if the current directory is in source tree. 69 6. Scan `<install>/share/OpenCV` directory if install directory is detected. [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
| H A D | meson.build | 59 '--directory', 81 '--directory', 103 '--directory', 125 '--directory', 147 '--directory', 169 '--directory', 191 '--directory', 213 '--directory', 235 '--directory', 257 '--directory', [all …]
|
| /openbmc/openbmc/poky/meta/files/ |
| H A D | fs-perms-volatile-log.txt | 13 # <path>: directory path 14 # <mode>: mode for directory 15 # <uid>: uid for directory 16 # <gid>: gid for directory 17 # <walk>: recursively walk the directory? true or false 21 # <target>: turn the directory into a symlink point to target
|
| H A D | fs-perms-volatile-tmp.txt | 13 # <path>: directory path 14 # <mode>: mode for directory 15 # <uid>: uid for directory 16 # <gid>: gid for directory 17 # <walk>: recursively walk the directory? true or false 21 # <target>: turn the directory into a symlink point to target
|
| /openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/ |
| H A D | 0001-cmake-disable-building-external-dependencies.patch | 52 COMMENT "Update build-version.inc in the Shaderc build directory (if necessary).") 65 def mkdir_p(directory): 66 """Make the directory, and all its ancestors as required. Any of the 67 @@ -121,25 +122,32 @@ def get_version_string(project, directory): 68 directory, which consists of software version string and git description 72 - detailed_version_string_lst.append(deduce_software_version(directory)) 73 - detailed_version_string_lst.append(describe(directory).replace('"', '\\"')) 74 + if isinstance(directory, str) and os.path.isdir(directory): 76 + detailed_version_string_lst.append(deduce_software_version(directory)) 77 + detailed_version_string_lst.append(describe(directory).replace('"', '\\"'))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/ |
| H A D | 0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch | 38 set(INSTALL_BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Installation directory for binaries") 39 -set(INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib" CACHE PATH "Installation directory for libraries… 40 …${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Installation directory for libraries") 41 …set(INSTALL_INC_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Installation directory for heade… 42 …set(INSTALL_MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man" CACHE PATH "Installation directory for man… 43 -set(INSTALL_PKGCONFIG_DIR "${INSTALL_LIB_DIR}/pkgconfig" CACHE PATH "Installation directory for pk… 44 -set(INSTALL_CMAKE_DIR "${INSTALL_LIB_DIR}/cmake/libnfs" CACHE PATH "Installation directory for cma… 45 …ALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig" CACHE PATH "Installation directory for pkgconfig (.… 46 …_PREFIX}/${CMAKE_INSTALL_LIBDIR}/cmake/libnfs" CACHE PATH "Installation directory for cmake (.cmak…
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ |
| H A D | meson.build | 45 '--directory', 67 '--directory', 91 '--directory', 113 '--directory', 135 '--directory', 160 '--directory', 182 '--directory', 204 '--directory', 226 '--directory', 248 '--directory', [all...] |
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2019-13232_p3.patch | 5 directory. 8 which is a zip container with the central directory placed at the 11 central directory, as well as the end of central directory records, 35 - span that covers the central directory though the end of the file. */ 37 + spans that cover any extra bytes at the start, the central directory, 38 + the end of central directory record (including the Zip64 end of central 39 + directory locator, if present), and the Zip64 end of central directory 107 + end of central directory record, 109 + end of central directory locator, 111 + end of central directory record */ [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
| H A D | meson.build | 31 '--directory', 53 '--directory', 75 '--directory', 99 '--directory', 123 '--directory', 145 '--directory', 169 '--directory', 193 '--directory', 217 '--directory', 241 '--directory', [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/sass/sassc/ |
| H A D | 0001-Remove-sassc_version.h-from-source-directory.patch | 4 Subject: [PATCH] Remove sassc_version.h from source directory 7 build directory is out of the source directory, the sassc_version.h is 8 generated in build directory and the original sassc_version.h in source 9 directory is not overwritten. However, the latter is used during the 18 Remove sassc_version.h from source directory to ensure that the 19 sassc_version.h in build directory is used during the build.
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
| H A D | meson.build | 59 '--directory', 89 '--directory', 113 '--directory', 137 '--directory', 161 '--directory', 185 '--directory', 209 '--directory', 233 '--directory', 257 '--directory', 281 '--directory', [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ |
| H A D | meson.build | 35 '--directory', 59 '--directory', 83 '--directory', 107 '--directory', 131 '--directory', 155 '--directory', 179 '--directory', 201 '--directory', 225 '--directory', 249 '--directory', [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ |
| H A D | meson.build | 43 '--directory', 67 '--directory', 89 '--directory', 113 '--directory', 137 '--directory', 161 '--directory', 185 '--directory', 209 '--directory', 234 '--directory', 258 '--directory', [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
| H A D | meson.build | 39 '--directory', 63 '--directory', 87 '--directory', 111 '--directory', 135 '--directory', 159 '--directory', 183 '--directory', 207 '--directory', 231 '--directory', 255 '--directory', [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
| H A D | 0001-fix-racing-between-build-ncat-and-build-lua.patch | 14 make[1]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap… 16 make[2]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap… 17 make[2]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l… 20 make[1]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l… 26 make[1]: Entering directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/… 27 make[1]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l… 29 make[2]: Entering directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/… 30 make[2]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/ |
| H A D | 0005-fix-racing-between-build-ncat-and-build-lua.patch | 14 make[1]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap… 16 make[2]: Entering directory 'path-to/build/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap… 17 make[2]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l… 20 make[1]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l… 26 make[1]: Entering directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/… 27 make[1]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l… 29 make[2]: Entering directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/… 30 make[2]: Leaving directory 'path-to/tmp/work/corei7-32-wrsmllib32-linux/lib32-nmap/7.95/nmap-7.95/l…
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
| H A D | common.py | 21 directory = os.path.dirname(os.path.abspath(__file__)) 22 oeqa_lib = os.path.realpath(os.path.join(directory, '../../../')) 29 directory = os.path.dirname(os.path.abspath(__file__)) 30 self.cases_path = os.path.join(directory, 'cases')
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/ |
| H A D | meson.build | 30 '--directory', 54 '--directory', 78 '--directory', 100 '--directory', 124 '--directory', 148 '--directory', 172 '--directory', 196 '--directory', 218 '--directory',
|