summarylogtreecommitdiffstats
path: root/bitbake.install
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake.install')
-rw-r--r--bitbake.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake.install b/bitbake.install
new file mode 100644
index 000000000000..68ab95bf3dd8
--- /dev/null
+++ b/bitbake.install
@@ -0,0 +1,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"
+}