| Submitter | Andrea Adami |
|---|---|
| Date | Jan. 20, 2013, 10:11 p.m. |
| Message ID | <4f361da0244066ce479b6e7f6db4375dc9983f18.1358719629.git.andrea.adami@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/42997/ |
| State | Accepted, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-tiny.scc b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-tiny.scc index 5db1834..918de3e 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-tiny.scc +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-tiny.scc @@ -2,6 +2,6 @@ define KMACHINE akita define KTYPE tiny define KARCH arm -include ktypes/tiny +include ktypes/tiny/tiny.scc kconf hardware akita-kexecboot.cfg diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-tiny.scc b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-tiny.scc index 3a55040..2f20731 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-tiny.scc +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-tiny.scc @@ -2,6 +2,6 @@ define KMACHINE c7x0 define KTYPE tiny define KARCH arm -include ktypes/tiny +include ktypes/tiny/tiny.scc kconf hardware c7x0-kexecboot.cfg diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-tiny.scc b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-tiny.scc index 3142aca..14027f1 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-tiny.scc +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-tiny.scc @@ -2,6 +2,6 @@ define KMACHINE collie define KTYPE tiny define KARCH arm -include ktypes/tiny +include ktypes/tiny/tiny.scc kconf hardware collie-kexecboot.cfg diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-tiny.scc b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-tiny.scc index 9f475e1..995f057 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-tiny.scc +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-tiny.scc @@ -2,6 +2,6 @@ define KMACHINE poodle define KTYPE tiny define KARCH arm -include ktypes/tiny +include ktypes/tiny/tiny.scc kconf hardware poodle-kexecboot.cfg diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-tiny.scc b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-tiny.scc index 803e176..588e066 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-tiny.scc +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-tiny.scc @@ -2,6 +2,6 @@ define KMACHINE spitz define KTYPE tiny define KARCH arm -include ktypes/tiny +include ktypes/tiny/tiny.scc kconf hardware spitz-kexecboot.cfg diff --git a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-tiny.scc b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-tiny.scc index d74ac0d..95044f8 100644 --- a/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-tiny.scc +++ b/recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-tiny.scc @@ -2,6 +2,6 @@ define KMACHINE tosa define KTYPE tiny define KARCH arm -include ktypes/tiny +include ktypes/tiny/tiny.scc kconf hardware tosa-kexecboot.cfg
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> --- .../linux/linux-yocto-tiny-kexecboot-3.2/akita/akita-tiny.scc | 2 +- recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/c7x0/c7x0-tiny.scc | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/collie/collie-tiny.scc | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/poodle/poodle-tiny.scc | 2 +- .../linux/linux-yocto-tiny-kexecboot-3.2/spitz/spitz-tiny.scc | 2 +- recipes-kernel/linux/linux-yocto-tiny-kexecboot-3.2/tosa/tosa-tiny.scc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)