All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Enable mplayer to be built in arm64 architectures
@ 2015-09-15 13:21 jpinto
  2015-09-15 21:13 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: jpinto @ 2015-09-15 13:21 UTC (permalink / raw)
  To: buildroot

This patch enables the mplayer application to be built for a arm64 based
system. It was tested in a ARM Juno r1 (ARMv8 development board).

Signed-off-by: jpinto <jpinto@synopsys.com>
Tested-by: jpinto <jpinto@synopsys.com>
---
 package/mplayer/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mplayer/Config.in b/package/mplayer/Config.in
index 79ff3b1..7a8b03f 100644
--- a/package/mplayer/Config.in
+++ b/package/mplayer/Config.in
@@ -3,7 +3,7 @@ config BR2_PACKAGE_MPLAYER_ARCH_SUPPORTS
 	default y
 	# Those architectures are not supported by MPlayer
 	depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb \
-		|| BR2_microblaze || BR2_aarch64 || BR2_nios2)
+		|| BR2_microblaze || BR2_nios2)
 	# Broken support for <ARMv5
 	depends on !BR2_ARM_CPU_ARMV4
 
-- 
1.8.1.5

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

* [Buildroot] [PATCH] Enable mplayer to be built in arm64 architectures
  2015-09-15 13:21 [Buildroot] [PATCH] Enable mplayer to be built in arm64 architectures jpinto
@ 2015-09-15 21:13 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-09-15 21:13 UTC (permalink / raw)
  To: buildroot

Hello,

Same thing as the other patch: use your full name as the author and
Signed-off-by. So you should change your $HOME/.gitconfig to something
like:

[user]
        name = Joao Pinto
        email = Joao.Pinto at synopsys.com

Also, the commit title should be:

	mplayer: enable for building on aarch64

The main idea is that all patches should have their title prefixed by
the package they are touching.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-09-15 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-15 13:21 [Buildroot] [PATCH] Enable mplayer to be built in arm64 architectures jpinto
2015-09-15 21:13 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.