| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
| H A D | fbset-2.1-fix-makefile-dep.patch | 9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop. 20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o 24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h 25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c 27 lex.yy.c: modes.l
|
| /openbmc/u-boot/lib/bzip2/ |
| H A D | bzlib_huffman.c | 87 Int32 zz, yy, tmp; \ 90 yy = zz << 1; \ 91 if (yy > nHeap) break; \ 92 if (yy < nHeap && \ 93 weight[heap[yy+1]] < weight[heap[yy]]) \ 94 yy++; \ 95 if (weight[tmp] < weight[heap[yy]]) break; \ 96 heap[zz] = heap[yy]; \ 97 zz = yy; \
|
| H A D | bzlib_compress.c | 162 UChar yy[256]; in generateMTFValues() local 201 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i; in generateMTFValues() 210 if (yy[0] == ll_i) { in generateMTFValues() 233 rtmp = yy[1]; in generateMTFValues() 234 yy[1] = yy[0]; in generateMTFValues() 235 ryy_j = &(yy[1]); in generateMTFValues() 244 yy[0] = rtmp; in generateMTFValues() 245 j = ryy_j - &(yy[0]); in generateMTFValues()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/ |
| H A D | 0001-Fix-parallel-build-problems-by-Adrian-Bunk.patch | 18 @@ -59,8 +59,9 @@ lex.yy.c: calc.lex 19 lex.yy.o: lex.yy.c 20 $(CC) $(CFLAGS) -I$(srcdir) -c lex.yy.c
|
| H A D | 0002-fix-reproducibility-of-build-process.patch | 32 lex.yy.c: calc.lex
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | .build.sh | 5 RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -yy 6 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy make g++ gcc libsyst…
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | debian-toolchain.docker | 16 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ 28 apt build-dep -yy --arch-only gcc glibc 39 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
|
| H A D | debian-tricore-cross.docker | 15 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ 16 DEBIAN_FRONTEND=noninteractive eatmydata apt install -yy \
|
| H A D | debian-loongarch-cross.docker | 16 apt build-dep -yy qemu 19 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
|
| H A D | debian-hexagon-cross.docker | 13 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ 31 apt build-dep -yy --arch-only qemu && \
|
| H A D | debian-xtensa-cross.docker | 11 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \
|
| H A D | debian-legacy-test-cross.docker | 21 apt build-dep -yy qemu
|
| /openbmc/u-boot/lib/efi_driver/ |
| H A D | Makefile | 9 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
|
| /openbmc/u-boot/drivers/video/ |
| H A D | cfb_console.c | 318 static void video_drawchars(int xx, int yy, unsigned char *s, int count) in video_drawchars() argument 323 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars() 501 static inline void video_drawstring(int xx, int yy, unsigned char *s) in video_drawstring() argument 503 video_drawchars(xx, yy, s, strlen((char *) s)); in video_drawstring() 506 static void video_putchar(int xx, int yy, unsigned char c) in video_putchar() argument 508 video_drawchars(xx, yy + video_logo_height, &c, 1); in video_putchar() 519 static void video_invertchar(int xx, int yy) in video_invertchar() argument 523 int firsty = yy * VIDEO_LINE_LEN; in video_invertchar() 524 int lasty = (yy + VIDEO_FONT_HEIGHT) * VIDEO_LINE_LEN; in video_invertchar() 1909 int xx = VIDEO_INFO_X, yy = VIDEO_INFO_Y; in video_logo() local [all …]
|
| /openbmc/u-boot/arch/arm/ |
| H A D | Makefile | 3 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy) 25 ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
|
| /openbmc/phosphor-event/ |
| H A D | .build.sh | 8 RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yy \
|
| /openbmc/openbmc-build-scripts/ |
| H A D | build-rootfs-size-docker.sh | 54 RUN apt-get update && apt-get install -yy \
|
| H A D | qemu-build.sh | 102 RUN apt-get update && apt-get install -yy --no-install-recommends \
|
| /openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
| H A D | makefile-fix-parallel.patch | 32 lex.yy.c: parsetime.l
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | Makefile | 45 ifeq ($(CONFIG_BLK)$(CONFIG_PARTITIONS),yy)
|
| /openbmc/docs/ |
| H A D | REDFISH-cheatsheet.md | 227 …ontext", "DeliveryRetryPolicy": "RetryForever", "Destination": "http://yy.yy.yy.yy:8888/events", "…
|
| /openbmc/u-boot/drivers/serial/ |
| H A D | Makefile | 8 ifeq ($(CONFIG_$(SPL_TPL_)BUILD)$(CONFIG_$(SPL_TPL_)DM_SERIAL),yy)
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.lex | 51 REG_ID_64 ee|ss|dd|tt|uu|vv|xx|yy
|
| /openbmc/u-boot/ |
| H A D | Makefile | 824 ifeq ($(CONFIG_MX6)$(CONFIG_SECURE_BOOT), yy) 827 ifeq ($(CONFIG_MX7)$(CONFIG_SECURE_BOOT), yy) 851 ifeq ($(CONFIG_ARCH_SUNXI)$(CONFIG_SPL),yy) 856 ifeq ($(CONFIG_TEGRA)$(CONFIG_SPL),yy) 872 ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy) 994 ifneq ($(CONFIG_DM_SPI)$(CONFIG_OF_CONTROL),yy) 1005 ifneq ($(CONFIG_DM_SPI_FLASH)$(CONFIG_OF_CONTROL),yy) 1247 ifeq ($(CONFIG_ARCH_LPC32XX)$(CONFIG_SPL),yy) 1330 ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy) 1436 ifeq ($(CONFIG_MPC85xx)$(CONFIG_OF_SEPARATE),yy)
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | build-qemu-robot-docker.sh | 57 RUN apt-get update && apt-get install -yy \
|