console-mipv6-image: add skeleton image for ipv6 mobility folks
authorKoen Kooi <koen@openembedded.org>
Tue, 4 Dec 2007 12:59:16 +0000 (12:59 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 4 Dec 2007 12:59:16 +0000 (12:59 +0000)
packages/images/console-mipv6-image.bb [new file with mode: 0644]
packages/tasks/task-mipl.bb [new file with mode: 0644]

diff --git a/packages/images/console-mipv6-image.bb b/packages/images/console-mipv6-image.bb
new file mode 100644 (file)
index 0000000..3c9995c
--- /dev/null
@@ -0,0 +1,7 @@
+# This image is for testing the ipv6 mobility extensions
+
+require console-image.bb
+IMAGE_INSTALL += " task-mipl "
+
+export IMAGE_BASENAME = "console-mobile-ipv6-image"
+
diff --git a/packages/tasks/task-mipl.bb b/packages/tasks/task-mipl.bb
new file mode 100644 (file)
index 0000000..9e2dce5
--- /dev/null
@@ -0,0 +1,16 @@
+# Tasks for IPv6 Mobility extensions, needs:
+# CONFIG_IPV6_MIP6=y
+# CONFIG_IPV6=y
+# in the kernel .config
+
+DESCRIPTION = "Mobile ipv6 extensions"
+
+inherit task
+
+PACKAGE_ARCH = "all"
+
+RDEPENDS = "mipv6"
+RRECOMMENDS = "kernel-module-ipv6 \
+               kernel-module-mip6 \
+              "
+