diff options
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/slugos-image.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/meta/slugos-image.bb b/packages/meta/slugos-image.bb index fec417af95..c01ab6c487 100644 --- a/packages/meta/slugos-image.bb +++ b/packages/meta/slugos-image.bb @@ -67,6 +67,9 @@ SLUGOS_SUPPORT ?= "diffutils cpio findutils udev" # other than the network to output error messages!) SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole" +#FIXME: this is temporary to ensure the correct versions are obtained +DEPENDS = "virtual/kernel virtual/ixp-eth" + RDEPENDS = "kernel ixp-eth \ base-files base-passwd netbase \ busybox hotplug-ng initscripts-slugos slugos-init \ |