1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 22:38:04 +00:00

linux-ti-staging: extract common rdepends, pass defconfig_builder.sh via variable

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-10-13 05:31:17 +00:00
committed by Dan Murphy
parent b5cb0c8f45
commit 9b10b8144c
3 changed files with 44 additions and 43 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ do_configure() {
config=`cat ${B}/.config | grep use-tisdk-config | cut -d= -f2`
if [ -n "$config" ]
then
${S}/ti_config_fragments/defconfig_builder.sh -w ${S} -t $config
${DEFCONFIG_BUILDER} -w ${S} -t $config
oe_runmake -C ${S} O=${B} "$config"_defconfig
else
# First, check if pointing to a combined config with config fragments