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