mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
classes/rockchip-gpt-img.bbclass: cleanup GPTIMG_APPEND
Put MACHINE-specific tweaks into MACHINE configuration. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
14d058ab4c
commit
bc09904bc2
|
@ -20,7 +20,6 @@ MINILOADER = "loader.bin"
|
|||
UBOOT = "u-boot.out"
|
||||
TRUST = "trust.out"
|
||||
GPTIMG_APPEND ?= "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk2p7 rootfstype=ext4 init=/sbin/init"
|
||||
GPTIMG_APPEND_tinker-rk3288 = "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk0p7 rootfstype=ext4 init=/sbin/init"
|
||||
|
||||
# default partitions [in Sectors]
|
||||
# More info at http://rockchip.wikidot.com/partitions
|
||||
|
|
|
@ -10,3 +10,4 @@ require conf/machine/include/rk3288.inc
|
|||
|
||||
KERNEL_DEVICETREE = "rk3288-firefly.dtb"
|
||||
UBOOT_MACHINE = "firefly-rk3288_defconfig"
|
||||
GPTIMG_APPEND = "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk0p7 rootfstype=ext4 init=/sbin/init"
|
||||
|
|
|
@ -9,3 +9,4 @@ require conf/machine/include/rk3288.inc
|
|||
|
||||
KERNEL_DEVICETREE = "rk3288-tinker.dtb"
|
||||
UBOOT_MACHINE = "tinker-rk3288_defconfig"
|
||||
GPTIMG_APPEND = "console=tty1 console=ttyS2,115200n8 rw root=/dev/mmcblk0p7 rootfstype=ext4 init=/sbin/init"
|
||||
|
|
Loading…
Reference in New Issue
Block a user