mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
rootfs_deb: Fix problem with pseduo and rootfs location
This address [BUGID #401] to complete dpkg rootfs support Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user