| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | Makefile | 235 define do_install macro 249 $(call do_install,bpf.h,$(prefix)/include/bpf,644); \ 250 $(call do_install,libbpf.h,$(prefix)/include/bpf,644); \ 251 $(call do_install,btf.h,$(prefix)/include/bpf,644); \ 252 $(call do_install,libbpf_util.h,$(prefix)/include/bpf,644); \ 253 $(call do_install,libbpf_common.h,$(prefix)/include/bpf,644); \ 254 $(call do_install,xsk.h,$(prefix)/include/bpf,644); \ 255 $(call do_install,bpf_helpers.h,$(prefix)/include/bpf,644); \ 256 $(call do_install,$(BPF_HELPER_DEFS),$(prefix)/include/bpf,644); \ 257 $(call do_install,bpf_tracing.h,$(prefix)/include/bpf,644); \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | Makefile | 158 define do_install macro 172 $(call do_install,include/perf/core.h,$(prefix)/include/perf,644); \ 173 $(call do_install,include/perf/cpumap.h,$(prefix)/include/perf,644); \ 174 $(call do_install,include/perf/threadmap.h,$(prefix)/include/perf,644); \ 175 $(call do_install,include/perf/evlist.h,$(prefix)/include/perf,644); \ 176 $(call do_install,include/perf/evsel.h,$(prefix)/include/perf,644); \ 177 $(call do_install,include/perf/event.h,$(prefix)/include/perf,644); \ 178 $(call do_install,include/perf/mmap.h,$(prefix)/include/perf,644); 182 $(call do_install,$(LIBPERF_PC),$(libdir_SQ)/pkgconfig,644)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | linux-dummy.bb | 52 do_install() { 64 addtask bundle_initramfs after do_install before do_deploy 65 addtask deploy after do_install 66 addtask shared_workdir after do_compile before do_install
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/icecc-create-env/ |
| H A D | icecc-create-env_0.1.bb | 18 # Task 10907 (meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_install) (dependent Tasks ['qui… 19 …ols/quilt/quilt-native_0.60.bb, do_populate_sysroot) (dependent Tasks ['quilt-native, do_install']) 23 # Task 10998 (meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb, do_install) (… 24 …e-env-native_0.1.bb, do_populate_sysroot) (dependent Tasks ['icecc-create-env-native, do_install']) 32 do_install() {
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | Makefile | 207 define do_install macro 221 $(call do_install,$(PKG_CONFIG_FILE),$(pkgconfig_dir),644); \ 238 $(call do_install,event-parse.h,$(includedir_SQ),644); \ 239 $(call do_install,event-utils.h,$(includedir_SQ),644); \ 240 $(call do_install,trace-seq.h,$(includedir_SQ),644); \ 241 $(call do_install,kbuffer.h,$(includedir_SQ),644)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ |
| H A D | ca-certificates_20211016.bb | 41 do_install () { 60 do_install:append:class-target () { 75 # we just run update-ca-certificate from do_install() for nativesdk. 77 do_install:append:class-nativesdk () { 81 do_install:append:class-native () {
|
| /OK3568_Linux_fs/yocto/meta-qt5/classes/ |
| H A D | qmake5.bbclass | 13 do_install() { 17 do_install:class-native() {
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | remove-libtool.bbclass | 1 # This class removes libtool .la files after do_install 11 do_install[postfuncs] += "remove_libtool_la"
|
| H A D | python_pep517.bbclass | 5 # it in do_install. 50 # A manual do_install that just uses unzip for bootstrapping purposes. Callers should DEPEND on unz… 56 EXPORT_FUNCTIONS do_configure do_compile do_install
|
| H A D | python3targetconfig.bbclass | 15 do_install:prepend:class-target() { 27 do_install:prepend:class-nativesdk() {
|
| H A D | scons.bbclass | 32 do_install[vardepsexclude] = "SCONS_MAXLINELENGTH" 34 EXPORT_FUNCTIONS do_compile do_install
|
| /OK3568_Linux_fs/kernel/tools/lib/lockdep/ |
| H A D | Makefile | 139 define do_install macro 148 $(Q)$(call do_install,$(LIB_FILE),$(libdir_SQ)) 149 $(Q)$(call do_install,$(BIN_FILE),$(bindir_SQ))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/cifs/ |
| H A D | cifs-utils_6.14.bb | 18 # when enabled, it creates ${bindir}/cifscreds and --ignore-fail-on-non-empty in do_install:append … 20 # when enabled, it creates ${sbindir}/cifs.upcall and --ignore-fail-on-non-empty in do_install:appe… 37 do_install:append() {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/ |
| H A D | linux-libc-headers.inc | 69 do_install() { 78 do_install:append:aarch64 () { 82 do_install:append:arm () { 86 do_install:append:armeb () {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/makedevs/ |
| H A D | makedevs_1.0.1.bb | 16 do_install() { 21 do_install:append:class-nativesdk() {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/system-config-keyboard/ |
| H A D | system-config-keyboard_1.4.0.bb | 16 do_install() { 20 do_install:append:class-native() {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/ |
| H A D | apt_2.4.5.bb | 114 do_install:append:class-native() { 118 do_install:append:class-nativesdk() { 123 do_install:append:class-target() { 134 do_install:append() {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libiio/ |
| H A D | libiio_git.bb | 63 # Explicitly define do_configure, do_compile and do_install because both cmake and setuptools3 have 64 # EXPORT_FUNCTIONS do_configure do_compile do_install 77 do_install() {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-scons_4.3.0.bb | 27 do_install:append() { 32 do_install:append:class-native() {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/newlib/ |
| H A D | libgloss_4.2.0.bb | 14 do_install:prepend() { 19 do_install:append() {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/crash/ |
| H A D | crash_8.0.0.bb | 83 do_install:prepend () { 92 do_install:class-target () { 96 do_install:class-native () { 100 do_install:class-cross () {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libyui/ |
| H A D | libyui_4.1.1.bb | 25 do_install:append () { 31 do_install:append:class-nativesdk () {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | libgcc-common.inc | 24 do_install () { 47 do_install:append:libc-baremetal () { 52 do_install:append:libc-newlib () { 64 addtask multilib_install after do_install before do_package do_populate_sysroot
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/multiconfig/ |
| H A D | multiconfig-image-packager_0.1.bb | 11 do_install[mcdepends] += "mc::${MCNAME}:core-image-minimal:do_image_complete mc::${MCNAME}:virtual/… 13 do_install () {
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gmp/ |
| H A D | gmp_6.2.1.bb | 30 do_install:append() { 34 do_install:prepend:class-target() {
|