We chose not to install nativesdk-perl and its modules, hence ensure dummy dependencies and archs are configured properly.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-core/images/arago-image.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc index 179c81d..b197dc2 100644 --- a/meta-arago-distro/recipes-core/images/arago-image.inc +++ b/meta-arago-distro/recipes-core/images/arago-image.inc @@ -9,17 +9,18 @@ IMAGE_FEATURES += "package-management splash" # 4KB per 1 inode should be enough EXTRA_IMAGECMD_ext2.gz += "-i 4096" -ARAGO_IMAGE_EXTRA_INSTALL ?= "" - -IMAGE_INSTALL += " \ +IMAGE_INSTALL = " \ packagegroup-core-boot \ - ${ARAGO_IMAGE_EXTRA_INSTALL} \ + ${CORE_IMAGE_EXTRA_INSTALL} \ " export IMAGE_BASENAME = "arago-image" IMAGE_LINGUAS = "" +TOOLCHAIN_HOST_TASK += "nativesdk-buildtools-perl-dummy" +SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}" + make_bootfiles_symlinks_relative() { for f in "${IMAGE_ROOTFS}/boot"/* do -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
