| Submitter | Tom Rini |
|---|---|
| Date | March 28, 2012, 6:12 p.m. |
| Message ID | <1332958352-12828-1-git-send-email-trini@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/24767/ |
| State | New |
| Headers | show |
Comments
On 03/28/2012 11:12 AM, Tom Rini wrote: > As per > http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html > a machine conf file should use '=+' to set IMAGE_FSTYPES. > > Signed-off-by: Tom Rini<trini@ti.com> > --- > meta/conf/machine/include/qemu.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc > index 10ab76e..a34477c 100644 > --- a/meta/conf/machine/include/qemu.inc > +++ b/meta/conf/machine/include/qemu.inc > @@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" > > MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" > > -IMAGE_FSTYPES ?= "tar.bz2 ext3" > +IMAGE_FSTYPES =+ "tar.bz2 ext3" > > ROOT_FLASH_SIZE = "280" > Merged into OE-Core Thanks Sau!
Patch
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 10ab76e..a34477c 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" -IMAGE_FSTYPES ?= "tar.bz2 ext3" +IMAGE_FSTYPES =+ "tar.bz2 ext3" ROOT_FLASH_SIZE = "280"
As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '=+' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini <trini@ti.com> --- meta/conf/machine/include/qemu.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)