1#!/bin/sh 2 3echo "Setting up graphviz..." 4 5# Create /usr/lib/graphviz/config6 6$OECORE_NATIVE_SYSROOT/usr/bin/dot -c 7