diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/aim-cdev/aim-cdev.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/aim-network/aim-network.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/aim-sound/aim-sound.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/aim-v4l2/aim-v4l2.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/hdm-dim2/hdm-dim2.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/hdm-i2c/hdm-i2c.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/hdm-usb/hdm-usb.bb | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/recipes-kernel/aim-cdev/aim-cdev.bb b/recipes-kernel/aim-cdev/aim-cdev.bb index 09c24ce76..e8c101e94 100644 --- a/recipes-kernel/aim-cdev/aim-cdev.bb +++ b/recipes-kernel/aim-cdev/aim-cdev.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build character device driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module diff --git a/recipes-kernel/aim-network/aim-network.bb b/recipes-kernel/aim-network/aim-network.bb index b731f9351..7ef192ce3 100644 --- a/recipes-kernel/aim-network/aim-network.bb +++ b/recipes-kernel/aim-network/aim-network.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build networking driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module diff --git a/recipes-kernel/aim-sound/aim-sound.bb b/recipes-kernel/aim-sound/aim-sound.bb index ae8d7d8b5..cb2b98361 100644 --- a/recipes-kernel/aim-sound/aim-sound.bb +++ b/recipes-kernel/aim-sound/aim-sound.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build ALSA driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module diff --git a/recipes-kernel/aim-v4l2/aim-v4l2.bb b/recipes-kernel/aim-v4l2/aim-v4l2.bb index 41dbf6dbd..5233eed98 100644 --- a/recipes-kernel/aim-v4l2/aim-v4l2.bb +++ b/recipes-kernel/aim-v4l2/aim-v4l2.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build V4L2 driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module diff --git a/recipes-kernel/hdm-dim2/hdm-dim2.bb b/recipes-kernel/hdm-dim2/hdm-dim2.bb index 6e156f1b9..a91792991 100644 --- a/recipes-kernel/hdm-dim2/hdm-dim2.bb +++ b/recipes-kernel/hdm-dim2/hdm-dim2.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build DIM2 adapter driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module diff --git a/recipes-kernel/hdm-i2c/hdm-i2c.bb b/recipes-kernel/hdm-i2c/hdm-i2c.bb index e1e93ee04..90216ec28 100644 --- a/recipes-kernel/hdm-i2c/hdm-i2c.bb +++ b/recipes-kernel/hdm-i2c/hdm-i2c.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build I2C adapter driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module diff --git a/recipes-kernel/hdm-usb/hdm-usb.bb b/recipes-kernel/hdm-usb/hdm-usb.bb index 4c1ef8a6d..df45e3709 100644 --- a/recipes-kernel/hdm-usb/hdm-usb.bb +++ b/recipes-kernel/hdm-usb/hdm-usb.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Build USB adapter driver for MOST" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +DEPENDS = " mostcore" inherit module |