Lines Matching full:openbmc
4 # This script is responsible for setting up a openbmc/openbmc build
10 # GERRIT_PROJECT: openbmc/meta-* layer under test (i.e. openbmc/meta-phosphor)
20 # git clone https://github.com/openbmc/openbmc-test-automation.git --branch ${GERRIT_BRANCH} --sing…
21 git clone https://github.com/openbmc/openbmc-test-automation.git --branch master --single-branch
29 # Remove openbmc dir in prep for full repo clone
30 rm -rf openbmc
32 # Clone openbmc/openbmc
33 git clone https://github.com/openbmc/openbmc.git --branch "${GERRIT_BRANCH}" --single-branch
36 mkdir -p ./openbmc/"$META_REPO"/
39 rm -rf ./openbmc/"$META_REPO"/*
42 cp -Rf "$META_REPO"/* ./openbmc/"$META_REPO"/
45 cd openbmc