diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-02 09:31:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-02 09:34:33 +0200 |
commit | 783112e1436e54b68744f3fe36c0f07a742981d3 (patch) | |
tree | 842954c5f4c0b6a26591553514a87ad2eede3b77 | |
parent | 8d6ce365059f41dfe457c83b5de7b3c7e1d2f398 (diff) |
qi: add om-gta0* overrides to build qi only for right cpu
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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" |