From ae0c9e769240d9eddb4f31f0e64c57f2d0734959 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 25 Aug 2017 15:36:24 +0200 Subject: [PATCH] Increase cap quota for usb_drv --- repos/dde_linux/run/usb_hid.run | 2 +- repos/gems/run/cpu_load_display.run | 2 +- repos/gems/run/cpu_sampler_noux.run | 2 +- repos/gems/run/http_blk.run | 2 +- repos/libports/run/lwip.run | 2 +- repos/libports/run/nic_dump.run | 2 +- repos/libports/run/nic_router.run | 2 +- repos/libports/run/qt5_drivers.inc | 2 +- repos/libports/run/smartcard.run | 2 +- repos/os/recipes/raw/drivers_interactive-pc/drivers.config | 2 +- repos/os/run/demo.run | 2 +- repos/os/run/usb_block.run | 2 +- repos/ports/run/netperf.inc | 2 +- repos/ports/run/noux_net_netcat.run | 2 +- repos/ports/run/noux_tool_chain.inc | 2 +- repos/ports/run/seoul.inc | 2 +- repos/ports/run/virtualbox.run | 2 +- repos/ports/run/virtualbox_auto.inc | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/repos/dde_linux/run/usb_hid.run b/repos/dde_linux/run/usb_hid.run index a3b9870db..3e4584af2 100644 --- a/repos/dde_linux/run/usb_hid.run +++ b/repos/dde_linux/run/usb_hid.run @@ -112,7 +112,7 @@ append config { - + diff --git a/repos/gems/run/cpu_load_display.run b/repos/gems/run/cpu_load_display.run index 03b051b9c..41f52280b 100644 --- a/repos/gems/run/cpu_load_display.run +++ b/repos/gems/run/cpu_load_display.run @@ -94,7 +94,7 @@ append_if [have_spec ps2] config { } append_if [need_usb_hid] config { - + diff --git a/repos/gems/run/cpu_sampler_noux.run b/repos/gems/run/cpu_sampler_noux.run index f37ccdcc7..6b6f4f96e 100644 --- a/repos/gems/run/cpu_sampler_noux.run +++ b/repos/gems/run/cpu_sampler_noux.run @@ -98,7 +98,7 @@ append_if [have_spec gpio] config " " append_if [need_usb_hid] config { - + diff --git a/repos/gems/run/http_blk.run b/repos/gems/run/http_blk.run index ab8a334b7..26371b484 100644 --- a/repos/gems/run/http_blk.run +++ b/repos/gems/run/http_blk.run @@ -71,7 +71,7 @@ append_if [have_spec gpio] config " " append_if $use_usb_driver config { - + diff --git a/repos/libports/run/lwip.run b/repos/libports/run/lwip.run index 763fddbb5..b8ef9ec5c 100644 --- a/repos/libports/run/lwip.run +++ b/repos/libports/run/lwip.run @@ -92,7 +92,7 @@ append_if [have_spec gpio] config " " append_if $use_usb_driver config { - + diff --git a/repos/libports/run/nic_dump.run b/repos/libports/run/nic_dump.run index 8e54a71ea..58caba5b6 100644 --- a/repos/libports/run/nic_dump.run +++ b/repos/libports/run/nic_dump.run @@ -63,7 +63,7 @@ proc nic_drv_config { } { } if {[nic_drv] == "usb_drv"} { append result { - + diff --git a/repos/libports/run/nic_router.run b/repos/libports/run/nic_router.run index 578d9d163..f5b82a280 100644 --- a/repos/libports/run/nic_router.run +++ b/repos/libports/run/nic_router.run @@ -67,7 +67,7 @@ proc nic_drv_config { } { } if {[nic_drv] == "usb_drv"} { append result { - + diff --git a/repos/libports/run/qt5_drivers.inc b/repos/libports/run/qt5_drivers.inc index dc4880a3f..5709d64f5 100644 --- a/repos/libports/run/qt5_drivers.inc +++ b/repos/libports/run/qt5_drivers.inc @@ -267,7 +267,7 @@ proc drivers_start_nodes { feature_arg } { if { [use_usb_drv feature] } { append start_nodes { - + } append_if [use_usb_input feature] start_nodes { diff --git a/repos/libports/run/smartcard.run b/repos/libports/run/smartcard.run index ab707c515..81bb5e107 100644 --- a/repos/libports/run/smartcard.run +++ b/repos/libports/run/smartcard.run @@ -74,7 +74,7 @@ append config { - + diff --git a/repos/os/recipes/raw/drivers_interactive-pc/drivers.config b/repos/os/recipes/raw/drivers_interactive-pc/drivers.config index 494539c48..6bdf79ae7 100644 --- a/repos/os/recipes/raw/drivers_interactive-pc/drivers.config +++ b/repos/os/recipes/raw/drivers_interactive-pc/drivers.config @@ -103,7 +103,7 @@ - + diff --git a/repos/os/run/demo.run b/repos/os/run/demo.run index 61ea85a81..f3de2a071 100644 --- a/repos/os/run/demo.run +++ b/repos/os/run/demo.run @@ -91,7 +91,7 @@ append_if [have_spec ps2] config { } append_if [need_usb_hid] config { - + diff --git a/repos/os/run/usb_block.run b/repos/os/run/usb_block.run index da3929e3e..f26b7a9ff 100644 --- a/repos/os/run/usb_block.run +++ b/repos/os/run/usb_block.run @@ -68,7 +68,7 @@ append config { - + diff --git a/repos/ports/run/netperf.inc b/repos/ports/run/netperf.inc index 7c3bbaa46..afbfb45ce 100644 --- a/repos/ports/run/netperf.inc +++ b/repos/ports/run/netperf.inc @@ -155,7 +155,7 @@ proc usb_drv_ram_quota {} { } append_if $use_usb_driver config { - + diff --git a/repos/ports/run/noux_net_netcat.run b/repos/ports/run/noux_net_netcat.run index 4d1c1c164..324d09608 100644 --- a/repos/ports/run/noux_net_netcat.run +++ b/repos/ports/run/noux_net_netcat.run @@ -118,7 +118,7 @@ append_if [have_spec gpio] config " " append_if $use_usb_driver config { - + diff --git a/repos/ports/run/noux_tool_chain.inc b/repos/ports/run/noux_tool_chain.inc index 38e66cd0b..ef87714fb 100644 --- a/repos/ports/run/noux_tool_chain.inc +++ b/repos/ports/run/noux_tool_chain.inc @@ -126,7 +126,7 @@ append_if [have_spec ps2] config { } append_if $use_usb_input config { - + diff --git a/repos/ports/run/seoul.inc b/repos/ports/run/seoul.inc index 75a215538..9ad0009b4 100644 --- a/repos/ports/run/seoul.inc +++ b/repos/ports/run/seoul.inc @@ -271,7 +271,7 @@ append config { } append_if $use_usb config { - + diff --git a/repos/ports/run/virtualbox.run b/repos/ports/run/virtualbox.run index 4a35e44b6..1db06bfb6 100644 --- a/repos/ports/run/virtualbox.run +++ b/repos/ports/run/virtualbox.run @@ -86,7 +86,7 @@ append_if [expr $use_ps2] config { } append_if [expr $use_usb] config { - + } diff --git a/repos/ports/run/virtualbox_auto.inc b/repos/ports/run/virtualbox_auto.inc index aa60f2562..c295266fa 100644 --- a/repos/ports/run/virtualbox_auto.inc +++ b/repos/ports/run/virtualbox_auto.inc @@ -300,7 +300,7 @@ append_if [expr $use_usb] config { - +