summarylogtreecommitdiffstats
path: root/bitbake.install
blob: 68ab95bf3dd81052396dec17ecbc4f74c4d6f2fc (plain)
1
2
3
4
post_install() {
    echo "Please add to `/usr/lib/python2.7/site-packages/bb' to PYTHONPATH shell variable in order for bitbake to work."
    echo "example: echo export PYTHONPATH=/usr/lib/python2.7/site-packages/bb >> ~/.bash_profile"
}