Commit 14d8d06ad5851d2142782d806af75d8619d4e843

Authored by Eric Lee
1 parent e2306c6f6d
Exists in master

remove ifplugd daemon

Showing 9 changed files with 9 additions and 8 deletions Side-by-side Diff

recipes-fsl/images/imx6q1gsmarc-fsl-image-gui.bb
... ... @@ -73,7 +73,6 @@
73 73 cpufrequtils \
74 74 nano \
75 75 vim \
76   - ifplugd \
77 76 tzdata \
78 77 ntp \
79 78 boost \
recipes-fsl/images/imx6q1gsmarc-fsl-image-qt5.bb
... ... @@ -40,7 +40,6 @@
40 40 cpufrequtils \
41 41 nano \
42 42 vim \
43   - ifplugd \
44 43 tzdata \
45 44 ntp \
46 45 boost \
recipes-fsl/images/imx6q2gsmarc-fsl-image-gui.bb
... ... @@ -73,7 +73,6 @@
73 73 cpufrequtils \
74 74 nano \
75 75 vim \
76   - ifplugd \
77 76 tzdata \
78 77 ntp \
79 78 boost \
recipes-fsl/images/imx6q2gsmarc-fsl-image-qt5.bb
... ... @@ -40,7 +40,6 @@
40 40 cpufrequtils \
41 41 nano \
42 42 vim \
43   - ifplugd \
44 43 tzdata \
45 44 ntp \
46 45 boost \
recipes-fsl/images/imx6solosmarc-fsl-image-gui.bb
... ... @@ -73,7 +73,6 @@
73 73 cpufrequtils \
74 74 nano \
75 75 vim \
76   - ifplugd \
77 76 tzdata \
78 77 ntp \
79 78 boost \
recipes-fsl/images/imx6solosmarc-fsl-image-qt5.bb
... ... @@ -40,7 +40,6 @@
40 40 cpufrequtils \
41 41 nano \
42 42 vim \
43   - ifplugd \
44 43 tzdata \
45 44 ntp \
46 45 boost \
recipes-fsl/images/imx6u1gsmarc-fsl-image-gui.bb
... ... @@ -73,7 +73,6 @@
73 73 cpufrequtils \
74 74 nano \
75 75 vim \
76   - ifplugd \
77 76 tzdata \
78 77 ntp \
79 78 boost \
recipes-fsl/images/imx6u1gsmarc-fsl-image-qt5.bb
... ... @@ -40,7 +40,6 @@
40 40 cpufrequtils \
41 41 nano \
42 42 vim \
43   - ifplugd \
44 43 tzdata \
45 44 ntp \
46 45 boost \
recipes-kernel/linux/linux-smarcfimx6_%.bbappend
  1 +# Copyright (C) 2013, 2014 Freescale Semiconductor
  2 +# Released under the MIT license (see COPYING.MIT for the terms)
  3 +
  4 +do_configure_append() {
  5 + if [ "${USE_GPU_VIV_MODULE}" = "1" ]; then
  6 + sed -i s/CONFIG_MXC_GPU_VIV=y/CONFIG_MXC_GPU_VIV=n/g ${S}/.config
  7 + sed -i s/CONFIG_MXC_GPU_VIV=y/CONFIG_MXC_GPU_VIV=n/g ${S}/../defconfig
  8 + fi
  9 +}