All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Bug/Typo in ffmpeg.mk
@ 2012-02-13 21:05 universeII at gmx.de
  2012-02-13 21:28 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: universeII at gmx.de @ 2012-02-13 21:05 UTC (permalink / raw)
  To: buildroot

Hi buildroot guys,
I just found the buildroot project due to a magazine article and I'm really impressed how simple cross compiling is using this tool.

I'm trying to create a system for a 7400 power-pc and I think I found a typo in
/package/multimedia/ffmpeg/ffmpeg.mk

line 148 is:
FFMPEG_CONF_OPT -= --enable-altivec

but should be:
FFMPEG_CONF_OPT += --enable-altivec

My first step is to try running the new kernel/system in qemu, but I'm not sure which option to parameter -M is the correct one for the 7400 CPU.

qemu help gives me the following options:

> qemu-system-ppc -M ?
Supported machines are:
virtex-ml507 Xilinx Virtex ML507 reference design
mpc8544ds  mpc8544ds
bamboo     bamboo (alias of bamboo-0.13)
bamboo-0.13 bamboo
bamboo-0.12 bamboo
ref405ep   ref405ep
taihu      taihu
mac99      Mac99 based PowerMAC
g3beige    Heathrow based PowerMAC (default)
prep       PowerPC PREP platform

Can anyone give me a hint?

Regards,
Andreas
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

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

* [Buildroot] Bug/Typo in ffmpeg.mk
  2012-02-13 21:05 [Buildroot] Bug/Typo in ffmpeg.mk universeII at gmx.de
@ 2012-02-13 21:28 ` Peter Korsgaard
       [not found]   ` <20120325133208.166570@gmx.net>
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-02-13 21:28 UTC (permalink / raw)
  To: buildroot

>>>>> "universeII" == universeII  <universeII@gmx.de> writes:

 universeII> Hi buildroot guys,

 universeII> I just found the buildroot project due to a magazine
 universeII> article and I'm really impressed how simple cross compiling
 universeII> is using this tool.

Thanks. Out of interest, what magazine was that?

 universeII> I'm trying to create a system for a 7400 power-pc and I
 universeII> think I found a typo in
 universeII> /package/multimedia/ffmpeg/ffmpeg.mk

 universeII> line 148 is:
 universeII> FFMPEG_CONF_OPT -= --enable-altivec

 universeII> but should be:
 universeII> FFMPEG_CONF_OPT += --enable-altivec

Good catch! I've fixed it in git now.

 universeII> My first step is to try running the new kernel/system in
 universeII> qemu, but I'm not sure which option to parameter -M is the
 universeII> correct one for the 7400 CPU.

I'm not sure for 7400 either (perhaps check on the qemu list), but we do
have a ppc qemu defconfig (make qemu_ppc_g3beige_defconfig). See
board/qemu/powerpc-g3beige/readme.txt for details of qemu options.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] (no subject)
       [not found]   ` <20120325133208.166570@gmx.net>
@ 2012-03-25 15:04     ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-03-25 15:04 UTC (permalink / raw)
  To: buildroot

>>>>> "universeII" == universeII  <universeII@gmx.de> writes:

Hi,

 universeII> I'm still new to buildroot and a little bit confused.

 universeII> My goal is to convince my company to replace the actually
 universeII> used LynxOS by Linux on our self developed PowerPC VME
 universeII> boards.  The only difference is a non-standard serial port,
 universeII> so I'm searching the kernel's serial driver.  Calling make
 universeII> menuconfig I do not find any possibility to select the
 universeII> different device drivers as I normally do when compiling
 universeII> vanilla kernels. Where can I configure which drivers are
 universeII> compiled into the kernel and which drivers will be compiled
 universeII> as modules?

make menuconfig is the configuration options for buildroot. To see the
configuration options for the Linux kernel, first make sure you have
enabled Kernel->Linux Kernel and then run:

make linux-menuconfig

To see the menuconfig interface of the kernel.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-03-25 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 21:05 [Buildroot] Bug/Typo in ffmpeg.mk universeII at gmx.de
2012-02-13 21:28 ` Peter Korsgaard
     [not found]   ` <20120325133208.166570@gmx.net>
2012-03-25 15:04     ` [Buildroot] (no subject) Peter Korsgaard

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.