u-boot: auto patch kernel version and change panda dtb in uEnv.txt.

This commit is contained in:
Arne Fitzenreiter
2014-12-21 12:43:45 +01:00
parent 15094e71e6
commit 6cda03e831
2 changed files with 5 additions and 2 deletions

View File

@@ -126,6 +126,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# config (uEnv.txt)
cp -vf $(DIR_SRC)/config/u-boot/* /boot/
# patch real Kernel version to uEnv.txt
sed -e "s/xxxKVERxxx/$(KVER)/g" -i /boot/uEnv.txt
@rm -rf $(DIR_APP)
@$(POSTBUILD)