Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmbootstrap
Merge requests
!2346
pmb.kconfig: refactor to remove args
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
pmb.kconfig: refactor to remove args
jane400/flasher
into
master
Overview
6
Commits
2
Pipelines
10
Changes
8
Merged
Imported
Administrator
requested to merge
jane400/flasher
into
master
8 months ago
Overview
6
Commits
2
Pipelines
10
Changes
8
Expand
0
0
Merge request reports
Compare
master
version 7
25bbae2f
5 months ago
version 6
450ab1c3
5 months ago
version 5
77ad2bed
5 months ago
version 4
66e7d32c
5 months ago
version 3
faaacadd
5 months ago
version 2
e54a7766
5 months ago
version 1
e54a7766
8 months ago
master (base)
and
latest version
latest version
11c7d235
2 commits,
5 months ago
version 7
25bbae2f
2 commits,
5 months ago
version 6
450ab1c3
2 commits,
5 months ago
version 5
77ad2bed
2 commits,
5 months ago
version 4
66e7d32c
2 commits,
5 months ago
version 3
faaacadd
2 commits,
5 months ago
version 2
e54a7766
1 commit,
5 months ago
version 1
e54a7766
1 commit,
8 months ago
8 files
+
143
−
93
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
pmb/build/__init__.py
+
0
−
1
Options
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from
pmb.build.init
import
init
,
init_abuild_minimal
,
init_compiler
from
pmb.build.envkernel
import
package_kernel
from
pmb.build.kconfig
import
menuconfig
from
pmb.build.newapkbuild
import
newapkbuild
from
pmb.build.other
import
copy_to_buildpath
,
get_status
,
index_repo
from
.backend
import
mount_pmaports
Loading