aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/post-setup-environment
blob: 6807d5f6c7a24f4cbfc779dc22dd50326af3b436 (plain)
1
2
3
4
if [ -e conf/local.conf ]; then
    sed -i -e 's@\(CORE_IMAGE_EXTRA_INSTALL.*\)oprofile\(.*\)@\1\2@' \
           -e 's@\(EXTRA_IMAGE_FEATURES.*\)tools-profile\(.*\)@\1\2@' conf/local.conf
fi