| Submitter | Andrea Adami |
|---|---|
| Date | March 2, 2013, 7:06 p.m. |
| Message ID | <1362251176-26068-1-git-send-email-andrea.adami@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/45443/ |
| State | Accepted, archived |
| Headers | show |
Comments
On Saturday 02 March 2013 20:06:16 Andrea Adami wrote: > * note: only collie is using cramfs as factory default > > Signed-off-by: Andrea Adami <andrea.adami@gmail.com> > --- > .../linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot.cfg | 2 > +- .../linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.cfg > | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecboot.cfg > | 2 +- > .../linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecboot.cfg | 2 > +- .../linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot.cfg > | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.cfg > | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) > > diff --git > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot > .cfg > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot > .cfg index 82bb479..84523d7 100644 > --- > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot > .cfg +++ > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot > .cfg @@ -1417,7 +1417,7 @@ CONFIG_UBIFS_FS_LZO=y > CONFIG_UBIFS_FS_ZLIB=y > # CONFIG_UBIFS_FS_DEBUG is not set > # CONFIG_LOGFS is not set > -# CONFIG_CRAMFS is not set > +CONFIG_CRAMFS=y > # CONFIG_SQUASHFS is not set > # CONFIG_VXFS_FS is not set > # CONFIG_MINIX_FS is not set > diff --git > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.c > fg > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.c > fg index 0ef169b..0265150 100644 > --- > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.c > fg +++ > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.c > fg @@ -1411,7 +1411,7 @@ CONFIG_UBIFS_FS_LZO=y > CONFIG_UBIFS_FS_ZLIB=y > # CONFIG_UBIFS_FS_DEBUG is not set > # CONFIG_LOGFS is not set > -# CONFIG_CRAMFS is not set > +CONFIG_CRAMFS=y > # CONFIG_SQUASHFS is not set > # CONFIG_VXFS_FS is not set > # CONFIG_MINIX_FS is not set > diff --git > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecbo > ot.cfg > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecbo > ot.cfg index e01ceae..ba5334d 100644 > --- > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecbo > ot.cfg +++ > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecbo > ot.cfg @@ -1315,7 +1315,7 @@ CONFIG_UBIFS_FS_LZO=y > CONFIG_UBIFS_FS_ZLIB=y > # CONFIG_UBIFS_FS_DEBUG is not set > # CONFIG_LOGFS is not set > -# CONFIG_CRAMFS is not set > +CONFIG_CRAMFS=y > # CONFIG_SQUASHFS is not set > # CONFIG_VXFS_FS is not set > # CONFIG_MINIX_FS is not set > diff --git > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecbo > ot.cfg > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecbo > ot.cfg index 04e53bd..5acf22c 100644 > --- > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecbo > ot.cfg +++ > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecbo > ot.cfg @@ -1319,7 +1319,7 @@ CONFIG_UBIFS_FS_LZO=y > CONFIG_UBIFS_FS_ZLIB=y > # CONFIG_UBIFS_FS_DEBUG is not set > # CONFIG_LOGFS is not set > -# CONFIG_CRAMFS is not set > +CONFIG_CRAMFS=y > # CONFIG_SQUASHFS is not set > # CONFIG_VXFS_FS is not set > # CONFIG_MINIX_FS is not set > diff --git > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot > .cfg > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot > .cfg index 338209d..2e864c0 100644 > --- > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot > .cfg +++ > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot > .cfg @@ -1416,7 +1416,7 @@ CONFIG_UBIFS_FS_LZO=y > CONFIG_UBIFS_FS_ZLIB=y > # CONFIG_UBIFS_FS_DEBUG is not set > # CONFIG_LOGFS is not set > -# CONFIG_CRAMFS is not set > +CONFIG_CRAMFS=y > # CONFIG_SQUASHFS is not set > # CONFIG_VXFS_FS is not set > # CONFIG_MINIX_FS is not set > diff --git > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.c > fg > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.c > fg index 855d70b..e055f5b 100644 > --- > a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.c > fg +++ > b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.c > fg @@ -1320,7 +1320,7 @@ CONFIG_UBIFS_FS_LZO=y > CONFIG_UBIFS_FS_ZLIB=y > # CONFIG_UBIFS_FS_DEBUG is not set > # CONFIG_LOGFS is not set > -# CONFIG_CRAMFS is not set > +CONFIG_CRAMFS=y > # CONFIG_SQUASHFS is not set > # CONFIG_VXFS_FS is not set > # CONFIG_MINIX_FS is not set Applied, thanks. Cheers, Paul
Patch
diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot.cfg b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot.cfg index 82bb479..84523d7 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot.cfg +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot.cfg @@ -1417,7 +1417,7 @@ CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UBIFS_FS_DEBUG is not set # CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set +CONFIG_CRAMFS=y # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.cfg b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.cfg index 0ef169b..0265150 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.cfg +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.cfg @@ -1411,7 +1411,7 @@ CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UBIFS_FS_DEBUG is not set # CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set +CONFIG_CRAMFS=y # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecboot.cfg b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecboot.cfg index e01ceae..ba5334d 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecboot.cfg +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecboot.cfg @@ -1315,7 +1315,7 @@ CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UBIFS_FS_DEBUG is not set # CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set +CONFIG_CRAMFS=y # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecboot.cfg b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecboot.cfg index 04e53bd..5acf22c 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecboot.cfg +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecboot.cfg @@ -1319,7 +1319,7 @@ CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UBIFS_FS_DEBUG is not set # CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set +CONFIG_CRAMFS=y # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot.cfg b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot.cfg index 338209d..2e864c0 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot.cfg +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot.cfg @@ -1416,7 +1416,7 @@ CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UBIFS_FS_DEBUG is not set # CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set +CONFIG_CRAMFS=y # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.cfg b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.cfg index 855d70b..e055f5b 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.cfg +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.cfg @@ -1320,7 +1320,7 @@ CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y # CONFIG_UBIFS_FS_DEBUG is not set # CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set +CONFIG_CRAMFS=y # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set
* note: only collie is using cramfs as factory default Signed-off-by: Andrea Adami <andrea.adami@gmail.com> --- .../linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-kexecboot.cfg | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-kexecboot.cfg | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-kexecboot.cfg | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-kexecboot.cfg | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-kexecboot.cfg | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-kexecboot.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)