From: Piotr Rudzki <ryba.lodz@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Change package version in buildroot.
Date: Tue, 20 Jan 2015 10:04:14 +0100 [thread overview]
Message-ID: <54BE1A0E.8000004@gmail.com> (raw)
Hello.
I'm trying to change version of package in buildroot. I've copied files
from package/squashfs to proper path in $BR2_EXTERNAL and changed
version of sources to 4.2. When building I've warnings about overriding
commands in new files but this is ok. The problem is when buildroot try
to extract package. It making wrong build folder (it uses version string
from original buildroot package) in output/build and cannot extract package.
Output from make V=1:
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:95:
warning: overriding recipe for target 'squashfs-show-dep
ends'
package/squashfs/squashfs.mk:90: warning: ignoring old recipe for target
'squashfs-show-depends'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:95:
warning: overriding recipe for target 'squashfs-graph-de
pends'
package/squashfs/squashfs.mk:90: warning: ignoring old recipe for target
'squashfs-graph-depends'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:95:
warning: overriding recipe for target 'squashfs-clean-fo
r-rebuild'
package/squashfs/squashfs.mk:90: warning: ignoring old recipe for target
'squashfs-clean-for-rebuild'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:95:
warning: overriding recipe for target 'squashfs-clean-fo
r-reconfigure'
package/squashfs/squashfs.mk:90: warning: ignoring old recipe for target
'squashfs-clean-for-reconfigure'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:95:
warning: overriding recipe for target 'squashfs-legal-in
fo'
package/squashfs/squashfs.mk:90: warning: ignoring old recipe for target
'squashfs-legal-info'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:96:
warning: overriding recipe for target 'host-squashfs-sho
w-depends'
package/squashfs/squashfs.mk:91: warning: ignoring old recipe for target
'host-squashfs-show-depends'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:96:
warning: overriding recipe for target 'host-squashfs-graph-depends'
package/squashfs/squashfs.mk:91: warning: ignoring old recipe for target
'host-squashfs-graph-depends'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:96:
warning: overriding recipe for target 'host-squashfs-clean-for-rebuild'
package/squashfs/squashfs.mk:91: warning: ignoring old recipe for target
'host-squashfs-clean-for-rebuild'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:96:
warning: overriding recipe for target 'host-squashfs-clean-for-reconfigure'
package/squashfs/squashfs.mk:91: warning: ignoring old recipe for target
'host-squashfs-clean-for-reconfigure'
/home/ryba/Cubieboard/cubie_initramfs/buildroot_external/package/embed/squashfs/squashfs.mk:96:
warning: overriding recipe for target 'host-squashfs-legal-info'
package/squashfs/squashfs.mk:91: warning: ignoring old recipe for target
'host-squashfs-legal-info'
>>> squashfs 4.2 Extracting
mkdir -p
/home/ryba/Cubieboard/cubie_initramfs/build/buildroot-2014.11/output/build/squashfs-4.3
gzip -d -c
/home/ryba/Cubieboard/cubie_initramfs/build/buildroot-2014.11/dl/squashfs4.2.tar.gz
| tar --strip-components=1 -C
/home/ryba/Cubieboard/cubie_initramfs/build/buildroot-2014.11/output/build/squashfs-4.2
-xf -
tar:
/home/ryba/Cubieboard/cubie_initramfs/build/buildroot-2014.11/output/build/squashfs-4.2:
Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
package/pkg-generic.mk:103: recipe for target
'/home/ryba/Cubieboard/cubie_initramfs/build/buildroot-2014.11/output/build/squashfs-4.3/.stamp_extracted'
failed
make: ***
[/home/ryba/Cubieboard/cubie_initramfs/build/buildroot-2014.11/output/build/squashfs-4.3/.stamp_extracted]
Error 2
Thanks for the help and sorry for my english.
next reply other threads:[~2015-01-20 9:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-20 9:04 Piotr Rudzki [this message]
2015-01-20 15:56 ` [Buildroot] Change package version in buildroot Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54BE1A0E.8000004@gmail.com \
--to=ryba.lodz@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox