Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
8fc7ba23
Commit
8fc7ba23
authored
Oct 01, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed bundling after running clean on linux-xlnx
parent
85d56691
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
linux-xlnx_2019.1.bbappend
recipes-kernel/linux/linux-xlnx_2019.1.bbappend
+1
-1
No files found.
recipes-kernel/linux/linux-xlnx_2019.1.bbappend
View file @
8fc7ba23
...
...
@@ -185,7 +185,7 @@ kernel_do_compile_prepend() {
if [ "$use_alternate_initrd" = "" ] && [ "${INITRAMFS_IMAGE_BUNDLE}" = "1" ] ; then
# if it was built at some point - just bundle whatever is there
if [ ! -f ${
B}/usr/${INITRAMFS_IMAGE}-${MACHINE}.cpio
] ; then
if [ ! -f ${
DEPLOY_DIR_IMAGE}/${INITRAMFS_IMAGE_NAME}.cpio.gz
] ; then
echo "${INITRAMFS_IMAGE}-${MACHINE}.cpio is not found"
echo "Unfortunately we will have to rebuild it and bundle in the do_bundle_initramfs task"
echo "This will take a ton of time... :("
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment