diff options
Diffstat (limited to 'virtual/gpe-image.oe')
-rw-r--r-- | virtual/gpe-image.oe | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/gpe-image.oe b/virtual/gpe-image.oe index e69de29bb2..a61c0203af 100644 --- a/virtual/gpe-image.oe +++ b/virtual/gpe-image.oe @@ -0,0 +1,17 @@ +export IMAGE_BASENAME = "gpe-image" + +DEPENDS = 'glibc base-files base-passwd-3.5.7 \ + busybox dropbear hotplug ifupdown ipkg initscripts strace \ + netbase tslib module-init-tools resolvconf sysvinit tinylogin \ + diet-x11-cvs xserver matchbox-wm matchbox-desktop matchbox-panel \ + meta-gpe prelink ttf-bitstream-vera' + +export IPKG_INSTALL = 'base-files base-passwd \ + busybox dropbear \ + libc6 hotplug ifupdown ipkg strace \ + initscripts kernel-modules \ + netbase resolvconf \ + tslib libgcc1 sysvinit tinylogin xserver-kdrive-fbdev \ + gpe-task-base prelink ttf-bitstream-vera pango-module-basic-xft' + +inherit image_ipk |