summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-common
AgeCommit message (Collapse)AuthorFilesLines
2020-11-03meta-quanta: meta-common: enable TLS with static CA and specific userAlanKuo5-0/+91
Add Security Feature: 1. default-users: Add static User "Megapede" 2. enable-tls: Enable TLS authentication with static CA 3. phosphor-monitor-hostname: Generate a self-signed certificate once the hostname is assigned Note: 1. CA PATH: meta-quanta\meta-common\recipes-phosphor\certificate\phosphor-certificate-manager\certs\authority All CAs under the folder will be encapsulated into the firmware image (From meta-quanta rev: a310726a27974a471386d4e5f6d4b79f3bc6906e) Signed-off-by: AlanKuo <Alan_Kuo@quantatw.com> Change-Id: If033222b72c59a86c1f818a3350d6eb55bba10b5 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-09-03read-margin-temp: remove unnecessary -native dependencyPatrick Williams1-1/+0
sdbusplus-native should no longer be used as a dependency. In cases where the `sdbus++` processing tools are needed, `${PYTHON_PN}-sdbus++-native` can be added as a dependency, but this repository is not one of those cases. (From meta-quanta rev: 76ebf4149ea84981135b3e3bf19acf14155335e7) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5b08a0d8910f47d0a591dac9d5a8bdabb87d9bb6 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-08-06meta-quanta: common: add "read-margin-temp" serviceGeorge Hung1-0/+26
Add "read-margin-temp" service to meta-quanta/meta-common This daemon will read the temperatures of various sensors and calculate the worst thermal margin (From meta-quanta rev: a8f1a52fbaf2075f54e4cc8e2b3619172148e54f) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I79623132d6dbf84ef1646e61a5c2374db132ea48 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-07-22meta-quanta: common: set locally administered bit to usb-networkGeorge Hung1-4/+32
We hope the MAC address of the usb-network is locally administered address, so it needs to set locally administered bit (0x02) to the first octet of the MAC address. (From meta-quanta rev: ebe01d25bbb5b139feb7c9b089f322e45a28a68e) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I9bd0702359479514b385daf447a9747fd270e351 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-06-02meta-quanta: meta-common: Change File PathSpencerKu4-0/+0
Move network folder under recipes-quanta. (From meta-quanta rev: 6350637b4b657b13629968a27d78cc98bfdf1f82) Signed-off-by: SpencerKu <Spencer.Ku@quantatw.com> Change-Id: I470a1ff7543935d5e9a4f64c9f6cf15e759b4230 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-05-22meta-quanta: meta-common: Add "mac-address" and "usb-network" servicesSpencer Ku4-0/+89
Add two services into meta-quanta/meta-common: (1)mac-address (2)usb-network These two service is used to set network config when initialize system. (From meta-quanta rev: 0ec0ff35cd63d216fa07a67b3eadb41a29ffdcb2) Signed-off-by: Spencer Ku <Spencer.Ku@quantatw.com> Change-Id: Ib06467737701b7eccd92bda4f7b7be799a593708 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>