summarylogtreecommitdiffstats
path: root/bitbake.install
diff options
context:
space:
mode:
authorFelipe F. Tonello2016-07-21 15:50:50 +0100
committerFelipe F. Tonello2016-07-21 15:50:50 +0100
commitb9cc0c8332e1677c2d9ee6e9ca1c3e0262efb976 (patch)
tree78ed537831e40048efba3c8a5d7e04223eedc953 /bitbake.install
downloadaur-b9cc0c8332e1677c2d9ee6e9ca1c3e0262efb976.tar.gz
Initial version of bitbake support for Arch
This PKGBUILD contains two packages: - bitbake: containing all binaries and libraries necessary to run bitbake. - bitbake-vim: Vim related files to assist on recipes editing. TODO: support toaster via a bitbake-toaster package.
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"
+}