* [Buildroot] [PATCH] package/rpi-firmware: install missing library
@ 2017-07-14 22:09 Yann E. MORIN
2017-07-15 7:08 ` Thomas Petazzoni
2017-07-15 8:10 ` Thomas Petazzoni
0 siblings, 2 replies; 6+ messages in thread
From: Yann E. MORIN @ 2017-07-14 22:09 UTC (permalink / raw)
To: buildroot
The vcdbg utility is linked to a few libraries, which so far were all
provided by the rpi-userland package.
But a not-so-recent bump of rpi-firmware pulled in a vcdbg that is
linked to an additional library, which is not privided by rpi-userland,
so we must install it.
Reported-by: cluelessperson on #buildroot
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
package/rpi-firmware/rpi-firmware.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index 134fcebb57..2c5832c963 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -31,6 +31,8 @@ ifeq ($(BR2_PACKAGE_RPI_FIRMWARE_INSTALL_VCDBG),y)
define RPI_FIRMWARE_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0700 $(@D)/$(if BR2_ARM_EABIHF,hardfp/)opt/vc/bin/vcdbg \
$(TARGET_DIR)/usr/sbin/vcdbg
+ $(INSTALL) -D -m 0644 $(@D)/$(if BR2_ARM_EABIHF,hardfp/)opt/vc/lib/libelftoolchain.so \
+ $(TARGET_DIR)/usr/lib/libelftoolchain.so
endef
endif # INSTALL_VCDBG
--
2.11.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] package/rpi-firmware: install missing library
2017-07-14 22:09 [Buildroot] [PATCH] package/rpi-firmware: install missing library Yann E. MORIN
@ 2017-07-15 7:08 ` Thomas Petazzoni
2017-07-15 9:45 ` Yann E. MORIN
2017-07-15 8:10 ` Thomas Petazzoni
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2017-07-15 7:08 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 15 Jul 2017 00:09:36 +0200, Yann E. MORIN wrote:
> The vcdbg utility is linked to a few libraries, which so far were all
> provided by the rpi-userland package.
>
> But a not-so-recent bump of rpi-firmware pulled in a vcdbg that is
> linked to an additional library, which is not privided by rpi-userland,
> so we must install it.
Could you qualify "not-so-recent" bump ? It's just to know if this is
applicable to our LTS release.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] package/rpi-firmware: install missing library
2017-07-15 7:08 ` Thomas Petazzoni
@ 2017-07-15 9:45 ` Yann E. MORIN
2017-07-15 10:06 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2017-07-15 9:45 UTC (permalink / raw)
To: buildroot
Thomas, All,
On 2017-07-15 09:08 +0200, Thomas Petazzoni spake thusly:
> On Sat, 15 Jul 2017 00:09:36 +0200, Yann E. MORIN wrote:
> > The vcdbg utility is linked to a few libraries, which so far were all
> > provided by the rpi-userland package.
> >
> > But a not-so-recent bump of rpi-firmware pulled in a vcdbg that is
> > linked to an additional library, which is not privided by rpi-userland,
> > so we must install it.
>
> Could you qualify "not-so-recent" bump ? It's just to know if this is
> applicable to our LTS release.
The library was added in September 2016, and we bumped since then, so
yes, the fix applies to both the LTS branch and the maintenance branch
as well.
Regards,
Yann E. MORIN.
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] package/rpi-firmware: install missing library
2017-07-15 9:45 ` Yann E. MORIN
@ 2017-07-15 10:06 ` Thomas Petazzoni
2017-07-19 16:19 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2017-07-15 10:06 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 15 Jul 2017 11:45:37 +0200, Yann E. MORIN wrote:
> On 2017-07-15 09:08 +0200, Thomas Petazzoni spake thusly:
> > On Sat, 15 Jul 2017 00:09:36 +0200, Yann E. MORIN wrote:
> > > The vcdbg utility is linked to a few libraries, which so far were all
> > > provided by the rpi-userland package.
> > >
> > > But a not-so-recent bump of rpi-firmware pulled in a vcdbg that is
> > > linked to an additional library, which is not privided by rpi-userland,
> > > so we must install it.
> >
> > Could you qualify "not-so-recent" bump ? It's just to know if this is
> > applicable to our LTS release.
>
> The library was added in September 2016, and we bumped since then, so
> yes, the fix applies to both the LTS branch and the maintenance branch
> as well.
ACK. So Peter: please apply to 2017.02.x and 2017.05.x! :-)
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] package/rpi-firmware: install missing library
2017-07-15 10:06 ` Thomas Petazzoni
@ 2017-07-19 16:19 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2017-07-19 16:19 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Hello,
> On Sat, 15 Jul 2017 11:45:37 +0200, Yann E. MORIN wrote:
>> On 2017-07-15 09:08 +0200, Thomas Petazzoni spake thusly:
>> > On Sat, 15 Jul 2017 00:09:36 +0200, Yann E. MORIN wrote:
>> > > The vcdbg utility is linked to a few libraries, which so far were all
>> > > provided by the rpi-userland package.
>> > >
>> > > But a not-so-recent bump of rpi-firmware pulled in a vcdbg that is
>> > > linked to an additional library, which is not privided by rpi-userland,
>> > > so we must install it.
>> >
>> > Could you qualify "not-so-recent" bump ? It's just to know if this is
>> > applicable to our LTS release.
>>
>> The library was added in September 2016, and we bumped since then, so
>> yes, the fix applies to both the LTS branch and the maintenance branch
>> as well.
> ACK. So Peter: please apply to 2017.02.x and 2017.05.x! :-)
Committed to 2017.02.x and 2017.05.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] package/rpi-firmware: install missing library
2017-07-14 22:09 [Buildroot] [PATCH] package/rpi-firmware: install missing library Yann E. MORIN
2017-07-15 7:08 ` Thomas Petazzoni
@ 2017-07-15 8:10 ` Thomas Petazzoni
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-07-15 8:10 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 15 Jul 2017 00:09:36 +0200, Yann E. MORIN wrote:
> The vcdbg utility is linked to a few libraries, which so far were all
> provided by the rpi-userland package.
>
> But a not-so-recent bump of rpi-firmware pulled in a vcdbg that is
> linked to an additional library, which is not privided by rpi-userland,
> so we must install it.
>
> Reported-by: cluelessperson on #buildroot
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
> package/rpi-firmware/rpi-firmware.mk | 2 ++
> 1 file changed, 2 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-07-19 16:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-14 22:09 [Buildroot] [PATCH] package/rpi-firmware: install missing library Yann E. MORIN
2017-07-15 7:08 ` Thomas Petazzoni
2017-07-15 9:45 ` Yann E. MORIN
2017-07-15 10:06 ` Thomas Petazzoni
2017-07-19 16:19 ` Peter Korsgaard
2017-07-15 8:10 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox