summaryrefslogtreecommitdiff
path: root/meta-hxt
AgeCommit message (Collapse)AuthorFilesLines
2021-08-24treewide: remove gategarth from layer-supportPatrick Williams1-1/+1
We've typically kept these LAYERSERIES_COMPAT to 2 releases: the current and the upcoming. Remove 'gatesgarth' is it is now 2 releases back. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5e812a94fed1738898af75c0fdee81996a5bbf20
2021-06-07treewide: Remove obsolete image-mklibs classWilliam A. Kennington III1-1/+1
This is apparently not actually working anymore and is removed in the next poky update. Change-Id: Ia1c6a258d124a4a30a14fc42e8e0bba95e64faeb Signed-off-by: William A. Kennington III <wak@google.com>
2021-04-06hardknott: yocto releaseAndrew Geissler1-1/+1
Latest upstream yocto has moved on to the 3.3 hardknott release Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ieae36798d66d21c2c642931f06407d3bb2acf163
2021-03-22openbmc: add meta-security layerAnton D. Kachalov1-0/+2
This layer provides libseccomp. Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I84513d56f2ed75fab49043196b98ef8b858e394f
2021-02-04meta-hxt: update Yocto compat for gatesgarthPatrick Williams1-0/+2
The next release of Yocto is soon and most of the upstream layers have switched support strings for it. Support layer compat for gatesgarth (current) and dunsfell (previous). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3b5ef37d96be06be175e35ad689546bf8d584601
2021-01-15Add Owners Plugin to meta-hxtEd Tanous1-0/+3
Please see https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/39379 for details about why this is necessary. (From meta-hxt rev: 3388477fdf8a01db23cfbef18151abbc39aed31f) Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: I8296f052f7c4d3e65b12cf99d01343cd06ab76ad Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-09-18meta-hxt: Remove references to HXTBASEBrad Bishop4-6/+3
HXTBASE is only used for pointing at licenses...point at the licenses in oe-core in meta/files/common-licenses instead. to match the defacto convention used in other oe layers like meta-openembedded. (From meta-hxt rev: 9a75e608b2bba938d1e25e8d752dc50cab17aebf) Change-Id: I6b6a0943ecb467a1ab5c205d43d9295f5deee62c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-08meta-hxt: initialize the MAINTAINERSYuan Yao1-0/+47
Add the maintainer and reviewer: M: Yuan Yao <yao.yuan@hxt-semitech.com> <yyaocs!> M: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!> R: Patrick Venture <venture@google.com> <venture!> (From meta-hxt rev: 169c6d7057c3f9ea969a98e3e37c954d8f95ef97) Change-Id: Ief5633c76d8be67be0975844ca38b7d736f9122e Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-06update upstream subtreesBrad Bishop1-1/+1
A number of corequisites exist so squashing these all into one patch. meta-ingrasys - refresh master bc513127f4..67bcaf389f meta-hxt - refresh master 86a4df514f..8fe0d38bbb meta-phosphor - refresh master 06c09d7cce..df6ddae3d2 meta-quanta - refresh master 4f126361a1..53f3025271 Change-Id: I3daeef2a0467d8ea4f1fd1c617e526f8b11258af Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-26meta-hxt: stardragon4800-rep2: Update I2C hwmon paths for the 5.0 kernelPatrick Venture24-22/+22
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-hxt rev: 86a4df514f987318cf26884432746d899c8ad5a3) Tested: Verified paths visually, but not tested on hardware. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I5b5f694977c5d2e68eec1371e2fdc795e21fad10 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-03-12meta-hxt: add some sensors support for rep2Yuan Yao26-0/+412
HXT stardragon4800 is an ARMv8-compatible 48-core processor chip. The REP2 is a reference design board for stardragon4800. BMC will handle the sensors,devices by I2C,SPI, include: IR38163, PXM1310, NVT210, TMP421, ADM1278, PCA9641 and so on. (From meta-hxt rev: 7f93ff421703876e060efd1f25d6dec5c899ed05) Change-Id: Ida87db042c52d7b3dc365525eec0dfebc9d19041 Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-12meta-hxt: add sol supportYuan Yao5-0/+28
(From meta-hxt rev: 983f81795dcfb10acd7a9a138206476a0a3a1bb0) Change-Id: I745e731c32cfaf3c8e367a56b596dc2e6140a01f Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-03-12meta-hxt: add soc update scriptYuan Yao2-0/+142
Add a simple script to help update the soc(host) firmware by flashcp. Usage: Format: socupdate.sh FileName IP Example: socupdate.sh 0ACJAXXX.ROM 192.168.1.1 (From meta-hxt rev: 5679e42877a21303207011a2f8ec3e643b5e76b2) Change-Id: I44da894bdbe048c7a79ec30bedd006918e1ae2d2 Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2018-11-08meta-hxt: stardragon4800-rep2: stardragon4800-rep2-config: set LICENSE fieldPatrick Venture1-1/+2
Set LICENSE field explicitly. (From meta-hxt rev: de676c5b542da4421585a322d9896427f359537e) Change-Id: Ib8ed775d06f4318fee343c5575c0ffd914143042 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-11-08meta-hxt: add HXTBASEPatrick Venture1-0/+3
Define a variable that recipes can use for finding the root of the hxt layer. Typically this is used to refer to the layer LICENSE for recipes that don't have any source repository. (From meta-hxt rev: c34493bfc333267434988f984120dc6e6ca63d6f) Change-Id: I278e5a37d928d2296cd2588201d05bacb7cc5a4a Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-10-25Add meta-hxt and meta-stardragon-rep2Yuan Yao9-0/+210
Initial a new platfom for ARM system (From meta-hxt rev: a74be8cd66acd132d82daf45b6e92c89578c98b0) Change-Id: Iee29816c86457ac2e07a55184fe7cc1aeb1ba216 Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>