From e72e7b2fdc1a628122e7a9ee1e3f2ba4eaf32ba2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 8 Oct 2010 11:46:10 -0700 Subject: rootfs_deb: Fix problem with pseduo and rootfs location This address [BUGID #401] to complete dpkg rootfs support Signed-off-by: Saul Wold --- meta/classes/rootfs_deb.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/rootfs_deb.bbclass') diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass index ee7a1a3b59..11a152a69a 100644 --- a/meta/classes/rootfs_deb.bbclass +++ b/meta/classes/rootfs_deb.bbclass @@ -45,6 +45,7 @@ fakeroot rootfs_deb_do_rootfs () { cat "${STAGING_ETCDIR_NATIVE}/apt/apt.conf.sample" \ | sed -e 's#Architecture ".*";#Architecture "${DPKG_ARCH}";#' \ + | sed -e 's:#ROOTFS#:${IMAGE_ROOTFS}:g' \ > "${STAGING_ETCDIR_NATIVE}/apt/apt-rootfs.conf" export APT_CONFIG="${STAGING_ETCDIR_NATIVE}/apt/apt-rootfs.conf" -- cgit 1.2.3-korg