diff options
-rw-r--r-- | recipes/qi/qi.inc | 7 | ||||
-rw-r--r-- | recipes/qi/qi_git.bb | 2 |
2 files changed, 8 insertions, 1 deletions
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" |