Home
last modified time | relevance | path

Searched +full:meta +full:- +full:perl (Results 1 – 25 of 128) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/packagegroups/
H A Dpackagegroup-meta-perl.bb1 SUMMARY = "Meta-perl packagegroup"
7 packagegroup-meta-perl \
8 packagegroup-meta-perl-extended \
9 …${@bb.utils.contains("DISTRO_FEATURES", "ptest", "packagegroup-meta-perl-ptest-packages", "", d)} \
12 RDEPENDS:packagegroup-meta-perl = "\
14 libalgorithm-diff-perl \
15 libauthen-sasl-perl \
16 libauthen-radius-perl \
17 libcapture-tiny-perl \
18 libcgi-perl \
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/
H A DREADME.md1 meta-perl chapter
3 This layer provides commonly-used perl related recipes such as perl libraries
4 in the Comprehensive Perl Archive Network.
7 -----------------
12 -- libdbi-perl --
13 The DBI is a database access module for the Perl programming language.
17 |<- Scope of DBI ->|
18 .-. .--------------. .-------------.
19 .-------. | |---| XYZ Driver |---| XYZ Engine |
20 | Perl | | | `--------------' `-------------'
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/conf/include/
H A Dptest-packagelists-meta-perl.inc2 # Lists of the ptest in meta-perl, sorted into two sets by the time they take
5 # A first pass at getting all meta-perl recipes which inherit ptest
6 …_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-perl --inherits ptest --b…
10 libcapture-tiny-perl \
11 libcgi-perl \
12 libcrypt-openssl-random-perl \
13 libdigest-hmac-perl \
14 liberror-perl \
15 libextutils-config-perl \
16 libextutils-installpaths-perl \
[all …]
H A Dnon-repro-meta-perl.inc1 # List of known non-reproducible package of the meta-perl layer
4 libencode-perl-src \
5 libhtml-tree-perl \
6 libhtml-tree-perl-doc \
7 libmodule-build-tiny-perl \
9 po4a-doc \
/openbmc/openbmc/meta-security/conf/
H A Dlayer.conf4 # We have recipes-* directories, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
14 LAYERDEPENDS_security = "core openembedded-layer"
17 perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bb \
18 perl-layer:${LAYERDIR}/dynamic-layers/meta-perl/recipes-*/*/*.bbappend \
19 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
20 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
21 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
22 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/
H A Dmeta-perl-image-ptest-all.bb1 DESCRIPTION = "Recipe to trigger execution of all meta-perl ptest images."
9 require conf/include/ptest-packagelists-meta-perl.inc
15 do_testimage[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar(…
17 do_build[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_…
H A Dmeta-perl-image-all.bb1 require recipes-core/images/core-image-base.bb
3 SUMMARY = "meta-perl build test image"
5 IMAGE_INSTALL += "packagegroup-meta-perl packagegroup-meta-perl-extended"
H A Dmeta-perl-image-ptest-fast.bb1 require meta-perl-image-ptest-all.bb
3 DESCRIPTION = "Recipe to trigger execution of all fast meta-perl ptest images."
/openbmc/openbmc/poky/meta/recipes-devtools/perl/
H A Dlibmodule-build-perl_0.4234.bb1 SUMMARY = "Module::Build - Build and install Perl modules"
2 DESCRIPTION = "Many Perl distributions use a Build.PL file instead of a \
5 build system. This module provides a simple, lightweight, drop-in replacement. \
11 HOMEPAGE = "https://metacpan.org/release/Module-Build"
13 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
16 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-${PV}.tar.gz \
17 file://run-ptest \
21 S = "${WORKDIR}/Module-Build-${PV}"
23 inherit cpan_build ptest-perl
26 # https://github.com/rehsack/meta-cpan/blob/master/recipes-devel/module-build-perl/module-build-per…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/
H A Dopenldap_2.6.9.bb4 # The OpenLDAP Public License - see the HOMEPAGE - defines
17 SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${BP}.tgz \
20 file://remove-user-host-pwd-from-version.patch \
21 file://0001-build-top.mk-unset-STRIP_OPTS.patch \
26 DEPENDS = "util-linux groff-native"
28 inherit autotools-brokensep update-rc.d systemd pkgconfig
39 EXTRA_OECONF += "--with-yielding-select=yes"
41 EXTRA_OECONF += "--enable-dynamic"
44 mdb ldap meta null passwd proxycache dnssrv \
47 #--with-tls with TLS/SSL support auto|openssl|gnutls [auto]
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.4.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 .. _migration-2.4-memory-resident-mode:
12 --------------------
16 ``oe-init-build-env-memres``). Now you only need to set
19 between invocations. The ``oe-init-build-env-memres`` script has been
22 .. _migration-2.4-packaging-changes:
25 -----------------
30 - ``python3`` Changes:
32 - The main "python3" package now brings in all of the standard
35 wish to install a subset of Python 3, specify ``python-core`` plus
[all …]
H A Dmigration-5.2.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
3 .. |yocto-codename| replace:: walnascar
4 .. |yocto-ver| replace:: 5.2
6 value of |yocto-ver| above.
8 Release |yocto-ver| (|yocto-codename|)
11 Migration notes for |yocto-ver| (|yocto-codename|)
12 --------------------------------------------------
15 Project |yocto-ver| Release (codename "|yocto-codename|") from the prior release.
17 ``debug-tweaks`` removed from :term:`IMAGE_FEATURES`
20 The ``debug-tweaks`` image feature is now removed because it was too vague about
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dexiftool_12.89.bb2 …ION = "ExifTool is a platform-independent Perl library plus a command-line application for reading…
5 LICENSE = "GPL-3.0-only"
6 LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb4948…
16 perl \
17 perl-module-list-util \
18 perl-module-overload \
19 perl-module-file-glob \
20 perl-module-scalar-util \
21 perl-module-compress-zlib \
H A Dlibio-pty-perl_1.20.bb1 SUMMARY = "Perl module for pseudo tty IO"
3 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
4 LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587"
6 SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
10 S = "${WORKDIR}/IO-Tty-${PV}"
12 inherit cpan ptest-perl
15 perl-module-carp \
16 perl-module-exporter \
17 perl-module-io-handle \
18 perl-module-posix \
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/
H A Dlibmime-types-perl_2.26.bb1 SUMMARY = "MIME::Types - Definition of MIME types"
3 as part of e-mail and HTTP traffic, to indicate the type of content which \
4 is transmitted. Sometimes real knowledge about a mime-type is need.\
8 HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.26"
11 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12 LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
14 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
15 file://run-ptest \
19 S = "${WORKDIR}/MIME-Types-${PV}"
24 perl-module-base \
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmodule/
H A Dlibmodule-build-tiny-perl_0.048.bb1 SUMMARY = "Module::Build::Tiny - A tiny replacement for Module::Build"
2 DESCRIPTION = "Many Perl distributions use a Build.PL file instead of a \
5 build system. This module provides a simple, lightweight, drop-in replacement. \
10 HOMEPAGE = "https://metacpan.org/release/LEONT/Module-Build-Tiny-0.048"
12 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
15 DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libextutils-installpaths-…
17 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz"
20 S = "${WORKDIR}/Module-Build-Tiny-${PV}"
22 inherit cpan_build ptest-perl
25 sed -i \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/conf/
H A Dlayer.conf15 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
17 BBFILE_COLLECTIONS += "openembedded-layer"
18 BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
24 BBFILE_PRIORITY_openembedded-layer = "5"
29 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
30 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \
31 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bb \
32 multimedia-layer:${LAYERDIR}/dynamic-layers/multimedia-layer/recipes-*/*/*.bbappend \
33 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
34 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-socket-ssl-perl_2.089.bb1 SUMMARY = "Perl library for transparent SSL"
2 DESCRIPTION = "This module is a true drop-in replacement for IO::Socket::INET that \
5 needs to write a full-featured SSL client or server application: \
9 HOMEPAGE = "https://metacpan.org/dist/IO-Socket-SSL"
12 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13 LIC_FILES_CHKSUM = "file://META.yml;beginline=12;endline=12;md5=963ce28228347875ace682de56eef8e8"
16 libmozilla-ca-perl \
17 libnet-ssleay-perl \
18 perl-module-autoloader \
19 perl-module-io-socket \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb1 SUMMARY = "Meta-oe ptest packagegroups"
8 packagegroup-meta-oe \
9 packagegroup-meta-oe-benchmarks \
10 packagegroup-meta-oe-bsp \
11 packagegroup-meta-oe-connectivity \
12 packagegroup-meta-oe-core \
13 packagegroup-meta-oe-crypto \
14 packagegroup-meta-oe-dbs \
15 packagegroup-meta-oe-devtools \
16 packagegroup-meta-oe-extended \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/
H A Dptest-packagelists-meta-oe.inc2 # Lists of the ptest in meta-oe, sorted into two sets by the time they take
5 # A first pass at getting all meta-oe recipes which inherit ptest
6 …e_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-oe --inherits ptest --ba…
23 libio-pty-perl \
29 libxml++-5.0 \
32 microsoft-gsl \
35 nlohmann-json \
42 sdbus-c++ \
50 PTESTS_FAST_META_OE:append:x86-64 = " mcelog"
52 PTESTS_FAST_META_OE:remove:libc-musl = "minicoredumper"
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/
H A Dlibauthen-radius-perl_0.22.bb1 SUMMARY = "Authen::Radius - provide simple Radius client facilities"
10 LICENSE = "Artistic-2.0"
13 DEPENDS = "perl"
15 SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MANOWAR/RadiusPerl-${PV}.tar.gz \
16 file://test.pl-adjust-for-ptest.patch \
17 file://run-ptest \
21 S = "${WORKDIR}/Authen-Radius-${PV}"
26 install -m 0755 ${S}/test.pl ${D}${PTEST_PATH}
30 libdata-hexdump-perl \
31 perl-module-digest-md5 \
[all …]
/openbmc/openbmc/meta-security/
H A DREADME.md1 Master-next:
2 …s://gitlab.com/akuster/meta-security/badges/master-next/pipeline.svg)](https://gitlab.com/akuster/
4 …tatus](https://gitlab.com/akuster/meta-security/badges/master/pipeline.svg)](https://gitlab.com/ak…
6 Meta-security
9 The bbappend files for some recipes (e.g. linux-yocto) in this layer need
15 If meta-security is included, but security is not enabled as a
18 You have included the meta-security layer, but
35 URI: git://git.openembedded.org/openembedded-core
38 URI: git://git.openembedded.org/meta-openembedded/meta-oe
47 Assuming the security layer exists at the top-level of your
[all …]
/openbmc/openbmc/poky/meta/recipes-support/dos2unix/
H A Ddos2unix_7.5.2.bb8 LICENSE = "BSD-2-Clause"
12 UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
20 # The dos2unix NLS relies on po4a-native, while po4a recipe is
21 # provided by meta-perl layer, so make it optional here, you
22 # need have meta-perl in bblayers.conf before enabling nls in
25 PACKAGECONFIG[nls] = "ENABLE_NLS=1,ENABLE_NLS=,po4a-native"
28 EXTRA_OEMAKE:class-native = "ENABLE_NLS="
/openbmc/openbmc/meta-openpower/recipes-phosphor/occ/
H A Dopenpower-occ-control-config-mrw-native.bb3 LICENSE = "Apache-2.0"
4 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd…
6 inherit openpower-occ-control
7 inherit mrw-xml
10 PROVIDES += "virtual/openpower-occ-control-config-native"
11 DEPENDS += "mrw-native mrw-perl-tools-native"
15 install -d ${YAML_DEST}/
16 ${STAGING_BINDIR_NATIVE}/perl-native/perl \
18 -i ${mrw_datadir}/${MRW_XML} \
19 -o ${YAML_DEST}/occ_sensor.yaml
/openbmc/openbmc/meta-phosphor/recipes-phosphor/logging/
H A Dphosphor-logging-callouts-mrw-native.bb1 SUMMARY = "Generated callout information for phosphor-logging"
2 LICENSE = "Apache-2.0"
3 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd…
5 mrw-native \
6 mrw-perl-tools-native \
8 PROVIDES += "virtual/phosphor-logging-callouts"
14 inherit phosphor-logging
15 inherit mrw-xml
20 install -d ${DEST}
21 ${bindir}/perl-native/perl \
[all …]

123456