From: Claudius Heine <claudius.heine.ext@siemens.com>
To: isar-users@googlegroups.com, Harald Seiler <hws@denx.de>
Subject: Re: [PATCH v2] remove RaspberryPi support
Date: Tue, 12 Feb 2019 17:49:27 +0100 [thread overview]
Message-ID: <6d05d375-383e-fb41-aa5e-15da2dce0eab@siemens.com> (raw)
In-Reply-To: <20190212164008.GM805@yssyq.m.ilbers.de>
Hi,
On 12/02/2019 17.40, Baurzhan Ismagulov wrote:
> On Tue, Feb 12, 2019 at 01:41:11PM +0100, Claudius Heine wrote:
>> Well the issue to update rpi to stretch in gh is open for 1.5 years.
>
> Testing non-Debian and oldstable has value.
>
> Meanwhile, I've bisected the problem to ee5518c Fix all shell-script
> expansions. Any idea what could have gone wrong?
meta-isar/conf/distro/raspbian-configscript.sh:
-KERNEL_IMAGE=`ls /boot | grep vmlinuz`
+KERNEL_IMAGE="$(find /boot -maxdepth 1 -name "vmlinuz*" -printf "%p\n")"
Well the difference here is that the first one results in
'vmlinuz-4.9.0-6-rpi' and the change results in '/boot/vmlinuz-4.9.0-6-rpi'
Correctly it should be:
KERNEL_IMAGE="$(find /boot -maxdepth 1 -name "vmlinuz*" -printf "%P\n")"
(notice the big P instead of the p in the format string)
Cheers,
Claudius
>
> With kind regards,
> Baurzhan.
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: ch@denx.de
next prev parent reply other threads:[~2019-02-12 16:49 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-11 12:41 [Discussion] Deprecating Raspberry Pi Claudius Heine
2019-02-11 12:48 ` Jan Kiszka
2019-02-11 13:30 ` Claudius Heine
2019-02-11 13:51 ` [PATCH] remove raspberry support claudius.heine.ext
2019-02-11 14:03 ` Jan Kiszka
2019-02-12 9:30 ` [PATCH v2] remove RaspberryPi support claudius.heine.ext
2019-02-12 11:39 ` Baurzhan Ismagulov
2019-02-12 12:41 ` Claudius Heine
2019-02-12 16:40 ` Baurzhan Ismagulov
2019-02-12 16:49 ` Claudius Heine [this message]
2019-02-17 10:16 ` Baurzhan Ismagulov
2019-02-11 14:03 ` [Discussion] Deprecating Raspberry Pi Baurzhan Ismagulov
2019-02-11 14:11 ` Claudius Heine
2019-02-11 14:27 ` Baurzhan Ismagulov
2019-02-11 15:17 ` Claudius Heine
2019-02-17 10:44 ` Baurzhan Ismagulov
2019-02-18 8:44 ` Claudius Heine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6d05d375-383e-fb41-aa5e-15da2dce0eab@siemens.com \
--to=claudius.heine.ext@siemens.com \
--cc=hws@denx.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox