From 030b1ed0255350ec266d0674e397b9ab2487c6bf Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 14 Feb 2017 02:08:59 +0000 Subject: kernel: most: add mostcore module dependencies Varies recipes depend on the mostcore module being built first. This patchset fixes a race condition that causes invalid module builds. Issue: SPEC-438 Change-Id: I045e88bc4aa31409937860a377bc43c25a194a2e Signed-off-by: Matt Ranostay --- recipes-kernel/hdm-i2c/hdm-i2c.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/hdm-i2c/hdm-i2c.bb') diff --git a/recipes-kernel/hdm-i2c/hdm-i2c.bb b/recipes-kernel/hdm-i2c/hdm-i2c.bb index e1e93ee0..90216ec2 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 -- cgit 1.2.3-korg