6 Commits

Author SHA1 Message Date
Sourav Kumar Pramanik 3da59b8a8a meta-oe-components: Avoid usage of nobranch=1
The usage of nobranch=1 in SRC_URI allows using unprotected branches.

This change updates the real branch name in place of nobranch=1 for these components.

Signed-off-by: Sourav Kumar Pramanik <pramanik.souravkumar@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-07 08:22:43 -07:00
Khem Raj 2845f80124 gosu: Define SRCREV_FORMAT
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-11 10:15:33 -07:00
Khem Raj f4816731fe minio: Ignore from world builds
Needs fixing with go 1.20.4+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-28 16:35:00 -07:00
Sakib Sajal a0250c33c7 minio: fix license information
minio carries AGPL license, not GPL.

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-13 09:17:47 -08:00
Khem Raj 590de153e6 minio: Disable on mips
It does not build due to CGO building in shared mode and needing PIC
but somewhere it needs to be fixed to build. Until then disable it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-05 19:46:24 -08:00
Sakib Sajal 89653bab71 minio: add recipe for minio client
MinIO Client (mc) provides a modern alternative to UNIX commands like
ls, cat, cp, mirror, diff, find etc. It supports filesystems and Amazon
S3 compatible cloud storage service (AWS Signature v2 and v4).

Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-07 08:39:05 -08:00