* [PATCH 0/1] meta-yocto/conf/toasterconf.json: remove SDKMACHINE
@ 2015-12-02 18:47 brian avery
2015-12-02 18:47 ` [PATCH 1/1] meta-yocto/conf/toasterconf.json: remove SDKMACHINE variable as it no longer used brian avery
0 siblings, 1 reply; 2+ messages in thread
From: brian avery @ 2015-12-02 18:47 UTC (permalink / raw)
To: poky
Hi,
This removes the SDKMACHINE variable from meta-yocto/conf/toasterconf.json
as it is no longer used.
-b
The following changes since commit 698c74c373110ed081a7586e21d4a27b8b44c89b:
libsdl: remove redundant configure_tweak patch (2015-12-01 21:32:15 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib bavery/remove-SDKMAHINE-meta-yocto-toasterconf
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/remove-SDKMAHINE-meta-yocto-toasterconf
brian avery (1):
meta-yocto/conf/toasterconf.json: remove SDKMACHINE variable as it no
longer used
meta-yocto/conf/toasterconf.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] meta-yocto/conf/toasterconf.json: remove SDKMACHINE variable as it no longer used
2015-12-02 18:47 [PATCH 0/1] meta-yocto/conf/toasterconf.json: remove SDKMACHINE brian avery
@ 2015-12-02 18:47 ` brian avery
0 siblings, 0 replies; 2+ messages in thread
From: brian avery @ 2015-12-02 18:47 UTC (permalink / raw)
To: poky
Signed-off-by: brian avery <avery.brian@gmail.com>
---
meta-yocto/conf/toasterconf.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json
index 3df1703..3f79f42 100644
--- a/meta-yocto/conf/toasterconf.json
+++ b/meta-yocto/conf/toasterconf.json
@@ -4,8 +4,7 @@
"DISTRO" : "poky",
"IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
"IMAGE_INSTALL_append": "",
- "PACKAGE_CLASSES": "package_rpm",
- "SDKMACHINE" : "x86_64"
+ "PACKAGE_CLASSES": "package_rpm"
},
"layersources": [
{
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-02 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 18:47 [PATCH 0/1] meta-yocto/conf/toasterconf.json: remove SDKMACHINE brian avery
2015-12-02 18:47 ` [PATCH 1/1] meta-yocto/conf/toasterconf.json: remove SDKMACHINE variable as it no longer used brian avery
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.