mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Mark some packages as not usable on non-MMU systems
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
85e54a6b77
commit
d6993ef3d0
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_GPSD
|
config BR2_PACKAGE_GPSD
|
||||||
bool "gpsd"
|
bool "gpsd"
|
||||||
|
# Uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
gpsd is a service daemon that monitors one or more GPSes or AIS
|
gpsd is a service daemon that monitors one or more GPSes or AIS
|
||||||
receivers attached to a host computer through serial or USB ports,
|
receivers attached to a host computer through serial or USB ports,
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_INPUT_EVENT_DAEMON
|
config BR2_PACKAGE_INPUT_EVENT_DAEMON
|
||||||
bool "input-event-daemon"
|
bool "input-event-daemon"
|
||||||
|
# Uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
input-event-daemon is a daemon which executes
|
input-event-daemon is a daemon which executes
|
||||||
a user-defined command on input events, such as
|
a user-defined command on input events, such as
|
||||||
|
@ -2,6 +2,8 @@ config BR2_PACKAGE_KBD
|
|||||||
bool "kbd"
|
bool "kbd"
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
|
# Uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
Keytable files and keyboard utilities.
|
Keytable files and keyboard utilities.
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
config BR2_PACKAGE_SETSERIAL
|
config BR2_PACKAGE_SETSERIAL
|
||||||
bool "setserial"
|
bool "setserial"
|
||||||
|
# Uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
Setserial : configuration of serial ports
|
Setserial : configuration of serial ports
|
||||||
|
@ -2,6 +2,8 @@ config BR2_PACKAGE_SYSSTAT
|
|||||||
bool "sysstat"
|
bool "sysstat"
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
|
# Uses fork()
|
||||||
|
depends on BR2_USE_MMU
|
||||||
help
|
help
|
||||||
The sysstat utilities are a collection of performance
|
The sysstat utilities are a collection of performance
|
||||||
monitoring tools for Linux. These include sar, sadf, mpstat,
|
monitoring tools for Linux. These include sar, sadf, mpstat,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user