This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A7: yocto build the tiny recipes to add the gsteramer

Part Number: AM62A7

Tool/software:

Add below command in the recipes "tisdk-tiny-image.bb".

IMAGE_INSTALL += " \
packagegroup-arago-gst-sdk-target \
${ARAGO_TINY_IMAGE_EXTRA_INSTALL} \
"

but after i complier the project.  the image enlarge the size to 1.2G frm 300M

Right now i want to using only use gsteramer to create a pipeline from v4l2->ISP->Scaler->Display.

can i tailor this file.  I want to keep the system in minimun size and only add neccessary file in to the image.  thanks very much 

the  packagegroup packagegroup-arago-gst-sdk-target is below:

DESCRIPTION = "Task to build and install header and libs in sdk"
LICENSE = "MIT"
PR = "r15"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit packagegroup

GSTREAMER_DEPS = " \
gstreamer1.0-dev \
gstreamer1.0-plugins-base-dev \
gstreamer1.0-plugins-good-dev \
gstreamer1.0-plugins-bad-dev \
gstreamer1.0-libav-dev \
"

# gstreamer1.0-plugins-hevc-dev
GSTREAMER_DEPS:append:dra7xx = " \
"

RDEPENDS:${PN} = " \
${GSTREAMER_DEPS} \
"