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