aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2011-09-08qmake_base.bbclass: remove in favour of the one in OE-corePaul Eggleton
The differences are negligible for building Opie. 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-20palmtop.bbclass: disable desktop file QA checksPaul Eggleton
Qtopia desktop files are not expected to conform to the same standards that .desktop files in traditional environments (such as GNOME) would, therefore disable the desktop file QA checks for all recipes that inherit from palmtop.bbclass. 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-30Fix for OE-core change to logging commandsPaul Eggleton
Fix for oenote -> bbnote, oefatal -> bbfatal etc. 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>