mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
fmlib: new package
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5e27a98b4d
commit
68d35f7d92
14
package/fmlib/Config.in
Normal file
14
package/fmlib/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
comment "fmlib needs a Linux kernel to be built"
|
||||
depends on !BR2_LINUX_KERNEL
|
||||
|
||||
config BR2_PACKAGE_FMLIB
|
||||
bool "fmlib"
|
||||
depends on BR2_powerpc_e500mc
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
The Frame Manager library provides Freescale PowerPC platforms an
|
||||
API on top of the Frame Manager driver ioctl calls, that provides
|
||||
a user space application with a simple way to configure driver
|
||||
parameters and PCD (parse - classify - distribute) rules.
|
||||
|
||||
http://git.freescale.com/git/cgit.cgi/ppc/sdk/fmlib.git/tree/README
|
||||
Reference in New Issue
Block a user