Home
last modified time | relevance | path

Searched refs:foreign (Results 1 – 25 of 203) sorted by relevance

123456789

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0002-libtool.m4-Rename-the-with-sysroot-option-to-avoid-c.patch68 @@ -115,7 +115,7 @@ AM_INIT_AUTOMAKE([foreign])
77 @@ -156,7 +156,7 @@ AM_INIT_AUTOMAKE([foreign])
98 @@ -49154,7 +49154,7 @@ AM_INIT_AUTOMAKE([foreign])
107 @@ -49342,7 +49342,7 @@ AM_INIT_AUTOMAKE([foreign])
125 @@ -49903,7 +49903,7 @@ AM_INIT_AUTOMAKE([foreign])
134 @@ -50091,7 +50091,7 @@ AM_INIT_AUTOMAKE([foreign])
152 @@ -50652,7 +50652,7 @@ AM_INIT_AUTOMAKE([foreign])
161 @@ -50840,7 +50840,7 @@ AM_INIT_AUTOMAKE([foreign])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/streamripper/
H A D0001-build-these-are-foreign-automake-projects.patch4 Subject: [PATCH 1/3] build: these are 'foreign' automake projects
11 files ChangeLog, AUTHORS, etc., use the 'foreign' automake
30 +AM_INIT_AUTOMAKE([foreign])
43 +AM_INIT_AUTOMAKE([foreign])
/OK3568_Linux_fs/buildroot/package/hplip/
H A D0002-configure.in-fix-AM_INIT_AUTOMAKE-call.patch7 "foreign" option is passed, which avoids the need for creating various
27 -#AM_INIT_AUTOMAKE([1.9 foreign])
29 +AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A Dconfigure.patch7 -#AM_INIT_AUTOMAKE([1.9 foreign])
9 +AM_INIT_AUTOMAKE([foreign])
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libffi/
H A Dlibffi_3.4.4.bb1 SUMMARY = "A portable foreign function interface library"
5 time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name …
7 library really only provides the lowest, machine dependent layer of a fully featured foreign functi…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dautomake-foreign.patch1 Pass foreign to AM_INIT_AUTOMAKE so it doesn't enforce GNU strictness.
12 +AM_INIT_AUTOMAKE([foreign])
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/which/which-2.21/
H A Dautomake.patch1 Update autoconf prologue to use "foreign" strictness.
15 +AM_INIT_AUTOMAKE([foreign])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0007-oprofile-doesn-t-want-GNU-levels-of-automake-strictn.patch5 so tell it to be "foreign".
20 +AM_INIT_AUTOMAKE([foreign])
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libnl/files/
H A Denable-serial-tests.patch22 -AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
23 +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects serial-tests])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0001-fix-bug-of-do_compile-and-do_install.patch30 + libmultipath/foreign \
37 +libdmmp.install libmultipath/foreign.install: mpathpersist.install
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/
H A D0001-configure.ac-Add-foreign-to-AM_INIT_AUTOMAKE.patch4 Subject: [PATCH] configure.ac: Add foreign to AM_INIT_AUTOMAKE
24 +AM_INIT_AUTOMAKE([no-define foreign])
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0002-automake-add-subdir-objects-option.patch25 -AM_INIT_AUTOMAKE(tar-ustar color-tests foreign)
26 +AM_INIT_AUTOMAKE(tar-ustar color-tests foreign subdir-objects)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dsm501fb.txt20 set different foreign endian.
22 set different foreign endian.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/util-linux/
H A Davoid_parallel_tests.patch25 -AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects])
26 +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign 1.10 tar-pax no-dist-gzip dist-xz subdir-objects …
/OK3568_Linux_fs/buildroot/package/libtheora/
H A D0002-fix-autoreconf.patch26 #AUTOMAKE_OPTIONS = foreign 1.7 dist-zip dist-bzip2
27 AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A DKconfig.profile2 int "Timeout for unsignaled foreign fences (ms, jiffy granularity)"
5 When listening to a foreign fence, we install a supplementary timer
8 unsignaled foreign fence.
10 May be 0 to disable the timeout, and rely on the foreign fence being
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx/
H A D0005-xf86-video-imxfb-fix-m4-hardcodded-paths.patch21 AUTOMAKE_OPTIONS = foreign
31 AUTOMAKE_OPTIONS = foreign
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/
H A Davoid_parallel_tests.patch27 -AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects…
28 +AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects…
/OK3568_Linux_fs/kernel/drivers/net/xen-netback/
H A Drx.c199 struct xen_page_foreign *foreign; in xenvif_rx_copy_add() local
210 foreign = xen_page_foreign(page); in xenvif_rx_copy_add()
211 if (foreign) { in xenvif_rx_copy_add()
212 op->source.domid = foreign->domid; in xenvif_rx_copy_add()
213 op->source.u.ref = foreign->gref; in xenvif_rx_copy_add()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmmu_context.h204 bool write, bool execute, bool foreign) in arch_vma_access_permitted() argument
210 if (foreign || vma_is_foreign(vma)) in arch_vma_access_permitted()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgrant-table.c787 struct xen_page_foreign *foreign; in gnttab_pages_set_private() local
789 foreign = kzalloc(sizeof(*foreign), GFP_KERNEL); in gnttab_pages_set_private()
790 if (!foreign) in gnttab_pages_set_private()
793 set_page_private(pages[i], (unsigned long)foreign); in gnttab_pages_set_private()
1177 struct xen_page_foreign *foreign; in gnttab_map_refs() local
1180 foreign = xen_page_foreign(pages[i]); in gnttab_map_refs()
1181 foreign->domid = map_ops[i].dom; in gnttab_map_refs()
1182 foreign->gref = map_ops[i].ref; in gnttab_map_refs()
H A Dgntdev.c864 if (seg->source.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
868 if (seg->dest.foreign.offset + seg->len > XEN_PAGE_SIZE) in gntdev_grant_copy_seg()
894 op->source.u.ref = seg->source.foreign.ref; in gntdev_grant_copy_seg()
895 op->source.domid = seg->source.foreign.domid; in gntdev_grant_copy_seg()
896 op->source.offset = seg->source.foreign.offset + copied; in gntdev_grant_copy_seg()
914 op->dest.u.ref = seg->dest.foreign.ref; in gntdev_grant_copy_seg()
915 op->dest.domid = seg->dest.foreign.domid; in gntdev_grant_copy_seg()
916 op->dest.offset = seg->dest.foreign.offset + copied; in gntdev_grant_copy_seg()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DNIST-PD-fallback3 …ted States. This software may be subject to foreign copyright. Permission in the United States and…
/OK3568_Linux_fs/buildroot/package/fwts/
H A D0001-build-do-not-use-Werror.patch33 - AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
34 + AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bzip2/bzip2/
H A Dconfigure.ac4 AM_INIT_AUTOMAKE(foreign)

123456789