mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-chromebook: fix paths
This commit is contained in:
parent
46695342c4
commit
fc3cf4eada
1 changed files with 3 additions and 4 deletions
|
@ -41,10 +41,10 @@ build() {
|
|||
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
|
||||
# remove this when a Kconfig knob is made available by upstream
|
||||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||
patch -Np1 -i "${srcdir}/../change-default-console-loglevel.patch"
|
||||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
|
||||
|
||||
# Kernel configuration
|
||||
cp "${srcdir}/../config.exynos5" .config
|
||||
cp "${srcdir}/config.exynos5" .config
|
||||
|
||||
msg "Get kernel version ..."
|
||||
make prepare
|
||||
|
@ -56,11 +56,10 @@ build() {
|
|||
make dtbs
|
||||
|
||||
msg "Creating FIT image for nv-U-boot ..."
|
||||
cp "${srcdir}/../kernel.its" arch/arm/boot/kernel.its
|
||||
cp "${srcdir}/kernel.its" arch/arm/boot/kernel.its
|
||||
cd arch/arm/boot
|
||||
mkimage -f kernel.its zImage
|
||||
cp -v zImage vmlinux.uimg
|
||||
cd ../../..
|
||||
}
|
||||
|
||||
package_linux-chromebook() {
|
||||
|
|
Loading…
Reference in a new issue