From: wchang kim Date: Fri, 24 Jul 2020 03:52:55 +0000 (+0900) Subject: Support xconfig based on QT4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fb3eb3998cda763b5091fa8d4e6972722c5ce00;p=tools%2Ftbb.git Support xconfig based on QT4 Change-Id: I4f43fbd4ec5ed76f92bfb99cfb25eafeb87b14f0 --- diff --git a/Makefile b/Makefile index 425d85c..f139b67 100644 --- a/Makefile +++ b/Makefile @@ -75,12 +75,23 @@ cleansdk: HOSTCC := gcc +HOSTCXX := g++ $(BUILD_DIR)/buildroot-config/%onf: mkdir -p $(@D)/lxdialog - $(MAKE) CC="$(HOSTCC)" HOSTCC="$(HOSTCC)" \ + $(MAKE) CC="$(HOSTCC)" HOSTCC="$(HOSTCC)" HOSTCXX="$(HOSTCXX)" \ obj=$(@D) -C $(CONFIG) -f Makefile.tbb $(@F) +xconfig: $(BUILD_DIR)/buildroot-config/qconf + @$(TIC_CONFIG_ENV) $(TOPDIR)/support/scripts/mk_config_from_xml.sh base + @$(TIC_CONFIG_ENV) $(TOPDIR)/support/scripts/mk_config_from_xml.sh unified + @$(TIC_CONFIG_ENV) $< $(CONFIG_CONFIG_IN) + @test -e $(TBB_CONFIG) || { echo "There is no config file" ; echo "Please igonre error msg."; echo "Done."; exit 1; } + @echo "Extract information from $(TBB_CONFIG)..." + @$(TIC_CONFIG_ENV) $(TOPDIR)/support/scripts/extract_info.sh + @echo "Done" + + menuconfig: $(BUILD_DIR)/buildroot-config/mconf @$(TIC_CONFIG_ENV) $(TOPDIR)/support/scripts/mk_config_from_xml.sh base @$(TIC_CONFIG_ENV) $(TOPDIR)/support/scripts/mk_config_from_xml.sh unified diff --git a/README.md b/README.md index 8e23a4b..3a22754 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Adding your repository to private repository menu if needed. - http(s) repo - http://URL or https://URL # Prerequisites -libncurses5-dev, mic, libxml2-utils(xmllint), wget, gzip +libncurses5-dev, mic, libxml2-utils(xmllint), wget, gzip, qt4-default Connected to internet (download.tizen.org)