From: Martin Jansa Date: Fri, 2 Jul 2010 07:31:00 +0000 (+0200) Subject: qi: add om-gta0* overrides to build qi only for right cpu X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=783112e1436e54b68744f3fe36c0f07a742981d3;p=openembedded.git qi: add om-gta0* overrides to build qi only for right cpu Signed-off-by: Martin Jansa --- diff --git a/recipes/qi/qi.inc b/recipes/qi/qi.inc index 05cf144188..0b5451a082 100644 --- a/recipes/qi/qi.inc +++ b/recipes/qi/qi.inc @@ -42,6 +42,13 @@ do_compile() { make CPU=s3c6410 } +do_compile_om-gta01() { + make clean && make CPU=s3c2410 +} +do_compile_om-gta02() { + make clean && make CPU=s3c2442 +} + do_deploy () { install -d ${DEPLOY_DIR_IMAGE} cp -f image/qi-*.udfu ${DEPLOY_DIR_IMAGE} diff --git a/recipes/qi/qi_git.bb b/recipes/qi/qi_git.bb index 37733a85e8..d6986b8ac2 100644 --- a/recipes/qi/qi_git.bb +++ b/recipes/qi/qi_git.bb @@ -1,5 +1,5 @@ require qi.inc -PR = "r2" +PR = "r3" PR_append = "+gitr${SRCPV}" SRCREV = "c38b062a609f1442e6a9e13005cfbdfd59a5ac0d"