aboutsummaryrefslogtreecommitdiffstats
path: root/classes/opie.bbclass
AgeCommit message (Collapse)Author
2016-06-12Fixes for Python 3Paul Eggleton
OE-Core master now requires Python 3 so we need to ensure Python code here is compatible. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2015-10-31classes/opie: fix ownership of files installed in do_opie_installPaul Eggleton
We're adding our own install task here, this needs to be marked as fakeroot so that it runs under pseudo and thus files are installed as root. In the process I discovered that a function exported with EXPORT_FUNCTIONS marked as fakeroot doesn't actually end up as a fakeroot task - you have to force it using d.setVarFlag() from anonymous python; this is probably a bug in BitBake. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-08-01Fix whitespace issuesPaul Eggleton
Ensure we use only four spaces in all python functions; this avoids warnings and errors triggered by the recent cleanup in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-16classes: rename oeclass -> bbclass in commentsPaul Eggleton
oeclass was the old extension for bbclass files. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20Tidy up definitions of OPIE_GIT_PV / OPIE_SRCREVPaul Eggleton
If you want to build Opie, then you should be using one of the .inc files from meta-opie/conf/distro/include to set everything up correctly. Thus, remove all additional definitions of these variables and add a warning to be shown if one of the inc files has not been used. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20Remove/replace remaining references to OPIE_CVS_PVPaul Eggleton
Opie development moved to git some time ago, we now have OPIE_GIT_PV instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-20libopie2: install include.pro into palmtopdirPaul Eggleton
Installing files into the sysroot during do_install is not a good idea - in particular this breaks with OE-core's machine-specific sysroots. Instead we now install it to ${D}${palmtopdir} and package it with the other development files, and apply a sed hack to all .pro files within opie.bbclass to ensure it gets found when building each package. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-02opie.bbclass: fix install racePaul Eggleton
do_opie_install apparently needs to occur after do_install, or it doesn't install anything. Without this, they occur in parallel and so sometimes it works and other times it doesn't. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30initial commit of meta-opiePaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>