From bac9c591c950715d933374d069239df1e6850d2b Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 8 Feb 2019 17:57:36 +0800 Subject: [PATCH] Add package management --- conf/machine/imx7d2gsmarc.conf | 2 ++ conf/machine/imx7dsmarc.conf | 2 ++ conf/machine/imx7ssmarc.conf | 2 ++ 3 files changed, 6 insertions(+) diff --git a/conf/machine/imx7d2gsmarc.conf b/conf/machine/imx7d2gsmarc.conf index 4417b6b..392c4d9 100644 --- a/conf/machine/imx7d2gsmarc.conf +++ b/conf/machine/imx7d2gsmarc.conf @@ -34,6 +34,8 @@ SERIAL_CONSOLE = "115200 ttymxc2" MACHINE_FEATURES += "screen usbgadget vfat ext2 bluetooth wifi pci alsa serial usbhost" +IMAGE_FEATURES += "package-management" + IMAGE_FSTYPES_remove = "sdcard" IMAGE_FSTYPES += "tar.bz2" diff --git a/conf/machine/imx7dsmarc.conf b/conf/machine/imx7dsmarc.conf index c72d0cf..4d206b6 100644 --- a/conf/machine/imx7dsmarc.conf +++ b/conf/machine/imx7dsmarc.conf @@ -34,6 +34,8 @@ SERIAL_CONSOLE = "115200 ttymxc2" MACHINE_FEATURES += "screen usbgadget vfat ext2 bluetooth wifi pci alsa serial usbhost" +IMAGE_FEATURES += "package-management" + IMAGE_FSTYPES_remove = "sdcard" IMAGE_FSTYPES += "tar.bz2" diff --git a/conf/machine/imx7ssmarc.conf b/conf/machine/imx7ssmarc.conf index dfdf774..42fb0e6 100644 --- a/conf/machine/imx7ssmarc.conf +++ b/conf/machine/imx7ssmarc.conf @@ -34,6 +34,8 @@ SERIAL_CONSOLE = "115200 ttymxc2" MACHINE_FEATURES += "screen usbgadget vfat ext2 bluetooth wifi alsa serial usbhost" +IMAGE_FEATURES += "package-management" + IMAGE_FSTYPES_remove = "sdcard" IMAGE_FSTYPES += "tar.bz2" -- 1.9.1