/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.2.1/ |
H A D | gpg-error_pkconf.patch | 7 the gpg-error recipe for gpg-error.pc generation. 17 diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 19 --- a/m4/gpg-error.m4 20 +++ b/m4/gpg-error.m4 38 - AC_ARG_WITH(gpg-error-prefix,, 47 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then 48 - GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config" 60 - AC_PATH_PROG(GPG_ERROR_CONFIG, gpg-error-config, no) 129 - if $GPGRT_CONFIG gpg-error >/dev/null 2>&1; then 130 - GPG_ERROR_CONFIG="$GPGRT_CONFIG gpg-error" [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/ |
H A D | opkg-keyrings_1.0.bb | 7 # 1) In a .bbappend, add .gpg and/or .asc files to SRC_URI and install them to 9 # files should not be named 'key-$name.gpg' to ensure they don't conflict 14 # each name, 'gpg --export $name' will be ran to export the public key to a 15 # file named 'key-$name.gpg'. The public key must therefore be in the gpg 22 gpg --export ${name} > ${B}/key-${name}.gpg 29 install -m 0644 ${B}/key-${name}.gpg ${D}${datadir}/opkg/keyrings/
|
H A D | opkg_0.6.3.bb | 36 PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,\ 38 ${@ "gnupg" if ("native" in d.getVar("PN")) else "gnupg-gpg"}\
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/ |
H A D | gnupg_2.4.5.bb | 34 --enable-gpg-is-gpg2 \ 40 # A minimal package containing just enough to run gpg+gpgagent (E.g. use gpgme in opkg) 41 PACKAGES =+ "${PN}-gpg" 42 FILES:${PN}-gpg = " \ 43 ${bindir}/gpg \ 45 ${bindir}/gpg-agent \ 48 # Normal package (gnupg) should depend on minimal package (gnupg-gpg) 52 RDEPENDS:${PN} += "${@ "" if ("native" in d.getVar("PN")) else (d.getVar("PN") + "-gpg")}" 58 rm -f ${S}/m4/gpg-error.m4 65 ln -sf gpg2 ${D}${bindir}/gpg [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/ |
H A D | pkgconfig.patch | 20 diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 22 --- a/src/gpg-error.m4 23 +++ b/src/gpg-error.m4 26 dnl Find gpg-error-config, for backward compatibility 39 - dnl Accept --with-gpg-error-prefix and make it work the same as 42 - AC_ARG_WITH(gpg-error-prefix,, 51 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then 52 - GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config" 64 - AC_PATH_PROG(GPG_ERROR_CONFIG, gpg-error-config, no) 139 - if $GPGRT_CONFIG gpg-error >/dev/null 2>&1; then [all …]
|
H A D | 0001-Do-not-fail-when-testing-config-scripts.patch | 20 @@ -324,6 +324,5 @@ gpg-error-config: gpgrt-config gpg-error-config-old gpg-error-config-test.sh 23 echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \ 26 cp gpg-error-config-old $@
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/ |
H A D | google-key.bb | 9 RDEPENDS:${PN} += "gnupg-gpg" 12 file://platforms_gbmc_bringup.gpg \ 13 file://platforms_gbmc_secure.gpg \ 20 install -m 0644 ${WORKDIR}/platforms_gbmc_secure.gpg ${D}${datadir}/google-key/prod.key 21 install -m 0644 ${WORKDIR}/platforms_gbmc_bringup.gpg ${D}${datadir}/google-key/dev.key
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/ |
H A D | verify-bmc-image.sh | 53 gpg() { function 54 command gpg --batch --allow-non-selfsigned-uid --no-tty "$@" 57 gpg --import "/usr/share/google-key/$1.key" 64 gpg --verify --ignore-time-conflict "$sig_file" "$image_file"
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
H A D | 0001-configure.ac-use-a-custom-value-for-the-location-of-.patch | 5 gpg-agent socket in the filesystem 7 This should avoid clashes with the host gpg-agent observed on autobuilders. 24 -AC_DEFINE_UNQUOTED(GPG_AGENT_SOCK_NAME, "S.gpg-agent", 25 +AC_DEFINE_UNQUOTED(GPG_AGENT_SOCK_NAME, "S.gpg-agent.yocto-native", 27 AC_DEFINE_UNQUOTED(GPG_AGENT_EXTRA_SOCK_NAME, "S.gpg-agent.extra",
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch | 4 Subject: [PATCH] gpgme/lang/python: gpg-error-config should not be used 6 gpg-error-config was modified by OE to always return an error. 32 - 'gpg-error.h', ge_cflags.split(' ') if ge_cflags else []) 33 + "gpg-error.h", os.environ.get('CFLAGS').split())
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | signing-keys.bb | 17 FILES:${PN}-rpm = "${sysconfdir}/pki/rpm-gpg" 18 FILES:${PN}-ipk = "${sysconfdir}/pki/ipk-gpg" 19 FILES:${PN}-packagefeed = "${sysconfdir}/pki/packagefeed-gpg" 50 …install -D -m 0644 "${B}/rpm-key" "${D}${sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-${DISTRO}-${DISTRO_CO… 53 …install -D -m 0644 "${B}/ipk-key" "${D}${sysconfdir}/pki/ipk-gpg/IPK-GPG-KEY-${DISTRO}-${DISTRO_CO… 56 …install -D -m 0644 "${B}/pf-key" "${D}${sysconfdir}/pki/packagefeed-gpg/PACKAGEFEED-GPG-KEY-${DIST…
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/ |
H A D | gpgme_1.23.2.bb | 16 file://0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch \ 34 RDEPENDS:python3-gpg += "python3-unixadmin" 52 --disable-gpg-test \ 64 PACKAGES =+ "${PN}-cpp python3-gpg" 67 FILES:python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*" 75 rm -f ${S}/m4/gpg-error.m4
|
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/ |
H A D | libgpg-error_1.48.bb | 9 … file://src/gpg-error.h.in;beginline=2;endline=18;md5=20f4cf5d81ea2fad18f6297500018654 \ 25 BINCONFIG = "${bindir}/gpg-error-config" 38 oe_multilib_header gpg-error.h gpgrt.h 50 FILES:${PN}-dev += "${bindir}/gpg-error"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/libjcat/ |
H A D | libjcat_0.2.1.bb | 20 gpg \ 24 PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme" 33 ${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | maintainer-pgp-guide.rst | 465 gpg/card> admin 467 gpg/card> passwd 512 gpg> 517 da ``gpg>``. 523 gpg> key 1 532 gpg> keytocard 545 gpg> key 1 546 gpg> key 2 547 gpg> keytocard 557 gpg> q [all …]
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 445 $ gpg --card-edit 447 gpg/card> admin 449 gpg/card> passwd 492 gpg> 502 gpg> key 1 511 gpg> keytocard 524 gpg> key 1 525 gpg> key 2 526 gpg> keytocard 537 gpg> q [all …]
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | cpa-test.c | 45 long lpg, gpg, spg, exec; member 54 s->lpg = s->gpg = s->spg = s->exec = 0; in print_split() 70 s->gpg++; in print_split() 96 s->spg, s->lpg, s->gpg, s->exec, in print_split() 101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
|
/openbmc/linux/Documentation/translations/zh_CN/maintainer/ |
H A D | configure-git.rst | 31 [gpg] 34 你可能也需要告诉 ``gpg`` 去使用哪个 ``tty`` (添加到你的shell rc文件中)::
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | s3c64xx-pinctrl.dtsi | 59 gpg: gpg-gpio-bank { label 238 samsung,pins = "gpg-1"; 244 samsung,pins = "gpg-0"; 250 samsung,pins = "gpg-2"; 256 samsung,pins = "gpg-2", "gpg-3", "gpg-4", "gpg-5"; 262 samsung,pins = "gpg-6"; 299 samsung,pins = "gpg-6";
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | sign_ipk.bbclass | 19 # Optional variable for specifying the type of gpg signatures, can be: 23 # Optional variable for specifying the gpg binary/wrapper to use for
|
H A D | sign_package_feed.bbclass | 20 # Optional variable for specifying the type of gpg signature, can be: 26 # Optional variable for specifying the gpg binary/wrapper to use for
|
H A D | sign_rpm.bbclass | 26 # Optional variable for specifying the gpg binary/wrapper to use for 29 # Optional variable indicating the number of packages used per gpg
|
/openbmc/openbmc/poky/meta/recipes-support/libgcrypt/ |
H A D | libgcrypt_1.10.3.bb | 26 file://no-native-gpg-error.patch \ 44 rm -f ${S}/m4/gpg-error.m4
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-gnupg_0.5.2.bb | 12 gnupg-gpg \
|
/openbmc/linux/Documentation/maintainer/ |
H A D | configure-git.rst | 24 [gpg] 27 You may also like to tell ``gpg`` which ``tty`` to use (add to your shell
|