[oe-commits] org.oe.dev bitbake.conf: Switch OPIE prefix to /usr.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Jul 3 05:05:28 UTC 2007


bitbake.conf: Switch OPIE prefix to /usr.
* With the other latest changes, this produces bootable system, still needs
more detailed testing.
* The next stage is fix data/plugin file location.
* Partially closes #2254.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: c5035132cd6dbe8eaff9dea1563d4377fb9a4f0c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c5035132cd6dbe8eaff9dea1563d4377fb9a4f0c
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r087798134183942c86b08d35267af8f5a981217b -rc5035132cd6dbe8eaff9dea1563d4377fb9a4f0c
#
# 
# 
# patch "conf/bitbake.conf"
#  from [d52250874c724734f38a1342376ffb804d7a19fb]
#    to [4481b02aa24ad52f996889ffadf4f12e9912c116]
# 
============================================================
--- conf/bitbake.conf	d52250874c724734f38a1342376ffb804d7a19fb
+++ conf/bitbake.conf	4481b02aa24ad52f996889ffadf4f12e9912c116
@@ -319,8 +319,8 @@ export OPIEDIR = "${STAGING_DIR}/${HOST_
 export QTDIR = "${STAGING_DIR}/${HOST_SYS}/qt2"
 export QPEDIR = "${STAGING_DIR}/${HOST_SYS}"
 export OPIEDIR = "${STAGING_DIR}/${HOST_SYS}"
-export palmtopdir = "/opt/QtPalmtop"
-export palmqtdir = "/opt/QtPalmtop"
+export palmtopdir = "${prefix}"
+export palmqtdir = "${prefix}"
 
 ##################################################################
 # Download locations and utilities.






More information about the Openembedded-commits mailing list