From 17e72682044b54e27f2bbb53ced773a711527e56 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 15 Jul 2024 11:30:00 +0800 Subject: [PATCH] Yocto:IGKBoard-All: Add hello application and hello module example recipes --- yocto/meta-igkboard/conf/igkboard-imx6ull_local.conf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/yocto/meta-igkboard/conf/igkboard-imx6ull_local.conf b/yocto/meta-igkboard/conf/igkboard-imx6ull_local.conf index 2a1cc00..5fb8429 100644 --- a/yocto/meta-igkboard/conf/igkboard-imx6ull_local.conf +++ b/yocto/meta-igkboard/conf/igkboard-imx6ull_local.conf @@ -19,6 +19,8 @@ #DL_DIR ?= "${HOME}/oe-sources-yocto/" ACCEPT_FSL_EULA = "1" +LICENSE_FLAGS_ACCEPTED = "commercial" + # Switch to Debian packaging and include package-management in the image PACKAGE_CLASSES = "package_deb" EXTRA_IMAGE_FEATURES += "package-management" -- Gitblit v1.9.1