diff options
3 files changed, 3 insertions, 2 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/ramdisk.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/ramdisk.cfg index 41530dd6e..3d44de805 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/ramdisk.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/ramdisk.cfg @@ -1 +1,2 @@ CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_SIZE=65536 diff --git a/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb index e6328b718..cab7eebb0 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb @@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" DEPENDS = "glib-2.0 json-c" -RDEPENDS_${PN} = "bluez5-obex" +RDEPENDS_${PN} = "bluez5-obex agl-service-bluetooth agl-service-data-persistence" inherit cmake aglwgt pkgconfig diff --git a/meta-agl-profile-core/recipes-apis/high-level-viwi-service/high-level-viwi-service.bb b/meta-agl-profile-core/recipes-apis/high-level-viwi-service/high-level-viwi-service.bb index 3d4cc4505..b7dc38b59 100644 --- a/meta-agl-profile-core/recipes-apis/high-level-viwi-service/high-level-viwi-service.bb +++ b/meta-agl-profile-core/recipes-apis/high-level-viwi-service/high-level-viwi-service.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=5de84541278ea4e62cacfdc0f890c459" SRC_URI = "gitsm://github.com/iotbzh/high-level-viwi-service.git;protocol=https" -SRCREV = "c4935e58769966a9b79b21c45798ab8828fe0ad0" +SRCREV = "e9d304eb5ac99b3ba6b72022458f09fcd713b584" PV = "4.0+git${SRCPV}" S = "${WORKDIR}/git" |