summaryrefslogtreecommitdiff
path: root/scripts/prereq.sh
AgeCommit message (Expand)Author
2022-02-03use egrep to fix an grep issue on OpenBSD 7.0Waldemar Brodkorb
2021-02-25prereq: Use check-lxdialog.sh to determine curses libraryPhil Sutter
2021-02-19wget: only try two times by defaultWaldemar Brodkorb
2020-06-07linux uses rsync nowadays to copy headersWaldemar Brodkorb
2020-06-07fix formattingWaldemar Brodkorb
2020-06-06Fix "program" spellingCarlos Santos
2019-10-09cpio: add missing elseWaldemar Brodkorb
2019-10-09require gnu cpio and build itWaldemar Brodkorb
2019-09-29fix prereq.sh on NetBSD 8.1Waldemar Brodkorb
2019-05-06prereq: check for bash 5, tooWaldemar Brodkorb
2018-09-21prereq: gnu make 4 required for latest glibcWaldemar Brodkorb
2018-03-17prereq: update make/bashWaldemar Brodkorb
2018-02-20use LC_ALL instead of LANG, reported by mahmudovWaldemar Brodkorb
2017-12-27better use LANG=C as discussed on the mailinglist, cleanup relocate errorsWaldemar Brodkorb
2017-11-24scripts: Bugfix compile error on chinese system.Guo Ren
2017-07-04GNU tr is required for Linux kernel compilationWaldemar Brodkorb
2017-04-23add line endings to printfWaldemar Brodkorb
2017-03-19darwin: brew users must install pkg-config, so that make kerneloconfig worksWaldemar Brodkorb
2017-03-19prereq: fix issue on DarwinWaldemar Brodkorb
2017-02-19more h8300 work, add u-bootWaldemar Brodkorb
2016-12-25use GNU cpio instead of heirloom cpioWaldemar Brodkorb
2016-11-22fix libxml2-host compile, pkgconf is mandatoryWaldemar Brodkorb
2016-11-22variable is not used, remove itWaldemar Brodkorb
2016-11-21always use ccache from OpenADK, problem reported by DiezWaldemar Brodkorb
2016-11-05more verbose precheck messagesWaldemar Brodkorb
2016-10-08add specific compiler order for DarwinWaldemar Brodkorb
2016-10-08more verbose git cloneWaldemar Brodkorb
2016-10-06add liberation truetype font package and add mkfontscale check, complete the ...Waldemar Brodkorb
2016-09-26prefer gcc over clang for hostcompiler, finetune zlib testsWaldemar Brodkorb
2016-06-20show dltool (curl/wget) errors when make package=foo clean package ADK_VERBOS...Waldemar Brodkorb
2016-03-02build host u-boot when mkimage is not installedWaldemar Brodkorb
2016-02-29add new PKG_GIT variableWaldemar Brodkorb
2016-02-27prereq: add gzip/zlib checksWaldemar Brodkorb
2016-02-27add new lines for package dependent requirement messagesWaldemar Brodkorb
2016-02-26prereq: allow verbose download messages from fetchcmd when make v is usedWaldemar Brodkorb
2016-02-26prereq: fatal error when no C/C++ compiler foundWaldemar Brodkorb
2015-12-22add missing HOST_CFLAGS/HOSTCXX_FLAGSWaldemar Brodkorb
2015-12-21use grep -iWaldemar Brodkorb
2015-12-20use strings instead of modinfo for a portable wayWaldemar Brodkorb
2015-12-15add message when c/c++ compiler not foundWaldemar Brodkorb
2015-12-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile coreu...Waldemar Brodkorb
2015-12-15recognize clang befoe gcc, so that we set the right optionsWaldemar Brodkorb
2015-12-13allow to fetch on redirectsWaldemar Brodkorb
2015-12-13special case for defconfig used by embedded-test.shWaldemar Brodkorb
2015-12-13rework prereq checkWaldemar Brodkorb
2015-12-11Revert "rework prereq check"Waldemar Brodkorb
2015-12-11rework prereq checkwbx