diff options
Diffstat (limited to 'packages/linux/linux-omap.inc')
-rw-r--r-- | packages/linux/linux-omap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-omap.inc b/packages/linux/linux-omap.inc index d4f4b77d37..e4ce5a1e3c 100644 --- a/packages/linux/linux-omap.inc +++ b/packages/linux/linux-omap.inc @@ -1,7 +1,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for OMAP processors" LICENSE = "GPL" -DEPENDS = "u-boot" +DEPENDS = ${@['u-boot','u-boot-omap2430sdp'][bb.data.getVar('MACHINE',d,1) == 'omap2430sdp']} inherit kernel |