From f8535440b76413b0b0e2062589d1c71a97c3fb7c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 11 Jul 2015 08:55:08 +0200 Subject: [PATCH] rtl8169: And kill the COMPATIBLE_MACHINE completely Yes, this does require a PCI bus and will not run on a BTS but there is no specific config file or such. --- recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb b/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb index 2c554e3..3dad8d5 100644 --- a/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb +++ b/recipes-bsp/rtl8169-eeprom/rtl8169-eeprom_git.bb @@ -4,8 +4,6 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "pciutils" -COMPATIBLE_MACHINE = "(sysmocom-bsc|sysmocom-idu|sysmocom-bsc-e1)" - SRCREV = "e62e515ce314599e48b268dac69d2f16a504264c" SRC_URI = "git://git.sysmocom.de/rtl8168-eeprom;protocol=git;branch=master" PV = "v0.0.1+git${SRCPV}"