| Submitter | Denis Carikli |
|---|---|
| Date | May 21, 2011, 1:24 p.m. |
| Message ID | <1305984274-18073-2-git-send-email-GNUtoo@no-log.org> |
| Download | mbox | patch |
| Permalink | /patch/4565/ |
| State | Accepted |
| Headers | show |
Comments
Hello. On Sat, 2011-05-21 at 15:24, Denis 'GNUtoo' Carikli wrote: > The bug20 uses a different kernel than the one defined in omap3.inc > So the PR should be independant of omap3.inc. > > Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@buglabs.net> > --- > conf/machine/bug20.conf | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf > index 97369e3..2d80e82 100644 > --- a/conf/machine/bug20.conf > +++ b/conf/machine/bug20.conf > @@ -21,6 +21,7 @@ GUI_MACHINE_CLASS = "bigscreen" > require conf/machine/include/omap3.inc > > PREFERRED_PROVIDER_virtual/kernel = "linux-bug20-linaro" > +MACHINE_KERNEL_PR = "r102" > > IMAGE_FSTYPES += "tar.bz2 ubi" > EXTRA_IMAGECMD_jffs2 = "-lnp " regards Stefan Schmidt
Patch
diff --git a/conf/machine/bug20.conf b/conf/machine/bug20.conf index 97369e3..2d80e82 100644 --- a/conf/machine/bug20.conf +++ b/conf/machine/bug20.conf @@ -21,6 +21,7 @@ GUI_MACHINE_CLASS = "bigscreen" require conf/machine/include/omap3.inc PREFERRED_PROVIDER_virtual/kernel = "linux-bug20-linaro" +MACHINE_KERNEL_PR = "r102" IMAGE_FSTYPES += "tar.bz2 ubi" EXTRA_IMAGECMD_jffs2 = "-lnp "
The bug20 uses a different kernel than the one defined in omap3.inc So the PR should be independant of omap3.inc. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> --- conf/machine/bug20.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)