diff --git a/design/os/petalinux-custom/.petalinux/metadata b/design/os/petalinux-custom/.petalinux/metadata index 9373c53..5e577f2 100644 --- a/design/os/petalinux-custom/.petalinux/metadata +++ b/design/os/petalinux-custom/.petalinux/metadata @@ -3,4 +3,4 @@ VALIDATE_HW_CHKSUM=1 HARDWARE_PATH=/u/ucm28261/develop/projects/cfi-daq/cfi-daq/loki-2020-fixed/loki/design/os/petalinux-custom/design_4cg_2gb.xsa HARDWARE_CHECKSUM=cf64b8b449d951ef57cfe3434c60f4da YOCTO_SDK=b034efc026f5f7d24a4732927cb62e43 -RFSCONFIG_CHKSUM=2201a5fc85dc4141ed9833e74649aef2 +RFSCONFIG_CHKSUM=374227037211ec8181243c42e8f7d9f1 diff --git a/design/os/petalinux-custom/project-spec/configs/rootfs_config b/design/os/petalinux-custom/project-spec/configs/rootfs_config index ad90315..ec3ebc2 100644 --- a/design/os/petalinux-custom/project-spec/configs/rootfs_config +++ b/design/os/petalinux-custom/project-spec/configs/rootfs_config @@ -4067,7 +4067,7 @@ CONFIG_hellopm=y # # packagegroup-petalinux-lmsensors # -# CONFIG_packagegroup-petalinux-lmsensors is not set +CONFIG_packagegroup-petalinux-lmsensors=y # CONFIG_packagegroup-petalinux-lmsensors-dbg is not set # CONFIG_packagegroup-petalinux-lmsensors-dev is not set @@ -4226,11 +4226,13 @@ CONFIG_spidev-test=y # user packages # CONFIG_libgpiod-python=y +CONFIG_libiio=y CONFIG_odin-control=y CONFIG_odin-devices=y CONFIG_odin-sequencer=y CONFIG_python3-pip=y CONFIG_python3-psutil=y +# CONFIG_python3-pynq is not set CONFIG_python3-pyzmq=y CONFIG_python3-smbus=y CONFIG_python3-spidev=y diff --git a/design/os/petalinux-custom/project-spec/meta-user/conf/user-rootfsconfig b/design/os/petalinux-custom/project-spec/meta-user/conf/user-rootfsconfig index 42b9d8a..074088e 100644 --- a/design/os/petalinux-custom/project-spec/meta-user/conf/user-rootfsconfig +++ b/design/os/petalinux-custom/project-spec/meta-user/conf/user-rootfsconfig @@ -23,4 +23,8 @@ CONFIG_python3-pyzmq CONFIG_python3-psutil +CONFIG_python3-pynq + +CONFIG_libiio_git-python3 + #CONFIG_libgpiod-python diff --git a/design/os/petalinux-custom/project-spec/meta-user/recipes-support/libiio/libiio_git.bbappend b/design/os/petalinux-custom/project-spec/meta-user/recipes-support/libiio/libiio_git.bbappend new file mode 100644 index 0000000..64a5939 --- /dev/null +++ b/design/os/petalinux-custom/project-spec/meta-user/recipes-support/libiio/libiio_git.bbappend @@ -0,0 +1,2 @@ +SRCREV = "92d6a35f3d8d721cda7d6fe664b435311dd368b4" +PV = "0.23+git${SRCPV}"