* [PATCH 0/1] grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native'
@ 2012-08-24 18:06 Mihai Lindner
2012-08-24 18:06 ` [PATCH 1/1] " Mihai Lindner
2012-08-27 15:46 ` [PATCH 0/1] " Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Mihai Lindner @ 2012-08-24 18:06 UTC (permalink / raw)
To: openembedded-core
"ERROR: Nothing PROVIDES 'grub-efi-x86_64-native'" is returned when
trying to build meta-intel/meta-cedartrail with DEFAULTTUNE = "core2-64"
Used TRANSLATED_TARGET_ARCH instead of TARGET_ARCH in grub-efi.bbclass
[YOCTO #3013]
Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com>
---
Mihai Lindner (1):
grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native' error
meta/classes/grub-efi.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.12
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native'
2012-08-24 18:06 [PATCH 0/1] grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native' Mihai Lindner
@ 2012-08-24 18:06 ` Mihai Lindner
2012-08-27 15:46 ` [PATCH 0/1] " Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Mihai Lindner @ 2012-08-24 18:06 UTC (permalink / raw)
To: openembedded-core
"ERROR: Nothing PROVIDES 'grub-efi-x86_64-native'" is returned when
trying to build meta-intel/meta-cedartrail with DEFAULTTUNE = "core2-64"
Used TRANSLATED_TARGET_ARCH instead of TARGET_ARCH in grub-efi.bbclass
[YOCTO #3013]
Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com>
---
meta/classes/grub-efi.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass
index a093628..c6f5d4e 100644
--- a/meta/classes/grub-efi.bbclass
+++ b/meta/classes/grub-efi.bbclass
@@ -14,7 +14,7 @@
# ${GRUB_OPTS} - additional options to add to the config, ';' delimited # (optional)
# ${GRUB_TIMEOUT} - timeout before executing the deault label (optional)
-do_bootimg[depends] += "grub-efi-${TARGET_ARCH}-native:do_deploy"
+do_bootimg[depends] += "grub-efi-${TRANSLATED_TARGET_ARCH}-native:do_deploy"
GRUBCFG = "${S}/grub.cfg"
GRUB_TIMEOUT ?= "10"
--
1.7.12
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native'
2012-08-24 18:06 [PATCH 0/1] grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native' Mihai Lindner
2012-08-24 18:06 ` [PATCH 1/1] " Mihai Lindner
@ 2012-08-27 15:46 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-08-27 15:46 UTC (permalink / raw)
To: Mihai Lindner; +Cc: openembedded-core
On 08/24/2012 11:06 AM, Mihai Lindner wrote:
> "ERROR: Nothing PROVIDES 'grub-efi-x86_64-native'" is returned when
> trying to build meta-intel/meta-cedartrail with DEFAULTTUNE = "core2-64"
> Used TRANSLATED_TARGET_ARCH instead of TARGET_ARCH in grub-efi.bbclass
>
> [YOCTO #3013]
>
> Signed-off-by: Mihai Lindner <mihaix.lindner@linux.intel.com>
> ---
>
> Mihai Lindner (1):
> grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native' error
>
> meta/classes/grub-efi.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-27 15:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 18:06 [PATCH 0/1] grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native' Mihai Lindner
2012-08-24 18:06 ` [PATCH 1/1] " Mihai Lindner
2012-08-27 15:46 ` [PATCH 0/1] " Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox