| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Config.in | 4 source "package/rockchip/Config.in" 7 source "package/forlinx/Config.in" 8 source "package/busybox/Config.in" 9 source "package/skeleton/Config.in" 10 source "package/skeleton-custom/Config.in" 11 source "package/skeleton-init-common/Config.in" 12 source "package/skeleton-init-none/Config.in" 13 source "package/skeleton-init-openrc/Config.in" 14 source "package/skeleton-init-systemd/Config.in" 15 source "package/skeleton-init-sysv/Config.in" [all …]
|
| H A D | Config.in.host | 3 source "package/abootimg/Config.in.host" 4 source "package/aespipe/Config.in.host" 5 source "package/android-tools/Config.in.host" 6 source "package/asn1c/Config.in.host" 7 source "package/babeltrace2/Config.in.host" 8 source "package/bmap-tools/Config.in.host" 9 source "package/btrfs-progs/Config.in.host" 10 source "package/cbootimage/Config.in.host" 11 source "package/checkpolicy/Config.in.host" 12 source "package/checksec/Config.in.host" [all …]
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | DEVELOPERS | 24 # - When a developer adds an "package/pkg-<infra>.mk" file to its list 25 # of files, he is considered interested by this package 30 F: package/jack1/ 33 F: package/brotli/ 34 F: package/bubblewrap/ 35 F: package/cage/ 36 F: package/cog/ 37 F: package/libepoxy/ 38 F: package/libpsl/ 39 F: package/libwpe/ [all …]
|
| H A D | Config.in.legacy | 51 # # Note: BR2_FOO_1 is still referenced from package/foo/Config.in 56 # # Note: BR2_FOO_2 is still referenced from package/foo/Config.in 89 # # Note: BR2_FOO_STRING is still referenced from package/foo/Config.in 150 bool "python2.7 package removed" 203 bool "canfestival package removed" 206 This package has been removed as it is unmaintained since 216 package pyndiff. 225 bool "python-meld3 package removed" 228 This package has been removed as it is unmaintained since 291 bool "libmcrypt package was removed" [all …]
|
| /OK3568_Linux_fs/buildroot/package/x11r7/ |
| H A D | Config.in | 14 source package/x11r7/xserver_xorg-server/Config.in 17 source package/x11r7/libxcb/Config.in 18 source package/x11r7/xcb-util/Config.in 19 source package/x11r7/xcb-util-cursor/Config.in 20 source package/x11r7/xcb-util-image/Config.in 21 source package/x11r7/xcb-util-keysyms/Config.in 22 source package/x11r7/xcb-util-renderutil/Config.in 23 source package/x11r7/xcb-util-wm/Config.in 24 source package/x11r7/xlib_libFS/Config.in 25 source package/x11r7/xlib_libICE/Config.in [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/ |
| H A D | Config.in | 37 source "package/qt5/qt53d/Config.in" 38 source "package/qt5/qt5base/Config.in" 39 source "package/qt5/qt5charts/Config.in" 40 source "package/qt5/qt5coap/Config.in" 41 source "package/qt5/qt5connectivity/Config.in" 42 source "package/qt5/qt5declarative/Config.in" 43 source "package/qt5/qt5doc/Config.in" 44 source "package/qt5/qt5enginio/Config.in" 45 source "package/qt5/qt5graphicaleffects/Config.in" 46 source "package/qt5/qt5imageformats/Config.in" [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/utils/ |
| H A D | test_check_package.py | 1 """Test cases for utils/check-package. 6 The make target ('make check-package') is already used by the job 7 'check-package' and won't be tested here. 44 …["utils/check-package", "package/atop/atop.mk", "./utils/check-package", "package/atop/atop.mk", "… 45 …["utils/check-package", "package/atop/atop.mk", "./utils/check-package", "./package/atop/atop.mk",… 46 …["utils/check-package", "package/atop/atop.mk", "../../utils/check-package", "atop.mk", "package/a… 47 …["utils/check-package", "package/atop/atop.mk", "../../utils/check-package", "./atop.mk", "package… 48 …["utils/check-package", "package/atop/atop.mk", "../utils/check-package", "atop/atop.mk", "package… 49 …["utils/check-package", "package/atop/atop.mk", "../utils/check-package", "./atop/atop.mk", "packa… 50 …["utils/check-package", "package/atop/Config.in", "./utils/check-package", "package/atop/Config.in… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsprepkg.c | 4 * Module Name: nsprepkg - Validation of package objects for predefined names 21 const union acpi_predefined_info *package, 45 * DESCRIPTION: Check a returned package object for the correct count and 55 const union acpi_predefined_info *package; in acpi_ns_check_package() local 64 /* The package info for this name is in the next table entry */ in acpi_ns_check_package() 66 package = info->predefined + 1; in acpi_ns_check_package() 69 "%s Validating return Package of Type %X, Count %X\n", in acpi_ns_check_package() 70 info->full_pathname, package->ret_info.type, in acpi_ns_check_package() 71 return_object->package.count)); in acpi_ns_check_package() 75 * and trailing NULL package elements in acpi_ns_check_package() [all …]
|
| H A D | dspkginit.c | 4 * Module Name: dspkginit - Completion of deferred package initialization 31 * element_count - Number of elements in the package - this is 32 * the num_elements argument to Package() 37 * DESCRIPTION: Translate a parser Op package object to the equivalent 40 * NOTE: The number of elements in the package will be always be the num_elements 41 * count, regardless of the number of elements in the package list. If 42 * num_elements is smaller, only that many package list elements are used. 43 * if num_elements is larger, the Package object is padded out with 47 * than the Package list length (for the fixed length package opcode), some 77 /* Find the parent of a possibly nested package */ in acpi_ds_build_internal_package_obj() [all …]
|
| /OK3568_Linux_fs/buildroot/package/kodi/ |
| H A D | Config.in | 266 source "package/kodi-audiodecoder-modplug/Config.in" 267 source "package/kodi-audiodecoder-nosefart/Config.in" 268 source "package/kodi-audiodecoder-sidplay/Config.in" 269 source "package/kodi-audiodecoder-snesapu/Config.in" 270 source "package/kodi-audiodecoder-stsound/Config.in" 271 source "package/kodi-audiodecoder-timidity/Config.in" 272 source "package/kodi-audiodecoder-vgmstream/Config.in" 276 source "package/kodi-audioencoder-flac/Config.in" 277 source "package/kodi-audioencoder-lame/Config.in" 278 source "package/kodi-audioencoder-vorbis/Config.in" [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | rebuilding-packages.txt | 30 * When an additional package is added to the configuration, a full 32 package has never been built, and will build it. However, if this 33 package is a library that can optionally be used by packages that 38 package, but without +openssl+. Your system works, but you realize 40 +openssl+ package in Buildroot configuration and restart the 46 * When a package is removed from the configuration, Buildroot does 48 this package from the target root filesystem or from the toolchain 50 package. However, generally you don't necessarily need this package 54 * When the sub-options of a package are changed, the package is not 56 this package is often sufficient, unless enabling the package [all …]
|
| H A D | adding-packages-generic.txt | 11 [[generic-package-tutorial]] 13 ==== +generic-package+ tutorial 58 43: $(eval $(generic-package)) 62 version of the package (+LIBFOO_VERSION+), the name of the 63 tarball containing the package (+LIBFOO_SOURCE+) (xz-ed tarball recommended) 68 uppercased version of the package name (see below to understand where 69 the package name is defined). 71 On line 12, we specify that this package wants to install something to 83 flags of this particular package. 100 .Config script: 'divine' package [all …]
|
| H A D | adding-packages-golang.txt | 9 [[golang-package-tutorial]] 11 ==== +golang-package+ tutorial 13 First, let's see how to write a +.mk+ file for a go package, 28 12: $(eval $(golang-package)) 31 On line 7, we declare the version of the package. 33 On line 8, we declare the upstream location of the package, here 37 On line 9 and 10, we give licensing details about the package. 39 Finally, on line 12, we invoke the +golang-package+ macro that 40 generates all the Makefile rules that actually allow the package to be 43 [[golang-package-reference]] [all …]
|
| H A D | adding-packages-directory.txt | 4 === Package directory 6 First of all, create a directory under the +package+ directory for 10 +x11r7+, +qt5+ and +gstreamer+. If your package fits in 11 one of these categories, then create your package directory in these. 16 For the package to be displayed in the configuration tool, you need to 17 create a Config file in your package directory. There are two types: 62 +package/Config.in+ (or in a category subdirectory if you decided to 63 put your package in one of the existing categories). The files 65 supposed to contain anything but the 'bare' name of the package. 68 source "package/libfoo/Config.in" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | ClArtistic | 7 Package may be copied, such that the Copyright Holder maintains some 8 semblance of artistic control over the development of the package, 9 while giving the users of the package the right to use and distribute 10 the Package in a more-or-less customary fashion, plus the right to make 15 "Package" refers to the collection of files distributed by the 19 "Standard Version" refers to such a Package if it has not been 24 copyrights for the package. 27 this Package. 30 of this Package to another party. 38 Standard Version of this Package without restriction, provided that you [all …]
|
| H A D | Artistic-1.0-Perl | 5 …Package may be copied, such that the Copyright Holder maintains some semblance of artistic control… 9 …"Package" refers to the collection of files distributed by the Copyright Holder, and derivatives o… 11 …"Standard Version" refers to such a Package if it has not been modified, or has been modified in a… 13 "Copyright Holder" is whoever is named in the copyright or copyrights for the package. 15 "You" is you, if you're thinking about copying or distributing this Package. 21 … away verbatim copies of the source form of the Standard Version of this Package without restricti… 23 …ications derived from the Public Domain or from the Copyright Holder. A Package modified in such … 25 3. You may otherwise modify your copy of this Package in any way, provided that you insert a promin… 27 …allowing the Copyright Holder to include your modifications in the Standard Version of the Package. 28 b) use the modified Package only within your corporation or organization. [all …]
|
| H A D | OLDAP-1.4 | 10 …Package may be copied, such that the Copyright Holder maintains some semblance of artistic control… 14 …"Package" refers to the collection of files distributed by the Copyright Holder, and derivatives o… 16 …"Standard Version" refers to such a Package if it has not been modified, or has been modified in a… 18 "Copyright Holder" is whoever is named in the copyright or copyrights for the package. 20 "You" is you, if you're thinking about copying or distributing this Package. 26 … away verbatim copies of the source form of the Standard Version of this Package without restricti… 28 …fications derived from the Public Domain or from the Copyright Holder. A Package modified in such … 30 3. You may otherwise modify your copy of this Package in any way, provided that you insert a promin… 32 …allowing the Copyright Holder to include your modifications in the Standard Version of the Package. 34 b) use the modified Package only within your corporation or organization. [all …]
|
| H A D | OLDAP-1.3 | 10 …Package may be copied, such that the Copyright Holder maintains some semblance of artistic control… 14 …"Package" refers to the collection of files distributed by the Copyright Holder, and derivatives o… 16 …"Standard Version" refers to such a Package if it has not been modified, or has been modified in a… 18 "Copyright Holder" is whoever is named in the copyright or copyrights for the package. 20 "You" is you, if you're thinking about copying or distributing this Package. 26 … away verbatim copies of the source form of the Standard Version of this Package without restricti… 28 …fications derived from the Public Domain or from the Copyright Holder. A Package modified in such … 30 3. You may otherwise modify your copy of this Package in any way, provided that you insert a promin… 32 …allowing the Copyright Holder to include your modifications in the Standard Version of the Package. 34 b) use the modified Package only within your corporation or organization. [all …]
|
| H A D | Artistic-1.0-cl8 | 5 …Package may be copied, such that the Copyright Holder maintains some semblance of artistic control… 9 …"Package" refers to the collection of files distributed by the Copyright Holder, and derivatives o… 11 …"Standard Version" refers to such a Package if it has not been modified, or has been modified in a… 13 "Copyright Holder" is whoever is named in the copyright or copyrights for the package. 15 "You" is you, if you're thinking about copying or distributing this Package. 21 … away verbatim copies of the source form of the Standard Version of this Package without restricti… 23 …fications derived from the Public Domain or from the Copyright Holder. A Package modified in such … 25 3. You may otherwise modify your copy of this Package in any way, provided that you insert a promin… 27 …allowing the Copyright Holder to include your modifications in the Standard Version of the Package. 28 b) use the modified Package only within your corporation or organization. [all …]
|
| H A D | Artistic-2.0 | 12 Package may be copied, modified, distributed, and/or redistributed. 14 control over the development of that Package while still keeping the 15 Package available as open source and free software. 18 license directly with the Copyright Holder of a given Package. If the 20 make of the Package, you should contact the Copyright Holder and seek 26 named in the copyright notice for the entire Package. 29 material to the Package, in accordance with the Copyright Holder`s 33 distribute, or modify the Package. 35 "Package" means the collection of files distributed by the 37 those files. A given Package may consist of either the Standard [all …]
|
| H A D | NBPL-1.0 | 9 …Package may be copied, such that the Copyright Holder maintains some semblance of artistic control… 13 …"Package" refers to the collection of files distributed by the Copyright Holder, and derivatives o… 15 …"Standard Version" refers to such a Package if it has not been modified, or has been modified in a… 17 "Copyright Holder" is whoever is named in the copyright or copyrights for the package. 19 "You" is you, if you're thinking about copying or distributing this Package. 25 … away verbatim copies of the source form of the Standard Version of this Package without restricti… 27 …fications derived from the Public Domain or from the Copyright Holder. A Package modified in such … 29 3. You may otherwise modify your copy of this Package in any way, provided that you insert a promin… 31 …allowing the Copyright Holder to include your modifications in the Standard Version of the Package. 33 b) use the modified Package only within your corporation or organization. [all …]
|
| /OK3568_Linux_fs/buildroot/package/rockchip/ |
| H A D | Config.in | 111 Enable this config to choose camera_engine package by chip automatically. 114 source "package/rockchip/camera-engine-rkaiq/Config.in" 115 source "package/rockchip/camera-engine-rkisp/Config.in" 116 source "package/rockchip/gstreamer1-rockchip/Config.in" 117 source "package/rockchip/libv4l-rkmpp/Config.in" 118 source "package/rockchip/npu_powerctrl/Config.in" 119 source "package/rockchip/npu_powerctrl_combine/Config.in" 120 source "package/rockchip/n4/Config.in" 121 source "package/rockchip/recovery/Config.in" 122 source "package/rockchip/rknpu/Config.in" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/dsd/ |
| H A D | graph.rst | 46 "X" is the number of the port. An example of such a package would be:: 48 Package() { "port@4", "PRT4" } 55 package would be:: 57 Package() { "endpoint@0", "EP40" } 68 name followed by a reference in the same package. Such references consist of 69 the remote device reference, the first package entry of the port data extension 70 reference under the device and finally the first package entry of the endpoint 73 Package() { device, "port@X", "endpoint@Y" } 87 Name (_DSD, Package () { 89 Package () { [all …]
|
| /OK3568_Linux_fs/external/libmali/debian/ |
| H A D | control | 22 Package: libmali-bifrost-g31-g13p0-gbm 30 Package: libmali-bifrost-g31-g13p0-only-cl 38 Package: libmali-bifrost-g31-g13p0-wayland-gbm 46 Package: libmali-bifrost-g31-g13p0-without-cl-wayland-gbm 54 Package: libmali-bifrost-g31-g13p0-x11-gbm 62 Package: libmali-bifrost-g31-g2p0-gbm 70 Package: libmali-bifrost-g31-g2p0-only-cl 78 Package: libmali-bifrost-g31-g2p0-wayland-gbm 86 Package: libmali-bifrost-g31-g2p0-without-cl-wayland-gbm 94 Package: libmali-bifrost-g31-g2p0-x11-gbm [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | package_detail_base.html | 6 …{{package.fullpackagespec}} - {{ target.target }} {{ build.machine }} - {{ build.project.name }} -… 8 …{{package.fullpackagespec}} - {{ build.target_set.all|dictsort:"target"|join:", " }} {{ build.mach… 12 <!-- functions to format package 'installed_package' alias --> 38 <li>{{package.fullpackagespec}} {% if package.alias %} as {{package.alias}}{% endif %}</li> 41 <li>{{package.fullpackagespec}}</li> 50 <h1>{{package.fullpackagespec}}</h1> 65 <h2>Package information</h2> 71 … <span class="glyphicon glyphicon-question-sign get-help" title="The size of the package"></span> 77 {% if package.recipe_id > 0 %} 78 {{package.size|filtered_filesizeformat}} [all …]
|