summaryrefslogtreecommitdiff
path: root/recipes-core/usb-rndis
AgeCommit message (Collapse)Author
2020-06-18usb-rndis-systemd: drop recipeMax Krummenacher
The last user of this were the Tegras using the downstream kernel which were dropped. Drop the recipe. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 800e3beb2415365098581f8dcd2d473f7098d35b)
2020-06-17usb-rndis-systemd: some cleaning upMing Liu
- Drop FILES_${PN}, it's redundant. - Drop deprecated NATIVE_SYSTEMD_SUPPORT. Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 091ab721540ab40742d9ef1c0d4c48b74d14b96d)
2019-03-04apalis/colibri-t20 -t30: drop machinesMax Krummenacher
These machines use an old Nvidia provided downstream kernel 3.1.10. They no longer much the way more recent sysroot components, e.g. libc, xserver et. al. The maintance burden to keep the userspace components in their old version becomes simply to high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-12-22recipes: fix invalid license file locationMax Krummenacher
Use '${COMMON_LICENSE_DIR} for license files fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: | ${COREBASE}/LICENSE is not a valid license file, please use |'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. |This will become an error in the future Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29apalis-tk1: integrate usb-rndismeta-toradex_splitMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2015-10-20apalis/colibri_t20/30 aka tegras: fix usb rndis operationMarcel Ziswiler
We noticed that our latest move to using systemd/networkd leaves the rndis0 interface down. Manually bringing the link up solved the issue. As a workaround add upping the link to our start-rndis.sh script.
2015-05-12usb-rndis-systemd: remove RNDIS interface/udhcp setupStefan Agner
Since we use networkd now for RNDIS network interface setup now, we can remove the custom part which starts up the RNDIS device and sets up a DHCP server.
2015-03-10usb-rndis: fix various issues with dhcpd service for RNDISMax Krummenacher
- Make sure leases file is not persistent (in /var/run now) This allows to serve the same IP to the generated (and hence different IP addresses) - Start RNDIS service after the network.target - Tegra: Add extra service for udhcpd. When running dhcpd directly from udev, the daemon will be killed after a while
2014-11-13apalis/colibri_imx6: disable usb rndis systemd serviceMarcel Ziswiler
Disable USB RNDIS systemd service for now due to possible race upon first boot: [ OK ] Started Load/Configure the kernel driver providing the RNDIS gadget. => system hang
2014-08-04usb-rndis: drop use of ifconfig in favor of ipMax Krummenacher
ifconfig does no longer understand 192.168.11.2/24 and its use is deprecated, so instead of changing to another way of stating the subnetmask use /sbin/ip.
2014-08-04usb-rndis: add config for g_ether.ko solutionMax Krummenacher
i.MX6 and Vybrid modules use the g_ether driver for RNDIS functionality. This commit uses a systemd service to load the kernel module, configures the new usb0 NIC and starts a dhcp server to serve an IP address to a USB host. The Tegras use the android gadget driver. The configuration remains unchanged.
2014-08-04recipes-core/hdmi-hotplug/hdmi-hotplug.bbMax Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2012-12-17rndis: set a revision in recipe, limit leases to 1Max Krummenacher
2012-12-07usb-rndis: make sure the interface is up when a host connectsMax Krummenacher
2012-11-26usb-rndis:Max Krummenacher
- add recipe which configures RNDIS and dhcp on the new NIC requires kernel commit b7e977a36ee2b1ab1a55238761fe8d63df9bc638 see also http://permalink.gmane.org/gmane.linux.usb.general/56244