Merge "Add db-820c as community board"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 9 Mar 2018 14:19:20 +0000 (14:19 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Fri, 9 Mar 2018 14:19:20 +0000 (14:19 +0000)
meta-agl-bsp/classes/sdcard_image-socfpga.bbclass
meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts_1.0.bb
meta-agl/recipes-graphics/wayland/weston-ini-conf.bb

index e1f7b18..2967063 100644 (file)
@@ -41,14 +41,15 @@ SDIMG_ROOTFS_TYPE = "ext3"
 SDIMG_ROOTFS = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.${SDIMG_ROOTFS_TYPE}"
 
 
-do_image_socfpga-sdimg[depends] += " \
+do_image_socfpga_sdimg[depends] += " \
+                       coreutils-native:do_populate_sysroot \
                        parted-native:do_populate_sysroot \
                        mtools-native:do_populate_sysroot \
                        dosfstools-native:do_populate_sysroot \
                        virtual/kernel:do_deploy \
                        virtual/bootloader:do_deploy \
                        "
-                       
+
 rootfs[depends] += "virtual/kernel:do_deploy"
 
 # SD card image name
index 96c171f..b1ecccf 100644 (file)
@@ -2,8 +2,7 @@ SUMMARY = "Runs AGL postinstall scripts on first boot of the target device"
 SECTION = "devel"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
-                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
 SRC_URI = "file://run-agl-postinsts \
            file://run-agl-postinsts.service"
index 02a6ea7..4628f96 100644 (file)
@@ -1,6 +1,6 @@
 SUMMARY = "Startup script and systemd unit file for the Weston Wayland compositor"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
 
 SRC_URI = "file://core.cfg \
            file://ivishell.cfg \