aboutsummaryrefslogtreecommitdiffstats
path: root/dynamic-layers/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend
blob: 2b9c4fbc50b306e260b67fb7ee1469fc8cf9aef3 (plain)
1
2
3
4
5
6
do_deploy_append() {
    # We need the GIC enabled for Xen to work.
    if [ "${@bb.utils.contains('DISTRO_FEATURES', 'xen', 'yes', 'no', d)}" = "yes" ]; then
        echo "enable_gic=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt
    fi
}