/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0002-update-ca-certificates-use-SYSROOT.patch | 6 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 D | default-sysroot.patch | 3 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 D | 0003-update-ca-certificates-use-relative-symlinks-from-ET.patch | 20 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 D | 0001-Remove-Makefile.include-which-includes-hardcoded.patch | 54 -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 D | 0001-Correct-the-path-of-header-files-check-in-Yocto-buil.patch | 30 +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 D | ca-certificates_20211016.bb | 20 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 D | 0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch | 26 +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 D | 0001-libgcrypt-fix-m4-file-for-oe-core.patch | 47 - 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 D | pkgconfig.patch | 49 - 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 D | useradd.bbclass | 24 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 D | gpg-error_pkconf.patch | 45 - 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 D | test-sh.bb | 15 SYSROOT="$PKG_CONFIG_SYSROOT_DIR" bash test.sh || exit
|
/openbmc/openbmc/meta-google/recipes-google/networking/ |
H A D | network-sh.bb | 17 SYSROOT="$PKG_CONFIG_SYSROOT_DIR" bash test.sh || exit
|
H A D | gbmc-ip-monitor.bb | 26 SYSROOT="$PKG_CONFIG_SYSROOT_DIR" bash gbmc-ip-monitor-test.sh || exit
|
/openbmc/linux/samples/hid/ |
H A D | Makefile | 52 ifdef SYSROOT 53 TPROGS_CFLAGS += --sysroot=$(SYSROOT) 54 TPROGS_LDFLAGS := -L$(SYSROOT)/usr/lib
|
/openbmc/phosphor-psu-code-mgmt/vendor-example/ |
H A D | meson.build | 3 # Setup OE SYSROOT
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
H A D | libsdl-mixer_1.2.12.bb | 31 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
|
/openbmc/inarp/ |
H A D | configure.ac | 32 [Path to the OE SDK SYSROOT])
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | meson.build | 3 # Setup OE SYSROOT
|
/openbmc/linux/samples/bpf/ |
H A D | README.rst | 117 Or build samples with SYSROOT if some header or library is absent in toolchain, 121 make M=samples/bpf SYSROOT=~/some_sysroot
|
H A D | Makefile | 184 ifdef SYSROOT 185 TPROGS_CFLAGS += --sysroot=$(SYSROOT) 186 TPROGS_LDFLAGS := -L$(SYSROOT)/usr/lib
|
/openbmc/phosphor-event/ |
H A D | configure.ac | 38 [Path to the OE SDK SYSROOT])
|
/openbmc/openpower-vpd-parser/test/ |
H A D | meson.build | 2 # Setup OE SYSROOT
|
/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi/ |
H A D | not-win32.patch | 11 $SYSROOT/usr/lib/../lib which then gets written all over the target sysroot.
|
/openbmc/btbridge/ |
H A D | configure.ac | 39 [Path to the OE SDK SYSROOT])
|