Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Meta PyPCC
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
Meta PyPCC
Merge requests
!4
L2SS-2305
: Add Hawkbit support
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
L2SS-2305
: Add Hawkbit support
L2SS-2305-add_hawkbit_support
into
main
Overview
0
Commits
34
Pipelines
31
Changes
27
Merged
L2SS-2305: Add Hawkbit support
Hannes Feldt
requested to merge
L2SS-2305-add_hawkbit_support
into
main
3 months ago
Overview
0
Commits
34
Pipelines
31
Changes
27
Closes
L2SS-2305
0
0
Merge request reports
Compare
main
version 30
18eaf1b3
1 month ago
version 29
25483b4f
1 month ago
version 28
0a973ef5
1 month ago
version 27
4b973d1d
1 month ago
version 26
a6505249
1 month ago
version 25
c5845068
1 month ago
version 24
b8381ee6
1 month ago
version 23
7084e0d5
1 month ago
version 22
747613a5
1 month ago
version 21
07737357
1 month ago
version 20
3ccb8e5e
1 month ago
version 19
cef333bf
2 months ago
version 18
81c17853
2 months ago
version 17
19a8a7bb
2 months ago
version 16
865f4c03
2 months ago
version 15
8c229bec
2 months ago
version 14
7be58a5d
2 months ago
version 13
48b3a769
2 months ago
version 12
caf8b1d3
2 months ago
version 11
957a63c0
2 months ago
version 10
f625afc7
2 months ago
version 9
35a579f1
2 months ago
version 8
d0e50239
2 months ago
version 7
b34f2df1
2 months ago
version 6
865f765f
2 months ago
version 5
5cd77e96
2 months ago
version 4
01d57742
2 months ago
version 3
785d6c91
2 months ago
version 2
1c3a2217
2 months ago
version 1
627e8b90
3 months ago
main (base)
and
latest version
latest version
8bcb112f
34 commits,
1 month ago
version 30
18eaf1b3
33 commits,
1 month ago
version 29
25483b4f
32 commits,
1 month ago
version 28
0a973ef5
31 commits,
1 month ago
version 27
4b973d1d
30 commits,
1 month ago
version 26
a6505249
29 commits,
1 month ago
version 25
c5845068
28 commits,
1 month ago
version 24
b8381ee6
26 commits,
1 month ago
version 23
7084e0d5
25 commits,
1 month ago
version 22
747613a5
23 commits,
1 month ago
version 21
07737357
22 commits,
1 month ago
version 20
3ccb8e5e
21 commits,
1 month ago
version 19
cef333bf
20 commits,
2 months ago
version 18
81c17853
19 commits,
2 months ago
version 17
19a8a7bb
18 commits,
2 months ago
version 16
865f4c03
17 commits,
2 months ago
version 15
8c229bec
16 commits,
2 months ago
version 14
7be58a5d
15 commits,
2 months ago
version 13
48b3a769
14 commits,
2 months ago
version 12
caf8b1d3
13 commits,
2 months ago
version 11
957a63c0
12 commits,
2 months ago
version 10
f625afc7
11 commits,
2 months ago
version 9
35a579f1
10 commits,
2 months ago
version 8
d0e50239
9 commits,
2 months ago
version 7
b34f2df1
8 commits,
2 months ago
version 6
865f765f
7 commits,
2 months ago
version 5
5cd77e96
6 commits,
2 months ago
version 4
01d57742
5 commits,
2 months ago
version 3
785d6c91
4 commits,
2 months ago
version 2
1c3a2217
2 commits,
2 months ago
version 1
627e8b90
1 commit,
3 months ago
27 files
+
352
−
137
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
conf/distro/halibut.conf
0 → 100644
+
71
−
0
View file @ 8bcb112f
Edit in single-file editor
Open in Web IDE
DISTRO
=
"halibut"
DISTRO_NAME
=
"LOFAR Halibut"
DISTRO_VERSION
=
"${HALIBUT_VERSION}"
DISTRO_CODENAME
=
"scarthgap"
SDK_VENDOR
=
"-halibutsdk"
SDK_VERSION
=
"${@d.getVar('DISTRO_VERSION').replace('snapshot-${METADATA_REVISION}', 'snapshot')}"
SDK_VERSION
[
vardepvalue
] =
"${SDK_VERSION}"
MAINTAINER
=
"Halibut Maintainers <feldt@astron.nl>"
TARGET_VENDOR
=
"-halibut"
LOCALCONF_VERSION
=
"2"
# Override these in halibut based distros
HALIBUT_DEFAULT_EXTRA_RDEPENDS
=
"packagegroup-core-boot"
HALIBUT_DEFAULT_EXTRA_RRECOMMENDS
=
"kernel-module-af-packet"
DISTRO_FEATURES
?=
"${DISTRO_FEATURES_DEFAULT}"
PREFERRED_VERSION_linux
-
yocto
?=
"6.6%"
PREFERRED_VERSION_linux
-
yocto
-
rt
?=
"6.6%"
SDK_NAME
=
"${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
SDKPATHINSTALL
=
"/opt/${DISTRO}/${SDK_VERSION}"
DISTRO_EXTRA_RDEPENDS
+=
"${HALIBUT_DEFAULT_EXTRA_RDEPENDS}"
DISTRO_EXTRA_RRECOMMENDS
+=
"${HALIBUT_DEFAULT_EXTRA_RRECOMMENDS}"
TCLIBCAPPEND
=
""
PACKAGE_CLASSES
?=
"package_ipk"
SANITY_TESTED_DISTROS
?=
"
\
poky
-
4
.
3
\
n
\
poky
-
5
.
0
\
n
\
ubuntu
-
20
.
04
\
n
\
ubuntu
-
22
.
04
\
n
\
ubuntu
-
23
.
04
\
n
\
fedora
-
38
\
n
\
fedora
-
39
\
n
\
centosstream
-
8
\
n
\
debian
-
11
\
n
\
debian
-
12
\
n
\
opensuseleap
-
15
.
4
\
n
\
almalinux
-
8
.
8
\
n
\
almalinux
-
9
.
2
\
n
\
rocky
-
9
\
n
\
"
# QA check settings - a little stricter than the OE-Core defaults
# (none currently necessary as we now match OE-Core)
#WARN_TO_ERROR_QA = "X"
#WARN_QA_remove = "${WARN_TO_ERROR_QA}"
#ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
require
conf
/
distro
/
include
/
no
-
static
-
libs
.
inc
require
conf
/
distro
/
include
/
yocto
-
uninative
.
inc
require
conf
/
distro
/
include
/
security_flags
.
inc
INHERIT
+=
"uninative"
BB_SIGNATURE_HANDLER
?=
"OEEquivHash"
BB_HASHSERVE
??=
"auto"
INIT_MANAGER
?=
"systemd"
# We need debug symbols so that SPDX license manifests for the kernel work
KERNEL_EXTRA_FEATURES
:
append
=
" features/debug/debug-kernel.scc"
# Enable creation of SPDX manifests by default
INHERIT
+=
"create-spdx"
Loading