Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dyocto-check-layer.bbclass3 # The first test ensures that the layer has no recipes skipping 'installed-vs-shipped' QA checks
6 WARN_QA:remove = "installed-vs-shipped"
7 ERROR_QA:append = " installed-vs-shipped"
14 if 'installed-vs-shipped' in skip:
15 …oe.qa.handle_error("installed-vs-shipped", 'Package %s is skipping "installed-vs-shipped" QA test.…
H A Dptest-gnome.bbclass3 …= " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-te…
5 FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \
6 ${datadir}/installed-tests/"
H A Dcore-image.bbclass32 # - dev-pkgs - development packages (headers, etc.) for all installed packages in the ro…
33 # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs
34 # - lic-pkgs - license packages for all installed pacakges in the rootfs, requires
36 # - doc-pkgs - documentation packages for all installed packages in the rootfs
63 # is installed # to avoid openssh-dropbear conflict
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A DMakefile12 $(error The toolchain for $(ARCH) is not installed)
213 USERSPACE_DEPS := $(MUSL_CC) $(BUILD_PATH)/include/.installed $(BUILD_PATH)/include/linux/.installed
264 $(BUILD_PATH)/include/linux/.installed: | $(KERNEL_BUILD_PATH)/.config
275 $(BUILD_PATH)/include/.installed: $(MUSL_PATH)/lib/libc.so
284 $(IPERF_PATH)/.installed: $(IPERF_TAR)
291 $(IPERF_PATH)/src/iperf3: | $(IPERF_PATH)/.installed $(USERSPACE_DEPS)
296 $(WIREGUARD_TOOLS_PATH)/.installed: $(WIREGUARD_TOOLS_TAR)
301 $(WIREGUARD_TOOLS_PATH)/src/wg: | $(WIREGUARD_TOOLS_PATH)/.installed $(USERSPACE_DEPS)
310 $(IPUTILS_PATH)/.installed: $(IPUTILS_TAR)
315 $(IPUTILS_PATH)/ping: | $(IPUTILS_PATH)/.installed $(USERSPACE_DEPS)
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.fwinst36 installed-mod-fw := $(addprefix $(INSTALL_FW_PATH)/,$(mod-fw))
38 installed-fw := $(addprefix $(INSTALL_FW_PATH)/,$(fw-shipped-all))
43 $(installed-fw): $(INSTALL_FW_PATH)/%: $(obj)/%
50 __fw_install: $(installed-fw)
52 __fw_modinst: $(installed-mod-fw)
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.fwinst36 installed-mod-fw := $(addprefix $(INSTALL_FW_PATH)/,$(mod-fw))
38 installed-fw := $(addprefix $(INSTALL_FW_PATH)/,$(fw-shipped-all))
43 $(installed-fw): $(INSTALL_FW_PATH)/%: $(obj)/%
50 __fw_install: $(installed-fw)
52 __fw_modinst: $(installed-mod-fw)
/OK3568_Linux_fs/buildroot/package/gettext-gnu/
H A D0002-restore-the-ability-to-buld-gettext-tools-seperately-part1.patch15 * gettext-tools/configure.ac: New option --with-installed-libtextstyle.
22 * configure.ac: Filter out --with-installed-libtextstyle from inherited --help
26 --with-installed-libtextstyle.
46 @@ -42,7 +42,7 @@ The 'libtextstyle' binary package can be installed by doing
47 The 'gettext-tools' binary package can be installed by doing
51 + ./configure --with-installed-libtextstyle
76 …_WITH:'$n([$1],[$2])' --trace=AC_ARG_VAR:'$n($@)' && cd ..; } | grep -v installed.libtextstyle; } …
89 +AC_ARG_WITH([installed-libtextstyle],
90 + [AS_HELP_STRING([--with-installed-libtextstyle],
91 + [Use an already installed libtextstyle.])],
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr-util/
H A Dconfigfix.patch11 - if test "$location" = "installed"; then
26 - if test "$location" = "installed"; then
35 - # installed and the LA_FILE does not exist, assume to use -L/-l
36 - # (the LA_FILE may not have been installed). If we're building ourselves,
40 - elif test "$location" = "installed"; then
/OK3568_Linux_fs/buildroot/package/libffi/
H A D0001-Fix-installation-location-of-libffi.patch10 cases, toolexeclib libraries will be installed in /usr/lib, so it
13 However, with multilib toolchains, they get installed in a
16 library gets installed in /usr/lib/te500mc/. This is due to the
25 Once the library is installed in /usr/lib/te500mc/, nothing works
31 library is always installed in /usr/lib.
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/
H A D0002-apr-Remove-workdir-path-references-from-installed-ap.patch4 Subject: [PATCH] apr: Remove workdir path references from installed apr files
29 - if test "$location" = "installed"; then
46 - if test "$location" = "installed"; then
59 # installed and the LA_FILE does not exist, assume to use -L/-l
60 # (the LA_FILE may not have been installed). If we're building ourselves,
64 - elif test "$location" = "installed"; then
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A Dpkgconfig.patch18 -AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)],
20 -AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (opti…
67 -dnl Now check if the installed SDL is sufficiently new. (Also sanity
140 - echo "*** The sdl-config script installed by SDL could not be found"
141 - echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
165 - echo "*** to the installed location Also, make sure you have run ldconfig if that"
168 - echo "*** If you have an old version installed, it is best to remove it, although"
171 - echo "*** exact error that occured. This usually means SDL was incorrectly installed"
172 - echo "*** or that you have moved SDL since it was installed. In the latter case, you"
/OK3568_Linux_fs/buildroot/support/libtool/
H A Dbuildroot-libtool-v2.4.patch16 # are installed into $libdir/../bin (currently, that works fine)
72 if test "$installed" = no; then
80 # Replace all uninstalled libtool libraries with the installed ones
83 + # Replacing uninstalled with installed can easily break crosscompilation,
84 + # since the installed path is generally the wrong architecture. -CL
H A Dbuildroot-libtool-v1.5.patch56 if test "$installed" = no; then
64 # Replace all uninstalled libtool libraries with the installed ones
67 + # Replacing uninstalled with installed can easily break crosscompilation,
68 + # since the installed path is generally the wrong architecture. -CL
76 # are installed into $libdir/../bin (currently, that works fine)
H A Dbuildroot-libtool-v2.4.4.patch21 # are installed into $libdir/../bin (currently, that works fine)
78 if test no = "$installed"; then
86 # Replace all uninstalled libtool libraries with the installed ones
89 + # Replacing uninstalled with installed can easily break crosscompilation,
90 + # since the installed path is generally the wrong architecture. -CL
H A Dbuildroot-libtool-v2.2.patch16 # are installed into $libdir/../bin (currently, that works fine)
89 if test "$installed" = no; then
97 # Replace all uninstalled libtool libraries with the installed ones
100 + # Replacing uninstalled with installed can easily break crosscompilation,
101 + # since the installed path is generally the wrong architecture. -CL
/OK3568_Linux_fs/external/xserver/
H A Ddevbook.am5 # noinst_DATA: developers docs are not installed
11 # This makefile is intended for Developers Documentation and is not installed.
12 # Do not use for Users docs or Specs which need to be installed and require olink support
17 # Developers documnetation is not installed
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/
H A Dlibxml-m4-use-pkgconfig.patch47 - [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
50 - [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
90 -dnl Now check if the installed libxml is sufficiently new.
159 - printf("*** If you have already installed a sufficiently new version, this error\n");
183 - echo "*** The xml2-config script installed by LIBXML could not be found"
184 - echo "*** If libxml was installed in PREFIX, make sure PREFIX/bin is in"
203 - echo "*** to the installed location Also, make sure you have run ldconfig if that"
206 - echo "*** If you have an old version installed, it is best to remove it, although"
209 - echo "*** exact error that occurred. This usually means LIBXML was incorrectly installed"
210 - echo "*** or that you have moved LIBXML since it was installed. In the latter case, you"
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dsigio.c186 int installed = FALSE; in xf86InstallSIGIOHandler() local
207 installed = TRUE; in xf86InstallSIGIOHandler()
213 if (!installed && isastream(fd)) { in xf86InstallSIGIOHandler()
219 installed = TRUE; in xf86InstallSIGIOHandler()
223 if (!installed) { in xf86InstallSIGIOHandler()
/OK3568_Linux_fs/buildroot/package/madplay/
H A D0003-configure-ac-use-pkg-config-to-find-id3tag.patch9 *** environment variable to specify its installed location, e.g. -L<dir>.])
17 *** If libid3tag is already installed, you may need to use the LDFLAGS
18 *** environment variable to specify its installed location, e.g. -L<dir>.])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/liblockfile/liblockfile/
H A Dliblockfile-fix-install-so-to-man-dir.patch4 Subject: [PATCH] Makefile.in: define dotlockfile.1 installed to man
6 Explicitly define dotlockfile.1 installed to man
7 dir to avoid nfslock.so.0.1 is installed into man
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dusing.rst31 The installed Standard SDK consists of several files and directories.
35 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
90 The SDK and toolchains are self-contained and by default are installed
123 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
124 section for more details on the resulting directory structure of the installed
130 Once you have the SDK installed, you must run the SDK environment setup
132 the directory you chose when you installed the SDK, which is either the
140 commands set the working directory to where the SDK was installed and
149 ":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnome-desktop-testing/
H A Dgnome-desktop-testing_2021.1.bb1 SUMMARY = "Test runner for GNOME-style installed tests"
2 DESCRIPTION = "Runner provides an execution harness for GNOME installed tests. \
4 installed and packaged, and complement rather than replace build-time \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gjs/gjs/
H A D0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch4 Subject: [PATCH] meson.build: Do not add dir installed-tests when
25 -subdir('installed-tests')
27 + subdir('installed-tests')
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dsystem-state.rst17 done by the already installed livepatches.
33 already installed livepatches.
63 already installed livepatches.
77 already installed livepatches.
116 are already provided by previously installed livepatches.
162 Therefore it does not need to care about any previously installed
167 has to handle the state of the previously installed livepatches.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A DglmConfigVersion.cmake.in3 # to create a version-file which can be installed along a config.cmake file.
21 # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
26 # check that the installed version has the same 32/64bit-ness as the one which is currently searchi…

12345678910>>...34