* [PATCH] toasterconf.json: Set default distro to nodistro
@ 2015-10-24 23:39 Khem Raj
2016-04-07 16:42 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-10-24 23:39 UTC (permalink / raw)
To: openembedded-core
This makes it self-sufficient with OE-Core
Generate ext4 instead of ext3, most of Qemu
targets in oe-core now use ext4
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta/conf/toasterconf.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
index c8e42ef..1ee6d29 100644
--- a/meta/conf/toasterconf.json
+++ b/meta/conf/toasterconf.json
@@ -1,8 +1,8 @@
{
"config": {
"MACHINE" : "qemux86",
- "DISTRO" : "poky",
- "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
+ "DISTRO" : "nodistro",
+ "IMAGE_FSTYPES": "ext4 jffs2 tar.bz2",
"IMAGE_INSTALL_append": "",
"PACKAGE_CLASSES": "package_rpm",
"SDKMACHINE" : "x86_64"
--
2.6.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] toasterconf.json: Set default distro to nodistro
2015-10-24 23:39 [PATCH] toasterconf.json: Set default distro to nodistro Khem Raj
@ 2016-04-07 16:42 ` Koen Kooi
2016-04-07 17:04 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2016-04-07 16:42 UTC (permalink / raw)
To: openembedded-core
> Op 24 okt. 2015, om 16:39 heeft Khem Raj <raj.khem@gmail.com> het volgende geschreven:
>
> This makes it self-sufficient with OE-Core
> Generate ext4 instead of ext3, most of Qemu
> targets in oe-core now use ext4
Any reason this still hasn’t been applied yet?
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta/conf/toasterconf.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/toasterconf.json b/meta/conf/toasterconf.json
> index c8e42ef..1ee6d29 100644
> --- a/meta/conf/toasterconf.json
> +++ b/meta/conf/toasterconf.json
> @@ -1,8 +1,8 @@
> {
> "config": {
> "MACHINE" : "qemux86",
> - "DISTRO" : "poky",
> - "IMAGE_FSTYPES": "ext3 jffs2 tar.bz2",
> + "DISTRO" : "nodistro",
> + "IMAGE_FSTYPES": "ext4 jffs2 tar.bz2",
> "IMAGE_INSTALL_append": "",
> "PACKAGE_CLASSES": "package_rpm",
> "SDKMACHINE" : "x86_64"
> --
> 2.6.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] toasterconf.json: Set default distro to nodistro
2016-04-07 16:42 ` Koen Kooi
@ 2016-04-07 17:04 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2016-04-07 17:04 UTC (permalink / raw)
To: Koen Kooi, openembedded-core
On Thu, 2016-04-07 at 09:42 -0700, Koen Kooi wrote:
> > Op 24 okt. 2015, om 16:39 heeft Khem Raj <raj.khem@gmail.com> het
> > volgende geschreven:
> >
> > This makes it self-sufficient with OE-Core
> > Generate ext4 instead of ext3, most of Qemu
> > targets in oe-core now use ext4
>
> Any reason this still hasn’t been applied yet?
It got lost in the system and a reminder helps. Its in -next now, sorry
about the delay.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-07 17:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24 23:39 [PATCH] toasterconf.json: Set default distro to nodistro Khem Raj
2016-04-07 16:42 ` Koen Kooi
2016-04-07 17:04 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox