summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux
diff options
context:
space:
mode:
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-05-24 17:59:10 +0200
committerbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-05-24 17:59:10 +0200
commitf9e6b6e4f6488c1b34662b20cd57b5f415f58305 (patch)
tree3666fb26ccad9684f0096cc7a1f8010354bc754d /meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux
parentc8836925509d3de6655984fbf38875e13893871d (diff)
On master enable the CONFIG_USB_NET_SMSC75XX driver
This is for the 3b+ board. Change-Id: I428a12b836c1f7c3f01b29602e666ae28efd647f Bug-AGL: SPEC-2456 Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux')
-rw-r--r--meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg
index aa9649050..993d15084 100644
--- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg
+++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/raspberrypi_network.cfg
@@ -1,5 +1,5 @@
-
-CONFIG_USB_NET_SMSC95XX=y
CONFIG_NETDEVICES=y
-CONFIG_USB_NET_DRIVERS=y
CONFIG_USB_USBNET=y
+CONFIG_USB_NET_DRIVERS=y
+CONFIG_USB_NET_SMSC95XX=y
+CONFIG_USB_NET_SMSC75XX=y
/span> SECTION = "apps" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" DEPENDS = " \ qtbase \ qtdeclarative \ qtquickcontrols2 \ wayland-native \ wayland \ qtwayland \ qtwayland-native \ agl-compositor \ applaunchd \ " PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH} \ file://homescreen.service \ " SRCREV = "${AGL_APP_REVISION}" S = "${WORKDIR}/git" inherit qmake5 systemd pkgconfig PATH:prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" OE_QMAKE_CXXFLAGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" do_install:append() { install -d ${D}${systemd_user_unitdir}/agl-session.target.wants install -m0644 ${WORKDIR}/homescreen.service ${D}${systemd_user_unitdir}/homescreen.service ln -s ../homescreen.service ${D}${systemd_user_unitdir}/agl-session.target.wants/homescreen.service } FILES:${PN} += " ${systemd_user_unitdir}" RDEPENDS:${PN} += " \ applaunchd \ qtwayland \ qtbase-qmlplugins \ qtgraphicaleffects-qmlplugins \ "