Dear NXP ,
HW : imx8mplus
SW: repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-langdale -m imx-6.1.1-1.0.1.xml
..\imx8mplus_build\conf\local.conf
# Switch to Debian packaging and include package-management in the image
PACKAGE_CLASSES = "package_deb"
EXTRA_IMAGE_FEATURES += "package-management"
IMAGE_INSTALL:append = " apt"
(1) bitbake imx-image-full
(2) cat /etc/apt/sources.list
deb https://deb.debian.org/debian/ bullseye main contrib
deb-src https://deb.debian.org/debian/ bullseye main contrib
deb https://deb.debian.org/debian/ bullseye-backports main contrib
deb-src https://deb.debian.org/debian/ bullseye-backports main contrib
(3) apt-get update :

(4) curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
apt-key adv --keyserver keys.gnupg.net --recv-keys PUBKEY

(5)

Could you tell me how fix this issue . How can I use apt-get update command successfully