#!/bin/bash # # Copyright (c) 2010-2011, Intel Corporation. # # SPDX-License-Identifier: GPL-2.0-or-later # # # This script is intended to be used to send a patch series prepared by the # create-pull-request script to Open Embedded and The Yocto Project, as well # as to related projects and layers. # AUTO=0 AUTO_CL=0 GITSOBCC="--suppress-cc=all" # Prevent environment leakage to these vars. unset TO unset CC unset AUTO_CC unset EXTRA_CC usage() { cat <