rootfs_ipk.bbclass: Add ipkg packages into rootfs to unbreak task-base
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 11 Oct 2006 20:07:09 +0000 (20:07 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 11 Oct 2006 20:07:09 +0000 (20:07 +0000)
- When we used task-base then ipkg/ipkg-link/ipkg-collateral was not installed
  into image.
- Maybe it is not best sollution but it works and it duplicate solution which
  was added years ago.

classes/rootfs_ipk.bbclass

index 25738e8..e658fd8 100644 (file)
@@ -16,6 +16,8 @@ do_build[nostamp] = 1
 
 IPKG_ARGS = "-f ${T}/ipkg.conf -o ${IMAGE_ROOTFS}"
 
+IPKG_INSTALL += "ipkg ipkg-link ipkg-collateral"
+
 ROOTFS_POSTPROCESS_COMMAND ?= ""
 
 PID = "${@os.getpid()}"