diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-07-22 15:53:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:21:57 +0100 |
commit | d9bf0a05c2b6676b5d4a4de5c3ccdbb70a25be17 (patch) | |
tree | b902e33eb560e5738abe3406b1b51c32ddfd8b2e /meta-rt | |
parent | eca768799692e8cee60279c684290ac7423f8703 (diff) | |
download | poky-d9bf0a05c2b6676b5d4a4de5c3ccdbb70a25be17.tar.gz |
meta-rt: default KMACHINE and SRCREV_machine to avoid parsing errors
Without a default KMACHINE and SRCREV_machine the git URL will fail to
expand to something usable and we get a parsing error. This approach was
also used in the non-rt version of this recipe.
(From OE-Core rev: 92aa6a587f4fabfadbebdb7ae24306d36f43910a)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-rt')
-rw-r--r-- | meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb b/meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb index d58b86baad..0ca53ae436 100644 --- a/meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb +++ b/meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | inherit kernel | 1 | inherit kernel |
2 | require recipes-kernel/linux/linux-yocto.inc | 2 | require recipes-kernel/linux/linux-yocto.inc |
3 | 3 | ||
4 | KMACHINE = "common-pc" | ||
4 | KMACHINE_qemux86 = "common_pc" | 5 | KMACHINE_qemux86 = "common_pc" |
5 | KMACHINE_qemux86-64 = "common_pc_64" | 6 | KMACHINE_qemux86-64 = "common_pc_64" |
6 | 7 | ||
@@ -13,6 +14,7 @@ KBRANCH = ${KMACHINE}-${LINUX_KERNEL_TYPE} | |||
13 | 14 | ||
14 | SRCREV_machine_qemux86 = "439602eb6acd53d9beb8493710310214fc7bd749" | 15 | SRCREV_machine_qemux86 = "439602eb6acd53d9beb8493710310214fc7bd749" |
15 | SRCREV_machine_qemux86-64 = "3c84c45ad3c3592f9c7ff4076de9bee417cd322e" | 16 | SRCREV_machine_qemux86-64 = "3c84c45ad3c3592f9c7ff4076de9bee417cd322e" |
17 | SRCREV_machine = "439602eb6acd53d9beb8493710310214fc7bd749" | ||
16 | SRCREV_meta = "e1f85a470934a0cf6abde5d95533e74501822c6b" | 18 | SRCREV_meta = "e1f85a470934a0cf6abde5d95533e74501822c6b" |
17 | 19 | ||
18 | PR = "r2" | 20 | PR = "r2" |