blob: 3ab950cb687297e738a4b282a40d2fd3d091a52f (
plain)
1
2
3
4
5
|
require mlinux-factory-image.bb
DESCRIPTION = "mLinux factory image with rs9113 drivers"
# Extra stuff to install
IMAGE_INSTALL += "dnsmasq bluez5-noinst-tools python-dbus kernel-module-rs9113 rs9113-autostart rs9113-util"
|