Home
last modified time | relevance | path

Searched refs:symlinks (Results 1 – 25 of 151) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/packagegroups/
H A Dpackagegroup-sdk-target.bb10 RDEPENDS:${PN} = "gcc-symlinks g++-symlinks cpp cpp-symlinks \
11 binutils-symlinks \
26 RRECOMMENDS:${PN} = " g77-symlinks gfortran-symlinks"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-buildessential.bb17 binutils-symlinks \
19 cpp-symlinks \
21 gcc-symlinks \
23 g++-symlinks \
H A Dpackagegroup-self-hosted.bb66 binutils-symlinks \
70 cpp-symlinks \
75 g++-symlinks \
77 gcc-symlinks \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-target.inc32 ${PN} ${PN}-plugins ${PN}-symlinks \
33 g++ g++-symlinks \
34 cpp cpp-symlinks \
35 g77 g77-symlinks \
36 gfortran gfortran-symlinks \
37 gcov gcov-symlinks \
72 FILES:${PN}-symlinks = "\
87 FILES:g77-symlinks = "\
104 FILES:gfortran-symlinks = "\
112 FILES:cpp-symlinks = "${bindir}/cpp"
[all …]
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A DMakefile5 symlinks := $(patsubst $(srctree)/$(src)/%,%,$(wildcard $(srctree)/$(src)/*.py)) macro
10 extra-y += $(symlinks)
11 $(addprefix $(obj)/, $(symlinks)): FORCE
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dbuildtools-extended-tarball.bb14 nativesdk-binutils-symlinks \
16 nativesdk-cpp-symlinks \
18 nativesdk-gcc-symlinks \
20 nativesdk-g++-symlinks \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch4 Subject: Don't follow symlinks unless --follow-symlinks is given
7 append_to_file): Unless the --follow-symlinks option is given, open files with
8 the O_NOFOLLOW flag to avoid following symlinks. So far, we were only doing
11 with O_CREAT | O_EXCL to avoid following symlinks in that case as well.
/OK3568_Linux_fs/buildroot/package/patch/
H A D0005-Don-t-follow-symlinks-unless--follow-symlinks-is-given.patch4 Subject: Don't follow symlinks unless --follow-symlinks is given
7 append_to_file): Unless the --follow-symlinks option is given, open files with
8 the O_NOFOLLOW flag to avoid following symlinks. So far, we were only doing
11 with O_CREAT | O_EXCL to avoid following symlinks in that case as well.
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dmkusers231 sed -i --follow-symlinks -e '/^'"${group}"':.*/d;' "${GROUP}"
236 sed -i --follow-symlinks -e '/^'"${group}"':.*/d;' "${GSHADOW}"
275 sed -r -i --follow-symlinks \
316 sed -r -i --follow-symlinks -e '/^'"${username}"':.*/d;' "${_f}"
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-consumer5 The /sys/devices/.../consumer:<consumer> are symlinks to device
8 bus:device name. There can be zero or more of these symlinks
H A Dsysfs-devices-supplier5 The /sys/devices/.../supplier:<supplier> are symlinks to device
8 bus:device name. There can be zero or more of these symlinks
H A Dsysfs-class8 of either subdirectories, or symlinks to other
12 to handle both subdirectories or symlinks in order to
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/update-rc.d/
H A Dupdate-rc.d_0.8.bb1 SUMMARY = "manage symlinks in /etc/rcN.d"
3 DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts i…
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch18 for broken symlinks; laccess() on a broken symlink will succeed with
22 clear if or why it needs to return success for broken symlinks. Maybe
54 + behaviour for broken symlinks; laccess() on a broken symlink will succeed
58 + or why it needs to return success for broken symlinks. Maybe just historical
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch18 for broken symlinks; laccess() on a broken symlink will succeed with
22 clear if or why it needs to return success for broken symlinks. Maybe
52 + behaviour for broken symlinks; laccess() on a broken symlink will succeed
56 + or why it needs to return success for broken symlinks. Maybe just historical
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dconfigure.ac141 dnl Check if we want to create symlinks
142 AC_ARG_ENABLE([symlinks], optenable
143 AS_HELP_STRING([--enable-symlinks], [Create soxi/play/rec links (YES/no)]))
148 SOX_REPORT([build], [symlinks], [${SYMLINKS:-none}])
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0003-update-ca-certificates-use-relative-symlinks-from-ET.patch4 Subject: [PATCH] update-ca-certificates: use relative symlinks from
10 update-ca-certificates symlinks (trusted) certificates
16 symlinks into $CERTSDIR or $LOCALCERTSDIR at the moment.
/OK3568_Linux_fs/buildroot/package/dosfstools/
H A Ddosfstools.mk12 DOSFSTOOLS_CONF_OPTS = --enable-compat-symlinks --exec-prefix=/
13 HOST_DOSFSTOOLS_CONF_OPTS = --enable-compat-symlinks
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqt5-creator_git.bb91 gcc-symlinks g++-symlinks cpp-symlinks \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A De8b56ebd536e82b15542a00c888109471936bfda.patch4 Subject: [PATCH] chmod: fix exit status when ignoring symlinks
76 +# This operation ignores symlinks but should succeed.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-pycparser_2.21.bb20 cpp-symlinks \
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dicecc.bbclass3 # Stages directories with symlinks from gcc/g++ to icecc, for both
256 # have ccache enabled by default using symlinks PATH, meaning ccache
368 # Create symlinks to icecc and wrapper-scripts in the recipe-sysroot directory
369 mkdir -p $ICE_PATH/symlinks
376 ln -sf $ICECC_BIN $ICE_PATH/symlinks/$compiler
383 $ICE_PATH/symlinks/$compiler "\$@"
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dpath-lookup.rst9 - <https://lwn.net/Articles/650786/> A walk among the symlinks
27 the early parts of the analysis we will divide off symlinks - leaving
28 them until the final part. Well before we get to symlinks we have
840 automount point is found, or in a couple of cases involving symlinks.
938 A walk among the symlinks
944 symlinks and lead to the special care needed for the final component.
952 appear in a path prior to the final component: directories and symlinks.
975 There are two reasons for placing limits on how many symlinks can
996 at most 40 symlinks in any one path lookup. It previously imposed a
1003 symlinks. In many cases this will be sufficient. If it isn't, a
[all …]
/OK3568_Linux_fs/buildroot/package/xz/
H A DConfig.in12 invoked via appropriate symlinks will emulate the behavior
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A D0002-src-global.c-Remove-superfluous-declaration-of-progr.patch24 dereferencing of symlinks is done for input files. */

1234567