blob: 1a4231175ee7ae29895f98734db8393caad7274b [file] [log] [blame]
Brad Bishop97cce002017-07-22 14:49:25 -04001# IMAGE_FSTYPES must appear before image.bbclass
2# is inherited otherwise image.bbclass will inherit
3# "live" image fstypes that we don't want.
4IMAGE_FSTYPES = "tar.xz"
5
Patrick Williamsc22ddf12016-08-05 15:05:16 -05006inherit image
Patrick Venturec7dae332018-11-06 08:36:09 -08007
8LICENSE = "Apache-2.0"
Patrick Williamsc22ddf12016-08-05 15:05:16 -05009
Patrick Williams12fc9392021-08-06 09:16:53 -050010IMAGE_INSTALL:append = " busybox packagegroup-obmc-phosphor-debugtools perf "
Patrick Williamsc22ddf12016-08-05 15:05:16 -050011
12# Override from image_types.bbclass to restrict tarball to /usr tree.
Patrick Williams1dc6b4a2023-08-04 10:41:33 -050013IMAGE_CMD:tar = "${IMAGE_CMD_TAR} -cvf ${IMGDEPLOYDIR}/${IMAGE_NAME}.tar -C ${IMAGE_ROOTFS}/usr ."
Patrick Williamsc22ddf12016-08-05 15:05:16 -050014
15# Remove packages installed by 'extrausers'.
Patrick Williams12fc9392021-08-06 09:16:53 -050016IMAGE_INSTALL:remove = "base-passwd shadow"
Patrick Williamsc22ddf12016-08-05 15:05:16 -050017EXTRA_USERS_PARAMS = ""
18
19# Remove extra packages defaulted by image.bbclass.
20PACKAGE_INSTALL = "${IMAGE_INSTALL}"
21IMAGE_LINGUAS = ""