| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
| H A D | 0001-Makefile-fix-multilib-build-failure.patch | 19 PREFIX ?= /usr 30 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 31 - install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 32 - install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 33 - install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 34 - install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 35 - install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 36 - install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 37 - install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 38 - install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | Makefile | 2 PREFIX ?= /usr macro 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 13 install -m 644 config/cgskip.txt $(DESTDIR)$(PREFIX)/lib/pm-graph/config 14 install -m 644 config/freeze-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 15 install -m 644 config/freeze.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 16 install -m 644 config/freeze-dev.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config 17 install -m 644 config/standby-callgraph.cfg $(DESTDIR)$(PREFIX)/lib/pm-graph/config [all …]
|
| /OK3568_Linux_fs/buildroot/package/bzip2/ |
| H A D | 0002-improve-build-system.patch | 37 PREFIX=/usr/local 39 cp -f libbz2.a $(PREFIX)/lib 40 chmod a+r $(PREFIX)/lib/libbz2.a 41 cp -f bzgrep $(PREFIX)/bin/bzgrep 42 - ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzegrep 43 - ln -s -f $(PREFIX)/bin/bzgrep $(PREFIX)/bin/bzfgrep 44 + ln -s -f bzgrep $(PREFIX)/bin/bzegrep 45 + ln -s -f bzgrep $(PREFIX)/bin/bzfgrep 46 chmod a+x $(PREFIX)/bin/bzgrep 47 cp -f bzmore $(PREFIX)/bin/bzmore [all …]
|
| H A D | bzip2.mk | 30 -f Makefile-libbz2_so PREFIX=$(STAGING_DIR)/usr -C $(@D) install 36 PREFIX=$(STAGING_DIR)/usr -C $(@D) install 43 -f Makefile-libbz2_so PREFIX=$(TARGET_DIR)/usr -C $(@D) install 51 PREFIX=$(TARGET_DIR)/usr -C $(@D) install 64 $(MAKE) PREFIX=$(HOST_DIR) -C $(@D) install 66 $(MAKE) -f Makefile-libbz2_so PREFIX=$(HOST_DIR) -C $(@D) install
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/cmake/ |
| H A D | ArchiveVersionInfo.cmake.in | 4 set(@PREFIX@_VERSION_MAJOR "@VERSION_MAJOR@") 5 set(@PREFIX@_VERSION_MINOR "@VERSION_MINOR@") 6 set(@PREFIX@_VERSION_PATCH "@VERSION_PATCH@") 7 set(@PREFIX@_VERSION_FLAG "@VERSION_FLAG@") 8 set(@PREFIX@_VERSION_DISTANCE "@VERSION_DISTANCE@") 9 set(@PREFIX@_VERSION_SHORTHASH "@VERSION_SHORTHASH@") 10 set(@PREFIX@_VERSION_FULLHASH "@VERSION_FULLHASH@") 11 set(@PREFIX@_VERSION_STRING "@VERSION_STRING@") 12 set(@PREFIX@_VERSION_ISDIRTY "@VERSION_ISDIRTY@") 13 set(@PREFIX@_VERSION_BRANCH "@VERSION_BRANCH@") [all …]
|
| /OK3568_Linux_fs/buildroot/package/jitterentropy-library/ |
| H A D | 0002-Makefile-add-additional-install-targets.patch | 28 install -d -m 0755 $(DESTDIR)$(PREFIX)/share/man/man3 29 install -m 644 doc/$(NAME).3 $(DESTDIR)$(PREFIX)/share/man/man3/ 30 gzip -f -9 $(DESTDIR)$(PREFIX)/share/man/man3/$(NAME).3 33 install -d -m 0755 $(DESTDIR)$(PREFIX)/$(LIBDIR) 34 $(INSTALL_STRIP) -m 0755 lib$(NAME).so.$(LIBVERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/ 35 - install -d -m 0755 $(DESTDIR)$(PREFIX)/$(INCDIR) 36 - install -m 0644 jitterentropy.h $(DESTDIR)$(PREFIX)/$(INCDIR)/ 37 - install -m 0644 jitterentropy-base-user.h $(DESTDIR)$(PREFIX)/$(INCDIR)/ 38 $(RM) $(DESTDIR)$(PREFIX)/$(LIBDIR)/lib$(NAME).so.$(LIBMAJOR) 39 ln -sf lib$(NAME).so.$(LIBVERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/lib$(NAME).so.$(LIBMAJOR) [all …]
|
| H A D | 0001-Makefile-cleanup-install.patch | 37 install -d -m 0755 $(DESTDIR)$(PREFIX)/share/man/man3 38 install -m 644 doc/$(NAME).3 $(DESTDIR)$(PREFIX)/share/man/man3/ 39 - gzip -9 $(DESTDIR)$(PREFIX)/share/man/man3/$(NAME).3 40 + gzip -f -9 $(DESTDIR)$(PREFIX)/share/man/man3/$(NAME).3 41 install -d -m 0755 $(DESTDIR)$(PREFIX)/$(LIBDIR) 42 - install -m 0755 -s lib$(NAME).so.$(LIBVERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/ 43 + $(INSTALL_STRIP) -m 0755 lib$(NAME).so.$(LIBVERSION) $(DESTDIR)$(PREFIX)/$(LIBDIR)/ 44 install -d -m 0755 $(DESTDIR)$(PREFIX)/$(INCDIR) 45 install -m 0644 jitterentropy.h $(DESTDIR)$(PREFIX)/$(INCDIR)/ 46 install -m 0644 jitterentropy-base-user.h $(DESTDIR)$(PREFIX)/$(INCDIR)/ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/ |
| H A D | libacpi_fix_for_x32.patch | 18 @mkdir -p ${DESTDIR}${PREFIX}/include 19 @cp -f libacpi.h ${DESTDIR}${PREFIX}/include 20 @chmod 644 ${DESTDIR}${PREFIX}/include/libacpi.h 21 - @echo installing library to ${DESTDIR}${PREFIX}/lib 22 - @mkdir -p ${DESTDIR}${PREFIX}/lib 23 - @cp -f libacpi.a ${DESTDIR}${PREFIX}/lib 24 - @chmod 644 ${DESTDIR}${PREFIX}/lib/libacpi.a 25 - @cp -f ${SONAME} ${DESTDIR}${PREFIX}/lib/ 26 - @chmod 644 ${DESTDIR}${PREFIX}/lib/${SONAME} 27 - @ln -s ${SONAME} ${DESTDIR}${PREFIX}/lib/libacpi.so [all …]
|
| /OK3568_Linux_fs/u-boot/test/fs/ |
| H A D | fs-test.sh | 154 PREFIX="fat" 161 PREFIX="ext4" 173 PREFIX="" 183 PREFIX="sb " 213 ${PREFIX}ls host${SUFFIX} $6 219 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL 225 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG 234 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL 241 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x0 249 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_BIG $length 0x9C300000 [all …]
|
| /OK3568_Linux_fs/buildroot/package/policycoreutils/ |
| H A D | 0002-Add-PREFIX-to-host-paths.patch | 4 Subject: [PATCH] Add PREFIX to host paths 7 prefixed with a PREFIX path to allow cross compilation. 26 @@ -4,8 +4,8 @@ PREFIX ?= /usr 27 BINDIR ?= $(PREFIX)/bin 28 MANDIR ?= $(PREFIX)/share/man 30 -LOCALEDIR = $(DESTDIR)$(PREFIX)/share/locale 31 -INCLUDEDIR ?= $(PREFIX)/include 32 +LOCALEDIR = $(DESTDIR)$(PREFIX) 41 @@ -6,8 +6,8 @@ SBINDIR ?= $(PREFIX)/sbin 42 MANDIR ?= $(PREFIX)/share/man [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ssmping/files/ |
| H A D | 0001-Makefile-tweak-install-dir.patch | 21 install -D asmping $(DESTDIR)$(PREFIX)/bin/asmping 22 install -D ssmpingd $(DESTDIR)$(PREFIX)/bin/ssmpingd 23 install -D mcfirst $(DESTDIR)$(PREFIX)/bin/mcfirst 24 - install -D ssmping.1 $(DESTDIR)$(PREFIX)/man/man1/ssmping.1 25 - install -D asmping.1 $(DESTDIR)$(PREFIX)/man/man1/asmping.1 26 - install -D mcfirst.1 $(DESTDIR)$(PREFIX)/man/man1/mcfirst.1 27 + install -D ssmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/ssmping.1 28 + install -D asmping.1 $(DESTDIR)$(PREFIX)/share/man/man1/asmping.1 29 + install -D mcfirst.1 $(DESTDIR)$(PREFIX)/share/man/man1/mcfirst.1
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | xen-acpi-cpuhotplug.c | 22 #define PREFIX "ACPI:xen_cpu_hotplug:" macro 45 pr_err(PREFIX "Evaluating processor object\n"); in xen_acpi_processor_enable() 55 pr_err(PREFIX "Evaluating processor _UID\n"); in xen_acpi_processor_enable() 67 pr_err(PREFIX "Hotadd CPU (acpi_id = %d) failed.\n", in xen_acpi_processor_enable() 94 pr_err(PREFIX "Error when enabling Xen processor\n"); in xen_acpi_processor_add() 133 pr_info(PREFIX "Processor does not support hot plug\n"); in is_processor_present() 135 pr_info(PREFIX "Processor Device is not present"); in is_processor_present() 182 pr_err(PREFIX "Failed to get apic_id for acpi_id %d\n", in xen_hotadd_cpu() 189 pr_err(PREFIX "Failed to get _PXM for acpi_id %d\n", in xen_hotadd_cpu() 201 pr_err(PREFIX "Failed to hotadd CPU for acpi_id %d\n", in xen_hotadd_cpu() [all …]
|
| H A D | xen-acpi-memhotplug.c | 19 #define PREFIX "ACPI:xen_memory_hotplug:" macro 50 pr_err(PREFIX "Xen Hotplug Memory Add failed on " in xen_hotadd_memory() 170 pr_warn(PREFIX "ACPI namespace scan failed\n"); in acpi_memory_get_device() 177 pr_warn(PREFIX "Missing device object\n"); in acpi_memory_get_device() 185 pr_err(PREFIX "driver data not found\n"); in acpi_memory_get_device() 217 pr_debug(PREFIX "Xen does not support memory hotremove\n"); in acpi_memory_disable_device() 239 pr_err(PREFIX "Cannot find driver data\n"); in acpi_memory_device_notify() 253 pr_err(PREFIX "Device doesn't exist\n"); in acpi_memory_device_notify() 259 pr_err(PREFIX "Driver Data is NULL\n"); in acpi_memory_device_notify() 436 pr_warn(PREFIX "walk_namespace failed\n"); in xen_acpi_memory_device_init() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | omap3pandora.c | 27 #define PREFIX "ASoC omap3pandora: " macro 43 pr_err(PREFIX "can't set codec system clock\n"); in omap3pandora_hw_params() 52 pr_err(PREFIX "can't set cpu system clock\n"); in omap3pandora_hw_params() 58 pr_err(PREFIX "can't set SRG clock divider\n"); in omap3pandora_hw_params() 234 pr_err(PREFIX "Failed to get DAC power GPIO\n"); in omap3pandora_soc_init() 240 pr_err(PREFIX "Failed to set DAC power GPIO direction\n"); in omap3pandora_soc_init() 246 pr_err(PREFIX "Failed to get amp power GPIO\n"); in omap3pandora_soc_init() 252 pr_err(PREFIX "Failed to set amp power GPIO direction\n"); in omap3pandora_soc_init() 258 pr_err(PREFIX "Platform device allocation failed\n"); in omap3pandora_soc_init() 267 pr_err(PREFIX "Unable to add platform device\n"); in omap3pandora_soc_init() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | skip-checking-LIB32-and-LIB64-if-they-point-to-the-s.patch | 17 @@ -177,7 +177,6 @@ REALLIB32 = $(realpath $(PREFIX)/$(LIB32)) 18 REALLIB64 = $(realpath $(PREFIX)/$(LIB64)) 19 ifneq ($(realpath $(PREFIX)),) 21 …PREFIX)/$(LIB32) to $(REALLIB32)) and LIB64 ($(PREFIX)/$(LIB64) to $(REALLIB64)) are resolving to …
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | pci_link.c | 106 printk(KERN_WARNING PREFIX in acpi_pci_link_check_possible() 124 printk(KERN_WARNING PREFIX in acpi_pci_link_check_possible() 132 printk(KERN_WARNING PREFIX in acpi_pci_link_check_possible() 146 printk(KERN_ERR PREFIX "_PRS resource type 0x%x isn't an IRQ\n", in acpi_pci_link_check_possible() 205 printk(KERN_WARNING PREFIX in acpi_pci_link_check_current() 214 printk(KERN_ERR PREFIX "_CRS resource type 0x%x isn't an IRQ\n", in acpi_pci_link_check_current() 242 printk(KERN_ERR PREFIX "Unable to read status\n"); in acpi_pci_link_get_current() 265 printk(KERN_ERR PREFIX "_CRS returned 0\n"); in acpi_pci_link_get_current() 332 printk(KERN_ERR PREFIX "Invalid Resource_type %d\n", link->irq.resource_type); in acpi_pci_link_set() 353 printk(KERN_ERR PREFIX "Unable to read status\n"); in acpi_pci_link_set() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/ |
| H A D | boot.c | 45 #define PREFIX "ACPI: " macro 133 printk(KERN_WARNING PREFIX "Unable to map MADT\n"); in acpi_parse_madt() 140 printk(KERN_DEBUG PREFIX "Local APIC address 0x%08x\n", in acpi_parse_madt() 164 printk(KERN_INFO PREFIX "skipped apicid that is too big\n"); in acpi_register_lapic() 216 pr_warn(PREFIX "x2apic entry ignored\n"); in acpi_parse_x2apic() 222 printk(KERN_WARNING PREFIX "x2apic entry ignored\n"); in acpi_parse_x2apic() 309 printk(KERN_WARNING PREFIX "NMI not connected to LINT 1!\n"); in acpi_parse_x2apic_nmi() 327 printk(KERN_WARNING PREFIX "NMI not connected to LINT 1!\n"); in acpi_parse_lapic_nmi() 517 printk(PREFIX "BIOS IRQ0 override ignored.\n"); in acpi_parse_int_src_ovr() 524 printk(PREFIX "BIOS IRQ0 pin2 override: forcing polarity to high active.\n"); in acpi_parse_int_src_ovr() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/serio/ |
| H A D | hp_sdc_mlc.c | 45 #define PREFIX "HP SDC MLC: " macro 69 printk(KERN_WARNING PREFIX "HIL Overflow!\n"); in hp_sdc_mlc_isr() 107 printk(KERN_DEBUG PREFIX "err code %x\n", data); in hp_sdc_mlc_isr() 111 printk(KERN_WARNING PREFIX "Bastard SDC reconfigured loop!\n"); in hp_sdc_mlc_isr() 124 printk(KERN_WARNING PREFIX "Bastard SDC decided to reconfigure loop!\n"); in hp_sdc_mlc_isr() 128 printk(KERN_WARNING PREFIX "Unknown HIL Error status (%x)!\n", data); in hp_sdc_mlc_isr() 312 printk(KERN_INFO PREFIX "Registering the System Domain Controller's HIL MLC.\n"); in hp_sdc_mlc_init() 326 printk(KERN_WARNING PREFIX "Failed to register MLC structure with hil_mlc\n"); in hp_sdc_mlc_init() 331 printk(KERN_WARNING PREFIX "Request for raw HIL ISR hook denied\n"); in hp_sdc_mlc_init() 333 printk(KERN_ERR PREFIX "Failed to unregister MLC structure with hil_mlc.\n" in hp_sdc_mlc_init() [all …]
|
| /OK3568_Linux_fs/buildroot/package/vpnc/ |
| H A D | 0001-Makefile-allow-to-override-the-PREFIX-variable.patch | 4 Subject: [PATCH] Makefile: allow to override the PREFIX variable 7 makes it possible to override the PREFIX variable from the make 24 -PREFIX=/usr/local 25 +PREFIX?=/usr/local 27 BINDIR=$(PREFIX)/bin 28 SBINDIR=$(PREFIX)/sbin
|
| /OK3568_Linux_fs/buildroot/package/linuxconsoletools/ |
| H A D | 0001-conditional-build.patch | 36 PREFIX ?= /usr/local 40 sed "s^@@PREFIX@@^$(PREFIX)^g" < $^ > $@ 48 install -d $(DESTDIR)$(PREFIX)/bin 49 install $(PROGRAMS) $(DESTDIR)$(PREFIX)/bin 51 install -d $(DESTDIR)$(PREFIX)/share/joystick 52 install extract filter ident $(DESTDIR)$(PREFIX)/share/joystick
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/ |
| H A D | not-create-link-to-locale.patch | 1 It is useless to create a link to $(PREFIX)/share/locale that there is no 2 reference to $(PREFIX)/share/$(APPNAME)/locale in source code. 16 install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo 18 cp -rf locale $(DESTDIR)/$(PREFIX)/share 19 - ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
|
| /OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/ |
| H A D | Makefile | 4 PREFIX := /usr macro 25 install -d $(DESTDIR)$(PREFIX)/bin 26 install $(BUILD_OUTPUT)/x86_energy_perf_policy $(DESTDIR)$(PREFIX)/bin/x86_energy_perf_policy 27 install -d $(DESTDIR)$(PREFIX)/share/man/man8 28 install -m 644 x86_energy_perf_policy.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /OK3568_Linux_fs/kernel/tools/power/x86/turbostat/ |
| H A D | Makefile | 4 PREFIX ?= /usr macro 27 install -d $(DESTDIR)$(PREFIX)/bin 28 install $(BUILD_OUTPUT)/turbostat $(DESTDIR)$(PREFIX)/bin/turbostat 29 install -d $(DESTDIR)$(PREFIX)/share/man/man8 30 install -m 644 turbostat.8 $(DESTDIR)$(PREFIX)/share/man/man8
|
| /OK3568_Linux_fs/kernel/sound/usb/bcd2000/ |
| H A D | bcd2000.c | 20 #define PREFIX "snd-bcd2000: " macro 106 bcd2000_dump_buffer(PREFIX "received from device: ", buf, buf_len); in bcd2000_midi_handle_input() 119 bcd2000_dump_buffer(PREFIX "sending to userspace: ", in bcd2000_midi_handle_input() 159 bcd2000_dump_buffer(PREFIX "sending to device: ", in bcd2000_midi_send() 165 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_midi_send() 213 PREFIX "output urb->status: %d\n", urb->status); in bcd2000_output_complete() 229 PREFIX "input urb->status: %i\n", urb->status); in bcd2000_input_complete() 241 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_input_complete() 273 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_init_device() 282 dev_err(&bcd2k->dev->dev, PREFIX in bcd2000_init_device() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/generic/ |
| H A D | simple-card.c | 23 #define PREFIX "simple-audio-card," macro 87 asoc_simple_parse_convert(dev, top, PREFIX, adata); in simple_parse_convert() 88 asoc_simple_parse_convert(dev, node, PREFIX, adata); in simple_parse_convert() 104 snprintf(prop, sizeof(prop), "%smclk-fs", PREFIX); in simple_parse_mclk_fs() 147 prefix = PREFIX; in simple_dai_link_of_dpcm() 213 PREFIX "prefix"); in simple_dai_link_of_dpcm() 280 prefix = PREFIX; in simple_dai_link_of() 364 node = of_get_child_by_name(top, PREFIX "dai-link"); in simple_for_each_link() 380 PREFIX "codec" : "codec"); in simple_for_each_link() 387 PREFIX "plat" : "plat"); in simple_for_each_link() [all …]
|