diff options
-rw-r--r-- | recipes-images/images/tdx-extra.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-images/images/tdx-extra.inc b/recipes-images/images/tdx-extra.inc index eb8a9e5..41fd359 100644 --- a/recipes-images/images/tdx-extra.inc +++ b/recipes-images/images/tdx-extra.inc @@ -6,9 +6,6 @@ COPY_LIC_MANIFEST ?= "1" COPY_LIC_DIRS ?= "0" COPY_LIC_DIRS_colibri-vf = "0" -#the following builds cross gdb and gdbserver -DEPENDS += "gdb-cross-${TARGET_ARCH}" - add_rootfs_version () { echo -n "${IMAGE_NAME} ${PV}" >> ${IMAGE_ROOTFS}/etc/issue echo " ${TDX_VERDATE}" | sed 's/-//' >>${IMAGE_ROOTFS}/etc/issue |