Home
last modified time | relevance | path

Searched refs:SYSROOT (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0002-update-ca-certificates-use-SYSROOT.patch6 Subject: [PATCH 2/2] update-ca-certificates: use $SYSROOT
24 +CERTSCONF=$SYSROOT/etc/ca-certificates.conf
25 +CERTSDIR=$SYSROOT/usr/share/ca-certificates
26 +LOCALCERTSDIR=$SYSROOT/usr/local/share/ca-certificates
30 +ETCCERTSDIR=$SYSROOT/etc/ssl/certs
31 +HOOKSDIR=$SYSROOT/etc/ca-certificates/update.d
40 + if ! test -e "$PEM" || [ "$(readlink "$PEM")" != "${CERT##$SYSROOT}" ]
43 + ln -sf "${CERT##$SYSROOT}" "$PEM"
H A Ddefault-sysroot.patch3 update-ca-certificates: find SYSROOT relative to its own location
15 +if [ -z "$SYSROOT" ]; then
42 + SYSROOT=${prefix%/*}
43 + if [ ! -d "$SYSROOT/usr/share/ca-certificates" ]; then
44 + SYSROOT=
H A D0003-update-ca-certificates-use-relative-symlinks-from-ET.patch20 not into the $SYSROOT. This means:
28 because they all need to be taught about $SYSROOT, and
51 @@ -29,6 +29,7 @@ CERTSDIR=$SYSROOT/usr/share/ca-certificates
52 LOCALCERTSDIR=$SYSROOT/usr/local/share/ca-certificates
54 ETCCERTSDIR=$SYSROOT/etc/ssl/certs
56 HOOKSDIR=$SYSROOT/etc/ca-certificates/update.d
63 - if ! test -e "$PEM" || [ "$(readlink "$PEM")" != "${CERT##$SYSROOT}" ]
64 + DST="$(echo ${CERT} | sed -e "s|^$SYSROOT||" -e "s|^/|$FSROOT|" )"
67 - ln -sf "${CERT##$SYSROOT}" "$PEM"
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0001-Remove-Makefile.include-which-includes-hardcoded.patch54 -SYSROOT :=$(BUILDROOT)/output/host/usr/arm-unknown-linux-gnueabi/sysroot
61 -#SYSROOT :=$(TOOLCHAIN)/arm-bcm2708hardfp-linux-gnueabi/sysroot
62 -SYSROOT :=/opt/bcm-rootfs
71 -LD := $(TOOLCHAIN)/bin/$(HOST)-ld --sysroot=$(SYSROOT)
72 -CC := $(TOOLCHAIN)/bin/$(HOST)-gcc --sysroot=$(SYSROOT)
73 -CXX := $(TOOLCHAIN)/bin/$(HOST)-g++ --sysroot=$(SYSROOT)
83 -#INCLUDES += -isystem$(SDKSTAGE)/usr/include -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SYSROOT
84 -INCLUDES += -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SYSROOT)/usr/include -isystem$(SDKSTAGE)…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/
H A D0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch30 +ifneq ($(shell test -e $(SYSROOT)/usr/include/linux/signalfd.h && echo 1),)
35 +ifneq ($(shell test -n $(shell find $(SYSROOT)/usr/include -name "timerfd.h" | head -n1) && echo 1…
44 +ifneq ($(shell test -e $(SYSROOT)/usr/include/sys/eventfd.h && test -e $(SYSROOT)/usr/include/liba…
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/
H A Dca-certificates_20211016.bb20 file://0002-update-ca-certificates-use-SYSROOT.patch \
69 SYSROOT="$D" $D${sbindir}/update-ca-certificates
78 SYSROOT="${D}${SDKPATHNATIVE}" ${D}${sbindir}/update-ca-certificates
82 SYSROOT="${D}${base_prefix}" ${D}${sbindir}/update-ca-certificates
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch26 +COROSYNC:=$(shell [ -f $(SYSROOT)/usr/include/corosync/cmap.h ] || echo -DNO_COROSYNC)
27 +DLM:=$(shell [ -f $(SYSROOT)/usr/include/libdlm.h ] || echo -DNO_DLM)
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/
H A D0001-libgcrypt-fix-m4-file-for-oe-core.patch47 - case "${SYSROOT}" in
49 - if test -x "${SYSROOT}/bin/libgcrypt-config" ; then
50 - LIBGCRYPT_CONFIG="${SYSROOT}/bin/libgcrypt-config"
56 - AC_MSG_WARN([Ignoring \$SYSROOT as it is not an absolute path.])
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/
H A Dpkgconfig.patch49 - case "${SYSROOT}" in
51 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then
52 - GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config"
58 - AC_MSG_WARN([Ignoring \$SYSROOT as it is not an absolute path.])
161 -dnl searched in $SYSROOT/bin and then along $PATH. If the used
/openbmc/openbmc/poky/meta/classes/
H A Duseradd.bbclass24 SYSROOT=""
28 SYSROOT="$D"
41 export PSEUDO_PASSWD="$SYSROOT"
44 # If we're not doing a special SSTATE/SYSROOT install
63 perform_groupadd "$SYSROOT" "$OPT $opts"
79 perform_useradd "$SYSROOT" "$OPT $opts"
95 perform_groupmems "$SYSROOT" "$OPT $opts"
/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.2.1/
H A Dgpg-error_pkconf.patch45 - case "${SYSROOT}" in
47 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then
48 - GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config"
54 - AC_MSG_WARN([Ignoring \$SYSROOT as it is not an absolute path.])
/openbmc/openbmc/meta-google/recipes-google/test/
H A Dtest-sh.bb15 SYSROOT="$PKG_CONFIG_SYSROOT_DIR" bash test.sh || exit
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dnetwork-sh.bb17 SYSROOT="$PKG_CONFIG_SYSROOT_DIR" bash test.sh || exit
H A Dgbmc-ip-monitor.bb26 SYSROOT="$PKG_CONFIG_SYSROOT_DIR" bash gbmc-ip-monitor-test.sh || exit
/openbmc/linux/samples/hid/
H A DMakefile52 ifdef SYSROOT
53 TPROGS_CFLAGS += --sysroot=$(SYSROOT)
54 TPROGS_LDFLAGS := -L$(SYSROOT)/usr/lib
/openbmc/phosphor-psu-code-mgmt/vendor-example/
H A Dmeson.build3 # Setup OE SYSROOT
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl-mixer_1.2.12.bb31 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
/openbmc/inarp/
H A Dconfigure.ac32 [Path to the OE SDK SYSROOT])
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmeson.build3 # Setup OE SYSROOT
/openbmc/linux/samples/bpf/
H A DREADME.rst117 Or build samples with SYSROOT if some header or library is absent in toolchain,
121 make M=samples/bpf SYSROOT=~/some_sysroot
H A DMakefile184 ifdef SYSROOT
185 TPROGS_CFLAGS += --sysroot=$(SYSROOT)
186 TPROGS_LDFLAGS := -L$(SYSROOT)/usr/lib
/openbmc/phosphor-event/
H A Dconfigure.ac38 [Path to the OE SDK SYSROOT])
/openbmc/openpower-vpd-parser/test/
H A Dmeson.build2 # Setup OE SYSROOT
/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi/
H A Dnot-win32.patch11 $SYSROOT/usr/lib/../lib which then gets written all over the target sysroot.
/openbmc/btbridge/
H A Dconfigure.ac39 [Path to the OE SDK SYSROOT])

12