Home
last modified time | relevance | path

Searched refs:BLD (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/docs/system/arm/
H A Dversatile.rst37 In the following example $BLD points to the build directory and $SRC
43 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- versatile_defconfig
44 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
H A Dvexpress.rst71 In the following example $BLD points to the build directory and $SRC
77 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- multi_v7_defconfig
78 $ make O=$BLD -C $SRC ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pandas_2.2.3.bb13 SRC_URI:append:class-target = " file://0001-BLD-add-option-to-specify-numpy-header-location.patch "
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/
H A D0001-BLD-add-option-to-specify-numpy-header-location.patch4 Subject: [PATCH] BLD: add option to specify numpy header location
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmsg.py71 BLD = '\033[1;%dm' variable in BBLogFormatter
98 record.levelname = "".join([self.BLD % color, record.levelname, self.RST])
/openbmc/qemu/target/avr/
H A Dinsn.decode174 BLD 1111 100 rd:5 0 bit:3
H A Ddisas.c242 INSN(BLD, "r%d, %d", a->rd, a->bit)