Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • I isar-cip-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cip-projectcip-project
  • cip-core
  • isar-cip-core
  • Issues
  • #44
Closed
Open
Issue created Oct 18, 2022 by jundong liu@ljdmyeye

Fix the bug that tmpfs: Bad value for 'size'

[Unit]
Description=Create /tmp

[Mount]
What=tmpfs
Where=/tmp
Type=tmpfs
Options=nodev,nosuid,size=${TMP_SIZE},mode=${TMP_MODE}

[Install]
WantedBy=local-fs.target

the image was built based on isar-cip-core, but there is an error that tmpfs: Bad value for 'size'. And Maybe default variables are missing in recipes-core/tmp-fs/files/tmp.mount.tmpl in Options, bitbake does not expand them.

After felix investigated, this issue maybe link to ce100b3d.

Edited Oct 18, 2022 by Jan Kiszka
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking