diff options
Diffstat (limited to 'recipes-kernel/hdm-usb/hdm-usb.bb')
-rw-r--r-- | recipes-kernel/hdm-usb/hdm-usb.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/hdm-usb/hdm-usb.bb b/recipes-kernel/hdm-usb/hdm-usb.bb index d8724d4f9..417412798 100644 --- a/recipes-kernel/hdm-usb/hdm-usb.bb +++ b/recipes-kernel/hdm-usb/hdm-usb.bb @@ -24,3 +24,6 @@ do_install_append () { echo "hdm_usb" > ${D}${sysconfdir}/modules-load.d/hdm_usb.conf fi } + +# These sources are currently for the porter kernel only +COMPATIBLE_MACHINE = "porter" |