Home
last modified time | relevance | path

Searched refs:APPEND (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-bootloader-config.cfg15 APPEND label=boot rootwait
19 APPEND label=boot rootwait console=ttyS0,115200
23 APPEND label=install rootwait
27 APPEND label=install rootwait console=ttyS0,115200
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0001-Do-not-use-bundled-packages.patch27 - list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/bzip2/dummy")
38 - list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/ssl")
49 -list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/zlib/dummy")
60 - list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/curl/dummy")
81 - list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/libxml2/dummy")
96 - list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/liblzma/dummy")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A D0002-Remove-maes-option-from-cross-compilation.patch17 @@ -158,7 +158,3 @@ list(APPEND ABSL_RANDOM_HWAES_ARM64_FLAGS
18 list(APPEND ABSL_RANDOM_HWAES_MSVC_X64_FLAGS
21 -list(APPEND ABSL_RANDOM_HWAES_X64_FLAGS
H A D0003-Remove-neon-option-from-cross-compilation.patch21 @@ -147,10 +147,6 @@ list(APPEND ABSL_MSVC_TEST_FLAGS
25 -list(APPEND ABSL_RANDOM_HWAES_ARM32_FLAGS
29 list(APPEND ABSL_RANDOM_HWAES_ARM64_FLAGS
/openbmc/linux/samples/pktgen/
H A Dpktgen_sample01_simple.sh44 [ -z "$APPEND" ] && pg_ctrl "reset"
48 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
95 if [ -z "$APPEND" ]; then
H A Dpktgen_sample05_flow_per_thread.sh41 [ -z "$APPEND" ] && pg_ctrl "reset"
48 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
99 if [ -z "$APPEND" ]; then
H A Dpktgen_sample02_multiqueue.sh44 [ -z "$APPEND" ] && pg_ctrl "reset"
53 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
101 if [ -z "$APPEND" ]; then
H A Dpktgen_sample03_burst_single_flow.sh50 [ -z "$APPEND" ] && pg_ctrl "reset"
57 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
103 if [ -z "$APPEND" ]; then
H A Dpktgen_sample04_many_flows.sh51 [ -z "$APPEND" ] && pg_ctrl "reset"
58 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
115 if [ -z "$APPEND" ]; then
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh50 [ -z "$APPEND" ] && pg_ctrl "reset"
64 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"
120 if [ -z "$APPEND" ]; then
H A Dparameters.sh89 export APPEND=yes
90 info "Append mode: APPEND=$APPEND"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-cmake-Disable-Wno-misleading-indentation-with-clang-.patch20 list (APPEND C_CXX_WARNING_FLAGS -Wno-misleading-indentation)
25 + list (APPEND C_CXX_WARNING_FLAGS -Wno-misleading-indentation)
30 list (APPEND C_CXX_WARNING_FLAGS -Werror)
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-bootconf_1.00.bb15 APPEND:append = " ${ROOT}"
21 do_configure[vardeps] += "APPEND"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/files/
H A D0002-cmake-Use-exported-target-for-bz2.patch27 - list(APPEND THIRDPARTY_LIBS ${BZIP2_LIBRARIES})
28 + list(APPEND THIRDPARTY_LIBS BZip2::BZip2)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/
H A D0002-flex-Remove-line-directives.patch42 LIST(APPEND ${_source} ${_in})
43 LIST(APPEND ${_generated} ${_outc})
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A DglmTargets.cmake20 list(APPEND _expectedTargets ${_expectedTarget})
22 list(APPEND _targetsNotDefined ${_expectedTarget})
25 list(APPEND _targetsDefined ${_expectedTarget})
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgrub-efi-cfg.bbclass13 # ${APPEND} - an override list of append strings for each label
26 APPEND ?= ""
106 append = localdata.getVar('APPEND')
H A Dsyslinux.bbclass12 # ${APPEND} - an override list of append strings for each label
37 APPEND ?= ""
179 append = localdata.getVar('APPEND')
183 cfgfile.write('APPEND ')
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/
H A Dkexecboot-cfg_0.2.bb26 APPEND=${CMDLINE} ${CMDLINE_DEBUG}
47 # APPEND=${CMDLINE}
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dfaq.rst71 typically specified in the machine config using the :term:`APPEND` variable.
75 APPEND += "printk.time=y initcall_debug debug"
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A Dimximage.cfg16 APPEND ahab-container.img
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-bootconf_1.00.bb25 do_configure[vardeps] += "APPEND ROOT"
/openbmc/openbmc/poky/meta/recipes-graphics/piglit/piglit/
H A D0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch24 list(APPEND UTIL_GL_INCLUDES
/openbmc/linux/tools/perf/trace/beauty/
H A Dopen_flags.c41 P_FLAG(APPEND); in open__scnprintf_flags()
/openbmc/boost-dbus/cmake/
H A DFindGMock.cmake90 list(APPEND _gmock_libpath_suffixes
94 list(APPEND _gmock_libpath_suffixes

123