/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/ |
H A D | fix-ldflags.patch | 11 all : $(BIN) 13 $(BIN) : $(OBJS) 23 all : $(BIN) 25 $(BIN) : $(OBJS) 35 all : $(BIN) 51 all : $(BIN) 53 $(BIN) : $(OBJS) 63 all : $(BIN) 75 all : $(BIN) 87 all : $(BIN) [all …]
|
H A D | unstrip.patch | 13 install : $(BIN) 16 + install $(BIN) $(DESTDIR)$(BIN_DIR) 23 install : $(BIN) 26 + install $(BIN) $(DESTDIR)$(BIN_DIR) 33 install : $(BIN) 36 + install $(BIN) $(DESTDIR)$(BIN_DIR) 43 install : $(BIN) 53 install : $(BIN) 63 install : $(BIN) 73 install : $(BIN) [all …]
|
H A D | 0001-makefiles-Append-to-CFLAGS-instead-of-re-assign.patch | 27 BIN = jailtest 38 BIN = uml_mconsole 39 OBJS = $(BIN).o 49 @@ -3,7 +3,7 @@ BIN = uml_moo uml_mkcow 64 BIN = port-helper 76 BIN = tunctl 89 BIN = uml_net 102 BIN = uml_switch 113 BIN = uml_watchdog 114 OBJS = $(BIN).o
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
H A D | 0002-add-install-targets-to-Makefiles.patch | 43 $(BIN): $(OBJS) 46 +install: $(BIN) 52 @rm -f $(BIN) 70 $(BIN): $(OBJS) 73 +install: $(BIN) 79 @rm -f $(BIN) 85 $(BIN): $(OBJS) 94 @rm -f $(BIN) 109 @rm -f $(BIN) 124 @rm -f $(BIN) [all …]
|
H A D | 0006-game-Makefile-install-sample-png-files.patch | 16 @@ -18,6 +18,8 @@ $(BIN): $(OBJS) 17 install: $(BIN) 19 install -m 0755 $(BIN) $(DESTDIR)/usr/bin
|
H A D | 0004-add-libvchostif-to-link.patch | 33 BIN=game 46 BIN=life 59 BIN=mandelbrot 72 BIN=pngresize 85 BIN=pngview 98 BIN=radar_sweep 111 BIN=radar_sweep_alpha 124 BIN=rgb_triangle 137 BIN=spriteview 150 BIN=test_pattern [all …]
|
H A D | 0005-change-library-linking-order.patch | 28 BIN=game 41 BIN=mandelbrot 54 BIN=pngresize 67 BIN=pngview 80 BIN=spriteview
|
H A D | 0003-switch-to-pkg-config.patch | 30 BIN=game 61 BIN=mandelbrot 76 BIN=pngresize 91 BIN=pngview 106 BIN=spriteview
|
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/ |
H A D | 0001-Fix-build-race-in-Makefile.patch | 11 glew.bin: glew.lib bin bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) 14 means that 'bin' can happen *after* 'bin/$(GLEWINFO.BIN)', which is a 28 @@ -171,21 +171,20 @@ VISUALINFO.BIN.OBJ := $(VISUALINFO.BIN.OBJ:.c=.o) 35 -glew.bin: glew.lib bin bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) 36 +glew.bin: glew.lib bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) 42 bin/$(GLEWINFO.BIN): $(GLEWINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED) 44 $(CC) $(CFLAGS) -o $@ $(GLEWINFO.BIN.OBJ) $(BIN.LIBS) 49 bin/$(VISUALINFO.BIN): $(VISUALINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED) 51 $(CC) $(CFLAGS) -o $@ $(VISUALINFO.BIN.OBJ) $(BIN.LIBS)
|
H A D | no-strip.patch | 11 - $(INSTALL) -s -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) "$(DESTDIR)$(BINDIR)/" 12 + $(INSTALL) -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) "$(DESTDIR)$(BINDIR)/"
|
/openbmc/linux/tools/perf/tests/shell/coresight/unroll_loop_thread/ |
H A D | Makefile | 6 BIN=unroll_loop_thread macro 10 all: $(BIN) 12 $(BIN): $(BIN).c 16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB) 26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)' 31 $(Q)$(RM) -f $(BIN)
|
/openbmc/linux/tools/perf/tests/shell/coresight/thread_loop/ |
H A D | Makefile | 6 BIN=thread_loop macro 10 all: $(BIN) 12 $(BIN): $(BIN).c 16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB) 26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)' 31 $(Q)$(RM) -f $(BIN)
|
/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/ |
H A D | Makefile | 6 BIN=memcpy_thread macro 10 all: $(BIN) 12 $(BIN): $(BIN).c 16 $(Q)$(CC) $(BIN).c -o $(BIN) $(LIB) 26 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)' 31 $(Q)$(RM) -f $(BIN)
|
/openbmc/linux/tools/perf/tests/shell/coresight/asm_pure_loop/ |
H A D | Makefile | 7 BIN=asm_pure_loop macro 11 all: $(BIN) 13 $(BIN): $(BIN).S 17 $(Q)$(CC) $(BIN).S -nostdlib -static -o $(BIN) $(LIB) 27 $(INSTALL) $(BIN) '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/$(INSTDIR_SUB)/$(BIN)/$(BIN)' 32 $(Q)$(RM) -f $(BIN)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tunctl/tunctl/ |
H A D | makefile-add-ldflags.patch | 12 all : $(BIN) $(MAN) 14 $(BIN) : $(BIN).c 15 - $(CC) $(CFLAGS) -o $(BIN) $(BIN).c 16 + $(CC) $(CFLAGS) ${LDFLAGS} -o $(BIN) $(BIN).c
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | sign_ipk.bbclass | 21 # 2. Binary (BIN) 42 if sigtype.upper() != "ASC" and sigtype.upper() != "BIN": 43 … raise_sanity_error("Bad value for IPK_GPG_SIGNATURE_TYPE (%s), use either ASC or BIN" % sigtype) 53 is_ascii_sig = (sig_type.upper() != "BIN")
|
H A D | sign_package_feed.bbclass | 22 # 2. Binary (BIN) 48 if sigtype.upper() != "ASC" and sigtype.upper() != "BIN": 49 …sanity_error("Bad value for PACKAGE_FEED_GPG_SIGNATURE_TYPE (%s), use either ASC or BIN" % sigtype)
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | msg_zerocopy.sh | 10 readonly BIN="./msg_zerocopy" 114 …ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" ${ARGS}… 116 …ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
|
H A D | so_txtime.sh | 9 readonly BIN="./so_txtime" 67 …ip netns exec "${NS2}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "… 68 …ip netns exec "${NS1}" "${BIN}" -"${IP}" -c "${CLOCK}" -t "${START}" -S "${SADDR}" -D "${DADDR}" "…
|
/openbmc/u-boot/board/xilinx/zynqmp/ |
H A D | Kconfig | 13 The secure image is a xilinx specific BOOT.BIN with 16 BOOT.BIN using Xilinx bootgen tool.
|
/openbmc/linux/tools/edid/ |
H A D | Makefile | 4 BIN := $(patsubst %.S, %.bin, $(SOURCES)) macro 10 all: $(BIN) $(IHEX) $(CODE)
|
/openbmc/u-boot/board/xilinx/zynq/ |
H A D | Kconfig | 28 The secure image is a xilinx specific BOOT.BIN with 31 BOOT.BIN using Xilinx bootgen tool.
|
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | coresight.sh | 17 BIN="$DIR/$TEST" 19 if ! test -x "$BIN"; then exit 2; fi
|
/openbmc/u-boot/drivers/fpga/ |
H A D | Kconfig | 31 Enable FPGA driver for loading bitstream in BIT and BIN format 56 Enable FPGA driver for loading bitstream in BIT and BIN format 68 Enable FPGA driver for loading bitstream in BIT and BIN format
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | simplify_B_place.patch | 33 - &B_revert_log(&getGlobal('BIN',"rm") . " $original_target\n"); 34 + &B_revert_log(&getGlobal('BIN',"rm") . " $target\n");
|