Home
last modified time | relevance | path

Searched refs:PL (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dboot_mode.c19 PL, enumerator
151 else if (boot_mode[PL] != -EINVAL) in rockchip_get_boot_mode()
152 return boot_mode[PL]; in rockchip_get_boot_mode()
182 boot_mode[PL] = BOOT_MODE_NORMAL; in rockchip_get_boot_mode()
187 boot_mode[PL] = BOOT_MODE_RECOVERY; in rockchip_get_boot_mode()
192 boot_mode[PL] = BOOT_MODE_UMS; in rockchip_get_boot_mode()
197 boot_mode[PL] = BOOT_MODE_CHARGING; in rockchip_get_boot_mode()
202 boot_mode[PL] = BOOT_MODE_PANIC; in rockchip_get_boot_mode()
206 boot_mode[PL] = BOOT_MODE_WATCHDOG; in rockchip_get_boot_mode()
210 boot_mode[PL] = BOOT_MODE_QUIESCENT; in rockchip_get_boot_mode()
[all …]
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-perl.mk70 cd $$($$(PKG)_SRCDIR) && if [ -f Build.PL ] && [ $$($(2)_PREFER_INSTALLER) != "EUMM" ] ; then \
73 $$(PERL_RUN) Build.PL \
96 $$(PERL_RUN) Makefile.PL \
121 cd $$($$(PKG)_SRCDIR) && if [ -f Build.PL ] && [ $$($(2)_PREFER_INSTALLER) != "EUMM" ] ; then \
124 $$(PERL_RUN) Build.PL \
130 $$(PERL_RUN) Makefile.PL \
147 cd $$($$(PKG)_SRCDIR) && if [ -f Build.PL ] && [ $$($(2)_PREFER_INSTALLER) != "EUMM" ] ; then \
159 cd $$($$(PKG)_SRCDIR) && if [ -f Build.PL ] && [ $$($(2)_PREFER_INSTALLER) != "EUMM" ] ; then \
174 cd $$($$(PKG)_SRCDIR) && if [ -f Build.PL ] && [ $$($(2)_PREFER_INSTALLER) != "EUMM" ] ; then \
188 cd $$($$(PKG)_SRCDIR) && if [ -f Build.PL ] && [ $$($(2)_PREFER_INSTALLER) != "EUMM" ] ; then \
/OK3568_Linux_fs/buildroot/package/perl-gd/
H A D0001-Makefile.PL-fix-cross-compilation-with-gdlib.pc.patch4 Subject: [PATCH] Makefile.PL: fix cross-compilation with gdlib.pc
7 Indeed, if cflags is empty, Makefile.PL will use the default value for
16 Makefile.PL | 2 +-
19 diff --git a/Makefile.PL b/Makefile.PL
21 --- a/Makefile.PL
22 +++ b/Makefile.PL
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Ddisable-libxml2-check.patch11 Makefile.PL | 52 ++++++++++++++++++++++++++--------------------------
14 diff --git a/Makefile.PL b/Makefile.PL
16 --- a/Makefile.PL
17 +++ b/Makefile.PL
41 -Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
43 -failed or why Makefile.PL was not able to compile a test program.
67 +#Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
69 +#failed or why Makefile.PL was not able to compile a test program.
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu-stats.c173 #define PL(X) \ in percpu_stats_show() macro
180 PL(unit_size); in percpu_stats_show()
181 PL(static_size); in percpu_stats_show()
182 PL(reserved_size); in percpu_stats_show()
183 PL(dyn_size); in percpu_stats_show()
184 PL(atom_size); in percpu_stats_show()
185 PL(alloc_size); in percpu_stats_show()
188 #undef PL in percpu_stats_show()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A D0001-cpan-Sys-Syslog-Makefile.PL-Fix-_PATH_LOG-for-determ.patch4 Subject: [PATCH] cpan/Sys-Syslog/Makefile.PL: Fix _PATH_LOG for deterministic
18 cpan/Sys-Syslog/Makefile.PL | 2 ++
21 diff --git a/cpan/Sys-Syslog/Makefile.PL b/cpan/Sys-Syslog/Makefile.PL
23 --- a/cpan/Sys-Syslog/Makefile.PL
24 +++ b/cpan/Sys-Syslog/Makefile.PL
H A Derrno_ver.diff16 ext/Errno/Errno_pm.PL | 5 -----
19 diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
21 --- a/ext/Errno/Errno_pm.PL
22 +++ b/ext/Errno/Errno_pm.PL
H A Ddeterminism.patch24 Index: perl-5.30.1/cpan/Encode/Byte/Makefile.PL
26 --- perl-5.30.1.orig/cpan/Encode/Byte/Makefile.PL
27 +++ perl-5.30.1/cpan/Encode/Byte/Makefile.PL
31 $str .= "$table.c : $enc2xs Makefile.PL";
H A Dperl-dynloader.patch10 Index: perl-5.24.1/dist/XSLoader/XSLoader_pm.PL
12 --- perl-5.24.1.orig/dist/XSLoader/XSLoader_pm.PL
13 +++ perl-5.24.1/dist/XSLoader/XSLoader_pm.PL
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcpan.bbclass2 # This is for perl modules that use the old Makefile.PL build system
20 …yes '' | perl ${EXTRA_PERLFLAGS} Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 PERL=…
28 [ -e Makefile ] || bbfatal "No Makefile was generated by Makefile.PL"
32 # Use find since there can be a Makefile generated for each Makefile.PL
33 for f in `find -name Makefile.PL`; do
34 f2=`echo $f | sed -e 's/.PL//'`
H A Dcpan_build.bbclass2 # This is for perl modules that use the new Build.PL build system
21 perl Build.PL --installdirs vendor --destdir ${D} \
30 [ -e Build ] || bbfatal "No Build was generated by Build.PL"
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-perl.txt76 +Build.PL+ is preferred by default when a package provides a +Makefile.PL+
77 and a +Build.PL+.
106 +EUMM+ (for +Makefile.PL+ based installation using
107 +ExtUtils-MakeMaker+) and +MB+ (for +Build.PL+ based installation
112 environment variables to pass to the +perl Makefile.PL+ or +perl Build.PL+.
116 configure options to pass to the +perl Makefile.PL+ or +perl Build.PL+.
/OK3568_Linux_fs/buildroot/package/perl-xml-libxml/
H A D0001-Makefile-PL.patch5 Index: b/Makefile.PL
7 --- a/Makefile.PL
8 +++ b/Makefile.PL
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rrdtool/
H A Drrdtool_1.8.0.bb68 ${S}/bindings/perl-shared/Makefile.PL
85 -e "s:perl-shared/Makefile.PL Makefile:perl-shared/Makefile.PL:" \
91 perl Makefile.PL INSTALLDIRS="vendor" INSTALLPRIVLIB="abc";
94 perl Makefile.PL INSTALLDIRS="vendor";
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libmodule/
H A Dlibmodule-build-tiny-perl_0.039.bb2 DESCRIPTION = "Many Perl distributions use a Build.PL file instead of a \
3 Makefile.PL file to drive distribution configuration, build, test and \
4 installation. Traditionally, Build.PL uses Module::Build as the underlying \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dpl-Czestochowa4 #! <w_scan> 20120605 1 0 TERRESTRIAL PL </w_scan>
6 # location and provider: PL Czestochowa slaskie
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/
H A Dlibidn-wr-cross-compile.patch11 --- perl-Net-LibIDN-0.12.orig/Makefile.PL 2009-02-26 07:09:45.000000000 -0500
12 +++ perl-Net-LibIDN-0.12/Makefile.PL 2010-10-19 09:34:22.811173965 -0400
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/
H A Dlibmodule-build-perl_0.4231.bb2 DESCRIPTION = "Many Perl distributions use a Build.PL file instead of a \
3 Makefile.PL file to drive distribution configuration, build, test and \
4 installation. Traditionally, Build.PL uses Module::Build as the underlying \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DArphic-Public-License16 …" means the TrueType fonts "AR PL Mingti2L Big5", "AR PL KaitiM Big5" (BIG-5 character set) and "A…
18 "PL" means "Public License".
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dszl_PL18 % Territory: PL
204 country_ab2 "PL"
207 country_car "PL"
H A Dcsb_PL18 % Territory: PL
215 country_ab2 "PL"
218 country_car "PL"
H A Dpl_PL20 % Territory: PL
247 country_ab2 "PL"
250 country_car "PL"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dszl_PL18 % Territory: PL
204 country_ab2 "PL"
207 country_car "PL"
H A Dpl_PL20 % Territory: PL
247 country_ab2 "PL"
250 country_car "PL"
H A Dcsb_PL18 % Territory: PL
215 country_ab2 "PL"
218 country_car "PL"

1234