Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta-qti-bsp
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
femto5g
meta-qti-bsp
Commits
1be6b996
Commit
1be6b996
authored
1 month ago
by
Keerthi Gowda
Browse files
Options
Downloads
Patches
Plain Diff
meta-qti-bsp: Make '#' as default text in LE shell
Change-Id: I8bd6bc9840865635b135c334503dd744c6efd4c0
parent
08753bba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meta-qti-customizations/core/recipes-core/base-files/base-files_3.0.14.bbappend
+6
-0
6 additions, 0 deletions
...s/core/recipes-core/base-files/base-files_3.0.14.bbappend
with
6 additions
and
0 deletions
meta-qti-customizations/core/recipes-core/base-files/base-files_3.0.14.bbappend
+
6
−
0
View file @
1be6b996
...
...
@@ -56,3 +56,9 @@ do_install:prepend:trustedvm (){
sed -e '/-z "\$PS1"/d' -i ${WORKDIR}/profile
sed -i "/# Set the prompt for bash/a [ -z \"\$PS1\" ] || PS1='~ # '" ${WORKDIR}/profile
}
do_install:prepend:trustedvm-v4 (){
sed -e '/-z "\$PS1"/d' -i ${WORKDIR}/profile
sed -i "/# Set the prompt for bash/a [ -z \"\$PS1\" ] || PS1='~ # '" ${WORKDIR}/profile
echo 'cd /' >> ${WORKDIR}/profile
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment