summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-09-10Makefile: Add compilaton support for SA8155p-adp boardBhupesh Sharma
Modify the top-level Makefile to add compilation support for SA8155p-adp board. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Change-Id: I1b9da26b11b012e23b1d2835e3ee3c1e695f1a8d
2021-08-11The 21.08 release changes for Dragonboard{410,845}c and RB5Aníbal Limón
- Update variables for {410,845}c - Add Debian release notes for RB5. - Add information about new OE SDK release and how to use it. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Change-Id: Ia2362eed0bcf384e5c64aa73064b077090ef3121
2021-02-23make: improve textile->html conversionopenembedded-qcom-rb5-21.02Dmitry Baryshkov
- Allow one to override python binary (e.g. make html PYTHON=python3) - Output to the temporary file instead of the target file, so that the target html is not created in case of an error. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Change-Id: Ie6b5755b705cf148512c11db2e7b32ba45f1747d
2020-10-09openembedded: provide release notes for RB5 platformDmitry Baryshkov
Change-Id: Ifcf7cf37792ce59ce99c07dd08ae94508158a248 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2019-09-03Add dragonboard845c release notesAníbal Limón
Change-Id: Ibb1e74406be99822cde6031691ea5b36be26cbaa Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2017-06-29openembedded: db410c: first release notes for 17.06Nicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2017-05-11Makefile: fix python3 issueNicolas Dechesne
File "<string>", line 1 import sys,textile; print textile.textile(sys.stdin.read()) ^ SyntaxError: invalid syntax Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-11-25rename ubuntu folder to debianNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-06-18dragonboard410c: import initial release notes from snapdragon folderNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-06-18rename vars.mk and move it to the release folderNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-06-18modify how variables are processedNicolas Dechesne
we want to have release specific vars.mk file. in the current implementation vars.mk is sourced in the makefile and we can't have more than one. let's split the variable processing in their own shell script, so that we can have several vars.mk files. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-06-18Makefile: improve debug outputNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2015-06-18Makefile: fix TEXTILE immediate assignmentNicolas Dechesne
From GNU make manual: "For the append operator, ‘+=’, the right-hand side is considered immediate if the variable was previously set as a simple variable (‘:=’ or ‘::=’), and deferred otherwise." So we need to initialize TEXTILE:= otherwise further += are deferred in submakefiles and DIR value is not correct. that's useful when there is more than 1 file to process.. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-11-25move files to boards/ subdirKoen Kooi
ubuntu/<board> is a convience symlink, ubuntu/boards/<board> is the correct location for all the files Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-11-24ubuntu: rename ifc6410 -> snapdragonNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-06-24ubuntu: makefile fix regexNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-06-24ubuntu: ifc6410: create textile.in file to allow variable substitutionNicolas Dechesne
* extract the release variables into vars.mk * create README.textile by processing README.textile.in Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-05-23makefile: command should be silentNicolas Dechesne
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2014-05-23add makefile to generate local html pagesNicolas Dechesne
To verify the .textile content, generate local html page, using PyTextile https://wiki.python.org/moin/PyTextile Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>