public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] meta-isar/raspbian: Update kernel and initrd version
@ 2017-10-06 15:23 Alexander Smirnov
  2017-10-13 15:32 ` Baurzhan Ismagulov
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Smirnov @ 2017-10-06 15:23 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov

Kernel version in Raspbian jessie has been updated, so this
patch updates version in Isar.

There is a proper fix for this issue:

https://github.com/ilbers/isar/commit/52b8d3563568f1245eea2d74b366f24e94207c56

But it's outdated, so rebase, testing and possible refactoring is needed.
So for now I'd suggest to use this patch to ublock Isar build for RPi.

Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
 meta-isar/conf/multiconfig/rpi-jessie.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-isar/conf/multiconfig/rpi-jessie.conf b/meta-isar/conf/multiconfig/rpi-jessie.conf
index 29c361c..82b38d2 100644
--- a/meta-isar/conf/multiconfig/rpi-jessie.conf
+++ b/meta-isar/conf/multiconfig/rpi-jessie.conf
@@ -31,7 +31,7 @@ IMAGE_PREINSTALL += " \
     vim \
     "
 
-KERNEL_IMAGE ?= "vmlinuz-4.9.0-2-rpi"
-INITRD_IMAGE ?= "initrd.img-4.9.0-2-rpi"
+KERNEL_IMAGE ?= "vmlinuz-4.9.0-3-rpi"
+INITRD_IMAGE ?= "initrd.img-4.9.0-3-rpi"
 
 ROOTFS_DEV ?= "mmcblk0p2"
-- 
2.1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] meta-isar/raspbian: Update kernel and initrd version
  2017-10-06 15:23 [PATCH] meta-isar/raspbian: Update kernel and initrd version Alexander Smirnov
@ 2017-10-13 15:32 ` Baurzhan Ismagulov
  0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2017-10-13 15:32 UTC (permalink / raw)
  To: isar-users; +Cc: asmirnov

On Fri, Oct 06, 2017 at 06:23:29PM +0300, Alexander Smirnov wrote:
> Kernel version in Raspbian jessie has been updated, so this
> patch updates version in Isar.

Thanks, applied to master.

With kind regards,
Baurzhan.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-13 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 15:23 [PATCH] meta-isar/raspbian: Update kernel and initrd version Alexander Smirnov
2017-10-13 15:32 ` Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox