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